v0.6.2
MatrixAlgebraKit v0.6.2
Compare: v0.6.1...v0.6.2
Date: 2026-01-08
Changed
- Improved test infrastructure: migrated additional tests to the common
TestSuiteand added GPU/truncated-methods tests for SVD and related functionality (#137, #142, #146, #128). - Eigenvalue decompositions of diagonal inputs have the same sorting as non-diagonal inputs (#143
Fixed
- Polar decompositions return exact hermitian factors (#143).
- Fixed a small typo in
TruncationByValueand related docstrings (#136). - YALAPACK fixes and test adjustments (#135).
- Various truncation schemes are now better supported on GPU.
Merged pull requests:
- Use TestSuite for orthnull (#128) (@kshyatt)
- some yalapack fixes and test tryouts (#135) (@Jutho)
- fix small typo in
TruncationByValueand related docstrings (#136) (@VictorVanthilt) - Use testsuite for SVD tests (#137) (@kshyatt)
- Test truncated methods with GPU arrays (#142) (@kshyatt)
- guarantee hermitian results in
polardecompositions (#143) (@lkdvos) - Test svd_trunc for GPU (#146) (@kshyatt)
- Try to do SVD truncation on GPU with _ind_intersect (#148) (@kshyatt)
- Bump version (#149) (@kshyatt)
Closed issues:
- [Feature request]
lq_nullandqr_nullforGenericFloats (#129)