Skip to content

Commit c934066

Browse files
authored
Merge branch 'main' into ld-precompilation
2 parents 92adef9 + 0d96b63 commit c934066

2 files changed

Lines changed: 15 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.5"
3+
version = "0.6.6"
44
authors = ["Jutho Haegeman <jutho.haegeman@ugent.be>, Lukas Devos, Katharine Hyatt and contributors"]
55

66
[deps]

docs/src/changelog.md

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

2323
### Added
2424

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

3333
### Performance
3434

35+
## [0.6.6](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/compare/v0.6.5...v0.6.6) - 2026-04-24
36+
37+
### Added
38+
39+
- Add equality comparison (`==`) for `TruncationStrategy` types ([#211](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/211)).
40+
41+
### Changed
42+
43+
- Reorganized pullback implementations and fixed pullback correctness for rank-degenerate SVD cases ([#208](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/208)).
44+
- Centralized QR/LQ gauge-fixing logic ([#203](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/203)).
45+
- Bumped CUDA compat to v6, dropping support for older versions ([#209](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/209)).
46+
- Replaced `CompatHelper` with `dependabot` for dependency updates ([#212](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/212)).
47+
3548
## [0.6.5](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/compare/v0.6.4...v0.6.5) - 2026-03-24
3649

3750
### Added

0 commit comments

Comments
 (0)