Skip to content

Commit d36d273

Browse files
committed
update changelog
1 parent 92c5408 commit d36d273

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

docs/src/changelog.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ When making changes to this project, please update the "Unreleased" section with
1818

1919
When releasing a new version, move the "Unreleased" changes to a new version section with the release date.
2020

21-
## [Unreleased](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/compare/v0.6.1...HEAD)
21+
## [Unreleased](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/compare/v0.6.2...HEAD)
2222

2323
### Added
2424

@@ -30,7 +30,25 @@ When releasing a new version, move the "Unreleased" changes to a new version sec
3030

3131
### Fixed
3232

33-
- Polar decompositions return exact hermitian factors ([#143](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/143)
33+
## [0.6.2](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/compare/v0.6.1...v0.6.2) - 2026-01-08
34+
35+
### Added
36+
37+
### Changed
38+
39+
- Improved test infrastructure: migrated additional tests to the common `TestSuite` and added GPU/truncated-methods tests for SVD and related functionality ([#137](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/137), [#142](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/142), [#146](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/146), [#128](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/128)).
40+
- Eigenvalue decompositions of diagonal inputs have the same sorting as non-diagonal inputs ([#143](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/142)
41+
42+
### Deprecated
43+
44+
### Removed
45+
46+
### Fixed
47+
48+
- Polar decompositions return exact hermitian factors ([#143](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/143)).
49+
- Fixed a small typo in `TruncationByValue` and related docstrings ([#136](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/136)).
50+
- YALAPACK fixes and test adjustments ([#135](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/135)).
51+
- Various truncation schemes are now supported on the GPU.
3452

3553
## [0.6.1](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/compare/v0.6.0...v0.6.1) - 2025-12-28
3654

0 commit comments

Comments
 (0)