From c047563b1f685180c4d1edb4f4ea7be38f9798b4 Mon Sep 17 00:00:00 2001 From: lkdvos Date: Thu, 30 Apr 2026 16:11:51 -0400 Subject: [PATCH 1/3] Update changelog for v0.16.5 --- docs/src/Changelog.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/src/Changelog.md b/docs/src/Changelog.md index 7d085a512..4f1b1d82a 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.4...HEAD) +## [Unreleased](https://github.com/QuantumKitHub/TensorKit.jl/compare/v0.16.5...HEAD) ### Added @@ -32,6 +32,17 @@ When releasing a new version, move the "Unreleased" changes to a new version sec ### Performance +## [0.16.5](https://github.com/QuantumKitHub/TensorKit.jl/compare/v0.16.4...v0.16.5) - 2026-04-30 + +### Added + +- Support for `DefaultAlgorithm` ([#422](https://github.com/QuantumKitHub/TensorKit.jl/pull/422), [#423](https://github.com/QuantumKitHub/TensorKit.jl/pull/423)) + +### Fixed + +- Improve `checksquare` error message ([#417](https://github.com/QuantumKitHub/TensorKit.jl/pull/417)) +- Fix `BraidingTensor` `planarcontract!` ([#418](https://github.com/QuantumKitHub/TensorKit.jl/pull/418)) + ## [0.16.4](https://github.com/QuantumKitHub/TensorKit.jl/compare/v0.16.3...v0.16.4) - 2026-04-23 ### Added From c49af8f82944b06f02c841540232c76fed95d66f Mon Sep 17 00:00:00 2001 From: lkdvos Date: Thu, 30 Apr 2026 16:11:51 -0400 Subject: [PATCH 2/3] Bump version to v0.16.5 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9df43e067..248ffb46a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "TensorKit" uuid = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec" -version = "0.16.4" +version = "0.16.5" authors = ["Jutho Haegeman, Lukas Devos"] [deps] From 5111be05688c55e5a94516272c8863cd1ff3fd04 Mon Sep 17 00:00:00 2001 From: lkdvos Date: Thu, 30 Apr 2026 16:12:18 -0400 Subject: [PATCH 3/3] Update CITATION.cff for v0.16.5 --- CITATION.cff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 3baa58d25..685d8e7a5 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.4" +version: "0.16.5" doi: "10.5281/zenodo.8421339" -date-released: "2026-04-23" +date-released: "2026-04-30" url: "https://github.com/QuantumKitHub/TensorKit.jl" preferred-citation: type: article