Releases: JuliaStats/PDMats.jl
Releases · JuliaStats/PDMats.jl
v0.11.6
PDMats v0.11.6
Merged pull requests:
- Fix right division and add checks of dimensions (#153) (@devmotion)
v0.11.5
PDMats v0.11.5
Closed issues:
- PDMats implementing AbstractArray interface (#40)
- More Stable
invquad(A::PDMat, z::AbstractVector)(#94) - Cannot construct PDMat from
Matrix{Int}(#98)
Merged pull requests:
- Remove
inv_valueandinv_diag(#146) (@devmotion)
v0.11.4
PDMats v0.11.4
Closed issues:
- ERROR: MethodError: no method matching cholesky (#147)
Merged pull requests:
v0.11.3
PDMats v0.11.3
Closed issues:
- PDMats.isposdef fails on PDMat type (#118)
- Shouldn't isposdef return true for AbstractPDMats? (#121)
- PDMats doesn't precompile on official Julia 1.6.1 (#135)
logdetfor zero-dimensional PDiagMat fails (#138)chol_lowerdoes not avoid allocations (#143)
Merged pull requests:
v0.11.1
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
PDiagMatandScalMat(#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)