Skip to content

Commit 7b5ec74

Browse files
authored
Release v0.6.9 (#254)
1 parent b719954 commit 7b5ec74

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

CITATION.cff

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it using these metadata."
3+
title: "MatrixAlgebraKit.jl"
4+
type: software
5+
url: "https://github.com/QuantumKitHub/MatrixAlgebraKit.jl"
6+
repository-code: "https://github.com/QuantumKitHub/MatrixAlgebraKit.jl"
7+
authors:
8+
- given-names: Jutho
9+
family-names: Haegeman
10+
email: jutho.haegeman@ugent.be
11+
- given-names: Lukas
12+
family-names: Devos
13+
- given-names: Katharine
14+
family-names: Hyatt
15+
version: "0.6.9"
16+
date-released: "2026-07-10"

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

66
[deps]

docs/src/changelog.md

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

2323
### Added
2424

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

3333
### Performance
3434

35+
## [0.6.9](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/compare/v0.6.8...v0.6.9) - 2026-07-10
36+
37+
### Added
38+
39+
- Matrix `exponential` / `exponential!` function with selectable algorithms: `MatrixFunctionViaLA` (Padé via `LinearAlgebra`), `MatrixFunctionViaEig` / `MatrixFunctionViaEigh` (via eigendecomposition), and `DiagonalAlgorithm` for `Diagonal` inputs; supports the scaled `exponential((τ, A))` form ([#94](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/94), [#251](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/251), [#252](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/252), [#253](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/253)).
40+
- Native, LAPACK-free scaling-and-squaring Taylor algorithm `MatrixFunctionViaTaylor`, outperforming LinearAlgebra.jl and the default for dense matrices and the only path covering arbitrary-precision element types such as `BigFloat` ([#243](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/243)).
41+
- Forward-mode (pushforward) automatic-differentiation rules for the polar, `eig` / `eigh`, and SVD decompositions and the projection / `orth``null` functions, available through the Enzyme and Mooncake extensions ([#242](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/242), [#244](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/244), [#245](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/245), [#246](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/246), [#247](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/247)).
42+
3543
## [0.6.8](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/compare/v0.6.7...v0.6.8) - 2026-05-20
3644

3745
### Added

0 commit comments

Comments
 (0)