Releases: JuliaStats/PDMats.jl
Releases · JuliaStats/PDMats.jl
v0.11.32
PDMats v0.11.32
Merged pull requests:
- Split the
whiten
andunwhiten
docs. (#203) (@timholy) - Add versioned manifest file to gitignore (#204) (@jishnub)
- More conversion in
PDMat
(#212) (@timholy) - Update Julia compat to 1.10 and update CI setup (#213) (@devmotion)
Closed issues:
- Symmetry failure in
inv
withStaticArrays.SMatrix
(#208)
v0.11.31
v0.11.30
PDMats v0.11.30
Merged pull requests:
- Improve broadcasting of
PDMat
andPDiagMat
(#197) (@devmotion)
v0.11.29
PDMats v0.11.29
Merged pull requests:
- Reduce probability of test failures (#193) (@devmotion)
- Add downstream tests (#194) (@devmotion)
- Ensure that
Matrix
constructor returns aMatrix
for aPDMat
(#196) (@devmotion)
v0.11.28
PDMats v0.11.28
Merged pull requests:
- Ensure that the output of
X_A_Xt
etc. is symmetric (#191) (@devmotion)
v0.11.27
v0.11.26
PDMats v0.11.26
Merged pull requests:
- Define functions for
Cholesky
(#168) (@devmotion) - Support
(un)whiten
and(inv)quad
with static arrays (#183) (@devmotion) - Improve performance of tri products for
PDiagMat
(#185) (@devmotion)
v0.11.25
v0.11.24
PDMats v0.11.24
Merged pull requests:
- Simplify
cholesky
forScalMat
andPDiagMat
(#182) (@devmotion)
v0.11.23
PDMats v0.11.23
Merged pull requests:
- Redundant dimension wastes space and allows disagreement (#178) (@chriselrod)