Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "MatrixAlgebraKit"
uuid = "6c742aac-3347-4629-af66-fc926824e5e4"
version = "0.6.5"
version = "0.6.6"
authors = ["Jutho Haegeman <jutho.haegeman@ugent.be>, Lukas Devos, Katharine Hyatt and contributors"]

[deps]
Expand Down
15 changes: 14 additions & 1 deletion docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5...HEAD)
## [Unreleased](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/compare/v0.6.6...HEAD)

### Added

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

### Performance

## [0.6.6](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/compare/v0.6.5...v0.6.6) - 2026-04-24

### Added

- Add equality comparison (`==`) for `TruncationStrategy` types ([#211](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/211)).

### Changed

- Reorganized pullback implementations and fixed pullback correctness for rank-degenerate SVD cases ([#208](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/208)).
- Centralized QR/LQ gauge-fixing logic ([#203](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/203)).
- Bumped CUDA compat to v6, dropping support for older versions ([#209](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/209)).
- Replaced `CompatHelper` with `dependabot` for dependency updates ([#212](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/212)).

## [0.6.5](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/compare/v0.6.4...v0.6.5) - 2026-03-24

### Added
Expand Down
Loading