From 9b5e5a9e633f1c4612425429a4b46f4e0db269c3 Mon Sep 17 00:00:00 2001 From: Katharine Hyatt Date: Thu, 8 Jan 2026 12:46:13 +0100 Subject: [PATCH 1/2] Bump version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index cc694527..302947f3 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MatrixAlgebraKit" uuid = "6c742aac-3347-4629-af66-fc926824e5e4" authors = ["Jutho and contributors"] -version = "0.6.1" +version = "0.6.2" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" From 5e305812f417df8c7a1a36f5e0dc0b472bbb80b4 Mon Sep 17 00:00:00 2001 From: Lukas Devos Date: Thu, 8 Jan 2026 14:46:29 +0100 Subject: [PATCH 2/2] update changelog --- docs/src/changelog.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/docs/src/changelog.md b/docs/src/changelog.md index ac4c8438..331b691f 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -18,7 +18,7 @@ When making changes to this project, please update the "Unreleased" section with When releasing a new version, move the "Unreleased" changes to a new version section with the release date. -## [Unreleased](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/compare/v0.6.1...HEAD) +## [Unreleased](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/compare/v0.6.2...HEAD) ### Added @@ -30,7 +30,25 @@ When releasing a new version, move the "Unreleased" changes to a new version sec ### Fixed -- Polar decompositions return exact hermitian factors ([#143](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/143) +## [0.6.2](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/compare/v0.6.1...v0.6.2) - 2026-01-08 + +### Added + +### Changed + +- 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)). +- Eigenvalue decompositions of diagonal inputs have the same sorting as non-diagonal inputs ([#143](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/142) + +### Deprecated + +### Removed + +### Fixed + +- Polar decompositions return exact hermitian factors ([#143](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/143)). +- Fixed a small typo in `TruncationByValue` and related docstrings ([#136](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/136)). +- YALAPACK fixes and test adjustments ([#135](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/135)). +- Various truncation schemes are now supported on the GPU. ## [0.6.1](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/compare/v0.6.0...v0.6.1) - 2025-12-28