Skip to content

Commit d04b475

Browse files
authored
update v0.16.3 (#377)
1 parent 4f15314 commit d04b475

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ authors:
88
given-names: "Jutho"
99
orcid: "https://orcid.org/0000-0002-0858-291X"
1010
title: "TensorKit.jl"
11-
version: "0.16.2"
11+
version: "0.16.3"
1212
doi: "10.5281/zenodo.8421339"
13-
date-released: "2026-02-10"
13+
date-released: "2026-02-22"
1414
url: "https://github.com/QuantumKitHub/TensorKit.jl"
1515
preferred-citation:
1616
type: article

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TensorKit"
22
uuid = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec"
33
authors = ["Jutho Haegeman, Lukas Devos"]
4-
version = "0.16.2"
4+
version = "0.16.3"
55

66
[deps]
77
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"

docs/src/Changelog.md

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

2323
### Added
2424

@@ -35,6 +35,20 @@ When releasing a new version, move the "Unreleased" changes to a new version sec
3535
### Fixed
3636

3737

38+
## [0.16.3](https://github.com/QuantumKitHub/TensorKit.jl/compare/v0.16.2...v0.16.3) - 2026-02-22
39+
40+
### Added
41+
42+
- Expanded set of Mooncake AD rules ([#356](https://github.com/QuantumKitHub/TensorKit.jl/pull/356))
43+
- Adapt support for `BraidingTensor` ([#374](https://github.com/QuantumKitHub/TensorKit.jl/pull/374))
44+
45+
### Changed
46+
47+
- Documentation improvements and updates ([#345](https://github.com/QuantumKitHub/TensorKit.jl/pull/345))
48+
49+
### Fixed
50+
51+
- Small fixes for upstream compatibility and CUDA support, including `Base.ones`/`zeros` accepting `CuArray` ([#373](https://github.com/QuantumKitHub/TensorKit.jl/pull/373))
3852

3953
## [0.16.2](https://github.com/QuantumKitHub/TensorKit.jl/releases/tag/v0.16.2) - 2026-02-10
4054

0 commit comments

Comments
 (0)