Skip to content

Commit 8de569f

Browse files
lkdvosJutho
andauthored
v0.6.4 (#165)
* update changelog * bump v0.6.4 * add list of contributors * Update Project.toml Co-authored-by: Jutho <Jutho@users.noreply.github.com> --------- Co-authored-by: Jutho <Jutho@users.noreply.github.com>
1 parent 62688ed commit 8de569f

3 files changed

Lines changed: 35 additions & 3 deletions

File tree

Project.toml

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

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

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,15 @@ The main goals of this package are:
3232
* Ability to pass pre-allocated output arrays where the result of a computation is stored.
3333
* Ability to easily switch between different backends and algorithms for the same operation.
3434
* First class availability of pullback rules that can be used in combination with different AD ecosystems.
35+
36+
## Contributors
37+
38+
MatrixAlgebraKit.jl is developed and maintained by the [QuantumKit](https://github.com/QuantumKitHub) community.
39+
We gratefully acknowledge the contributions of:
40+
41+
- **[Jutho Haegeman](https://github.com/Jutho)**
42+
- **[Lukas Devos](https://github.com/lkdvos)**
43+
- **[Katharine Hyatt](https://github.com/kshyatt)**
44+
45+
As well as the variety of other contributors who have submitted issues, provided feedback, and helped improve this package.
46+
For a complete list of contributors, see the [GitHub contributors page](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/graphs/contributors).

docs/src/changelog.md

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

2323
### Added
2424

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

3131
### Fixed
3232

33+
## [0.6.4](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/compare/v0.6.3...v0.6.4) - 2026-01-29
34+
35+
### Added
36+
37+
- Tests for randomized SVD algorithms ([#159](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/159)).
38+
39+
### Changed
40+
41+
- Bumped Mooncake to v0.5 ([#164](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/164)).
42+
- Test infrastructure: migrated AD tests to `TestSuite` ([#126](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/126)).
43+
44+
### Deprecated
45+
46+
### Removed
47+
48+
### Fixed
49+
50+
- Mooncake AD rules now correctly set/reset in and outputs ([#158](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/158)).
51+
- Storage type is now retained in `_ind_intersect` for GPU arrays ([#161](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/161)).
52+
3353
## [0.6.3](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/compare/v0.6.2...v0.6.3) - 2026-01-23
3454

3555
### Added

0 commit comments

Comments
 (0)