Releases: nathanaelbosch/PSDMatrices.jl
Releases · nathanaelbosch/PSDMatrices.jl
v0.5.0
PSDMatrices v0.5.0
Merged pull requests:
- Remove keyword arguments from
X_A_Xt
andX_A_Xt!
and add AbstractMatrix fallbacks (#34) (@nathanaelbosch)
v0.4.7
v0.4.6
PSDMatrices v0.4.6
v0.4.5
PSDMatrices v0.4.5
v0.4.4
PSDMatrices v0.4.4
v0.4.3
PSDMatrices v0.4.3
Merged pull requests:
- Fix
logdet
issues by instead implementinglogabsdet
(#29) (@nathanaelbosch) - Add Aqua.jl for "Auto QUality Assurance" (#30) (@nathanaelbosch)
v0.4.2
PSDMatrices v0.4.2
Closed issues:
- Should
choleskify
returnCholesky
type? (#20)
Merged pull requests:
- choleskify vs triangularize (#24) (@pnkraemer)
- removed todense() (#25) (@pnkraemer)
- Implement
LinearAlgebra.diag
(#26) (@nathanaelbosch)
v0.4.1
PSDMatrices v0.4.1
Closed issues:
- Lower or upper square root matrix? (#4)
- Printable PSDMatrix (#7)
- todense() vs collect() (vs. Matrix()) (#8)
- Non-square matrix square roots (#9)
- Keyword arguments in X_A_Xt (#10)
- Better error message for PSD matrix defined by non-square factor (#16)
Merged pull requests:
- add_qr and add_cholesky (#3) (@pnkraemer)
- Refactor the tests to use a single matrix and cast them to different types (#11) (@nathanaelbosch)
- Keyword arguments in X_A_Xt (#12) (@pnkraemer)
- Lower vs. upper square root matrix (#13) (@pnkraemer)
- Support for tall and wide square root matrices (#14) (@pnkraemer)
- Change 1.0 to 1.6 to cover the LTS, not 1.0 (#15) (@nathanaelbosch)
- Implement
Base.show
to remove the errors in the REPL (#17) (@nathanaelbosch) - Implement two additional base functions:
similar
andcopy!
(#18) (@nathanaelbosch) - Add a non-allocating
X_A_Xt!
function (#19) (@nathanaelbosch) - Adjust the julia compat in Project.toml (#21) (@nathanaelbosch)
- Better error message for determinants of PSDMatrix types with non-square factor (#22) (@pnkraemer)
todense
->Matrix
(#23) (@pnkraemer)