Skip to content

Commit 91a8a69

Browse files
kshyattlkdvos
andauthored
Bump v0.6.2 (#149)
* Bump version * update changelog --------- Co-authored-by: Lukas Devos <[email protected]>
1 parent f0c5c50 commit 91a8a69

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MatrixAlgebraKit"
22
uuid = "6c742aac-3347-4629-af66-fc926824e5e4"
33
authors = ["Jutho <[email protected]> and contributors"]
4-
version = "0.6.1"
4+
version = "0.6.2"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

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)