Releases: JuliaStats/PDMats.jl
Releases · JuliaStats/PDMats.jl
v0.9.10
v0.9.9
v0.9.8
v0.9.8 (2019-08-02)
Closed issues:
- New release (#91)
Merged pull requests:
- Bump version for next release (#102) (kleinschmidt)
- Don't do anything if converting to AbstractArray with correct eltype (#101) (kleinschmidt)
- add kron (#100) (johnczito)
- more stable quad and invquad with vectors (#95) (bayesthm)
v0.9.7
Add Project.toml, delete REQUIRE (#92) Also set version to 0.9.7 in preparation for a new release and add more standard entries to the .gitignore.
Version 0.9.6
Merge pull request #86 from mohamed82008/patch-1 Remove input eltype restriction to inner constructor of PDiagMat
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)