Skip to content

Commit 579d792

Browse files
authored
v0.6.3 (#160)
* bump v0.6.3 * update changelog
1 parent 4b2fccd commit 579d792

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-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.2"
4+
version = "0.6.3"
55

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

docs/src/changelog.md

Lines changed: 22 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.2...HEAD)
21+
## [Unreleased](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/compare/v0.6.3...HEAD)
2222

2323
### Added
2424

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

3131
### Fixed
3232

33-
- Eigenvalue decompositions of diagonal inputs are sorted and have the same type as non-diagonal inputs ([#151](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/151)
33+
## [0.6.3](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/compare/v0.6.2...v0.6.3) - 2026-01-23
34+
35+
### Added
36+
37+
- Reverse-mode automatic differentiation rules for Enzyme ([#86](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/86)).
38+
- Native algorithm implementations for QR and LQ decompositions ([#90](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/90)).
39+
- Pullbacks for `Diagonal` input matrices in eigenvalue and singular value decompositions ([#156](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/156)).
40+
41+
### Changed
42+
43+
- Test infrastructure: migrated to `ParallelTestRunner` for improved test execution ([#155](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/155)).
44+
45+
### Deprecated
46+
47+
### Removed
48+
49+
### Fixed
50+
51+
- Eigenvalue decompositions of diagonal inputs are sorted and have the same type as non-diagonal inputs ([#151](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/151)).
52+
- Consistent `checksquare` usage across codebase ([#154](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/154)).
53+
- Typos in error messages ([#153](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/153)).
3454

3555
## [0.6.2](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/compare/v0.6.1...v0.6.2) - 2026-01-08
3656

0 commit comments

Comments
 (0)