Releases: JuliaStats/PDMats.jl
Releases · JuliaStats/PDMats.jl
v0.11.0
PDMats v0.11.0
Closed issues:
Merged pull requests:
- [Breaking] Make inverting a PDSparseMat throw an error (#119) (@ElOceanografo)
- Fix linear indexing of
PDiagMat
andScalMat
(#124) (@devmotion) - Make Test a test dependency, switch CI to GHA, bump version (#128) (@ararslan)
v0.10.1
PDMats v0.10.1
Closed issues:
- testutils in src ? (#113)
Merged pull requests:
- make type abstract (#97) (@adam-r-kowalski)
- PDMat: convert Matrix type to the same Cholesky type (#117) (@mossr)
v0.10.0
PDMats v0.10.0
Merged pull requests:
- Making AbstractPDMat inherit from AbstractMatrix (#105) (@theogf)
- Install TagBot as a GitHub Action (#109) (@JuliaTagBot)
- Remove eigmin and eigmax definitions for PDSparseMat and thereby (#115) (@andreasnoack)
v0.9.12
v0.9.11
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