Skip to content

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 08 Jan 17:01
· 51 commits to main since this release
91a8a69

MatrixAlgebraKit v0.6.2

Diff since v0.6.1

Compare: v0.6.1...v0.6.2
Date: 2026-01-08

Changed

  • Improved test infrastructure: migrated additional tests to the common TestSuite and 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 TruncationByValue and related docstrings (#136).
  • YALAPACK fixes and test adjustments (#135).
  • Various truncation schemes are now better supported on GPU.

Merged pull requests:

Closed issues:

  • [Feature request] lq_null and qr_null for GenericFloats (#129)