Releases: JuliaStats/PDMats.jl
Releases · JuliaStats/PDMats.jl
Version 0.9.5
Merge pull request #82 from JuliaStats/an/noproject Remove Project.toml file and update .travis.yml
Version 0.9.4
Merge pull request #79 from JuliaStats/anj/compat Remove Compat dependency
v0.9.3
Use new LinearAlgebra decomposition names
Merge pull request #77 from JuliaStats/db/LinAlgnames Update to cholesky name and accessors
use Compat.undef instead of uninitialized
v0.9.1 Use `Compat.undef` instead of `uninitialized` (#75)
v0.9.0
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
Fix deprecations
v0.7.1
v0.7.0
Update links to testing testing banners in README.md
v0.6.0: Merge pull request #62 from JuliaStats/aa/strided
Widen (inv)quad(!) signatures to allow StridedArrays