Skip to content

Releases: JuliaStats/PDMats.jl

v0.9.0

09 Mar 01:26

Choose a tag to compare

Changes for Julia v0.7 (#73)

* Changes (not yet complete) for Julia v0.7 [ci skip]

* Switch to native julia 0.7 constructions

* Test on nightly only, start documentation switch

* Incorporate suggestions of @araslan

* Replace double backticks

* Replace full with Matrix, use HAVE_CHOLMOD

* Add docs

* Remove LinearAlgebra imports

* Qualify names of generics

* Translate At_mul_B using transpose

* Add deprecation for full -> Matrix

Also reformat the other deprecations

v0.8.0: Merge pull request #69 from Nosferican/master

16 Dec 01:01
a134789

Choose a tag to compare

v0.7.1

20 Oct 18:58

Choose a tag to compare

Use Compat.Test instead of Base.Test for Julia v0.7 compatibility (#67)

v0.7.0

09 Jun 14:09

Choose a tag to compare

Update links to testing testing banners in README.md

v0.6.0: Merge pull request #62 from JuliaStats/aa/strided

19 Apr 00:57

Choose a tag to compare

Widen (inv)quad(!) signatures to allow StridedArrays

v0.5.6: Merge pull request #60 from yuyichao/0.6

14 Feb 11:36

Choose a tag to compare

v0.5.5: Merge pull request #59 from yuyichao/0.6

13 Feb 03:03

Choose a tag to compare

Add missing conversion methods

20 Jan 14:28

Choose a tag to compare

Merge pull request #57 from JuliaStats/anj/convert

Define AbstractArray{T} convert methods.

Deprecation fixes for Julia 0.6

17 Jan 01:03

Choose a tag to compare

Merge pull request #55 from JuliaStats/anj/06

Various 0.6 fixes

Fix macro

09 Dec 17:12

Choose a tag to compare

Merge pull request #52 from JuliaStats/anj/macro

Fix check_argdims macro