diff --git a/CITATION.cff b/CITATION.cff index 070ebabdd..30ea88f95 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,9 +8,9 @@ authors: given-names: "Jutho" orcid: "https://orcid.org/0000-0002-0858-291X" title: "TensorKit.jl" -version: "0.16.2" +version: "0.16.3" doi: "10.5281/zenodo.8421339" -date-released: "2026-02-10" +date-released: "2026-02-22" url: "https://github.com/QuantumKitHub/TensorKit.jl" preferred-citation: type: article diff --git a/Project.toml b/Project.toml index 71df5e1ae..7e82876c5 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "TensorKit" uuid = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec" authors = ["Jutho Haegeman, Lukas Devos"] -version = "0.16.2" +version = "0.16.3" [deps] LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637" diff --git a/docs/src/Changelog.md b/docs/src/Changelog.md index 4f0239684..16fadc066 100644 --- a/docs/src/Changelog.md +++ b/docs/src/Changelog.md @@ -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/TensorKit.jl/compare/v0.16.2...HEAD) +## [Unreleased](https://github.com/QuantumKitHub/TensorKit.jl/compare/v0.16.3...HEAD) ### Added @@ -35,6 +35,20 @@ When releasing a new version, move the "Unreleased" changes to a new version sec ### Fixed +## [0.16.3](https://github.com/QuantumKitHub/TensorKit.jl/compare/v0.16.2...v0.16.3) - 2026-02-22 + +### Added + +- Expanded set of Mooncake AD rules ([#356](https://github.com/QuantumKitHub/TensorKit.jl/pull/356)) +- Adapt support for `BraidingTensor` ([#374](https://github.com/QuantumKitHub/TensorKit.jl/pull/374)) + +### Changed + +- Documentation improvements and updates ([#345](https://github.com/QuantumKitHub/TensorKit.jl/pull/345)) + +### Fixed + +- Small fixes for upstream compatibility and CUDA support, including `Base.ones`/`zeros` accepting `CuArray` ([#373](https://github.com/QuantumKitHub/TensorKit.jl/pull/373)) ## [0.16.2](https://github.com/QuantumKitHub/TensorKit.jl/releases/tag/v0.16.2) - 2026-02-10