Skip to content

Commit 4b19746

Browse files
authored
Release v0.6.7 (#223)
* Update changelog for v0.6.7 * Bump version to v0.6.7
1 parent 7104fbe commit 4b19746

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "MatrixAlgebraKit"
22
uuid = "6c742aac-3347-4629-af66-fc926824e5e4"
3-
version = "0.6.6"
3+
version = "0.6.7"
44
authors = ["Jutho Haegeman <jutho.haegeman@ugent.be>, Lukas Devos, Katharine Hyatt and contributors"]
55

66
[deps]

docs/src/changelog.md

Lines changed: 17 additions & 1 deletion
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.6...HEAD)
21+
## [Unreleased](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/compare/v0.6.7...HEAD)
2222

2323
### Added
2424

@@ -32,6 +32,22 @@ When releasing a new version, move the "Unreleased" changes to a new version sec
3232

3333
### Performance
3434

35+
## [0.6.7](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/compare/v0.6.6...v0.6.7) - 2026-05-06
36+
37+
### Changed
38+
39+
- Test infrastructure: use a test setup matrix like TensorKit ([#215](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/215)).
40+
41+
### Fixed
42+
43+
- Improved consistency of gauge fixing in eigenvalue pullback functions ([#221](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/221)).
44+
- Ensure no sharing of data in LQ decomposition output ([#219](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/219)).
45+
- Mooncake and Enzyme AD rules for `Diagonal` inputs ([#179](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/179)).
46+
47+
### Performance
48+
49+
- Added a rudimentary precompile workload to reduce time-to-first-execution ([#217](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/217)).
50+
3551
## [0.6.6](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/compare/v0.6.5...v0.6.6) - 2026-04-24
3652

3753
### Added

0 commit comments

Comments
 (0)