Skip to content

Releases: JuliaStats/PDMats.jl

Version 0.9.5

23 Aug 12:06
61cde89
Compare
Choose a tag to compare
Merge pull request #82 from JuliaStats/an/noproject

Remove Project.toml file and update .travis.yml

Version 0.9.4

26 Jun 18:19
9b09089
Compare
Choose a tag to compare
Merge pull request #79 from JuliaStats/anj/compat

Remove Compat dependency

v0.9.3

25 Jun 22:33
Compare
Choose a tag to compare
Use SuiteSparse and Arpack packages (#78)

Use new LinearAlgebra decomposition names

17 Jun 22:25
2f7ba0c
Compare
Choose a tag to compare
Merge pull request #77 from JuliaStats/db/LinAlgnames

Update to cholesky name and accessors

use Compat.undef instead of uninitialized

21 May 21:59
Compare
Choose a tag to compare
v0.9.1

Use `Compat.undef` instead of `uninitialized` (#75)

v0.9.0

09 Mar 01:26
Compare
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
Compare
Choose a tag to compare

v0.7.1

20 Oct 18:58
Compare
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
Compare
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
Compare
Choose a tag to compare
Widen (inv)quad(!) signatures to allow StridedArrays