From e6b81b6db13622b2ec2e5cd86165c268e84d1d27 Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Sun, 28 Jun 2026 21:03:00 -0400 Subject: [PATCH 1/2] Allow TensorAlgebra 0.13 Widens the `TensorAlgebra` compat to admit 0.13. ITensorBase does not use the axis-fusion sub-interface that 0.13 removes (https://github.com/ITensor/TensorAlgebra.jl/pull/188), so it works with both 0.12 and 0.13. Co-Authored-By: Claude Opus 4.8 (1M context) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b246193..ffe3659 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorBase" uuid = "4795dd04-0d67-49bb-8f44-b89c448a1dc7" -version = "0.8.6" +version = "0.8.7" authors = ["ITensor developers and contributors"] [workspace] @@ -52,7 +52,7 @@ Mooncake = "0.4.202, 0.5" OrderedCollections = "1.6" Random = "1.10" SimpleTraits = "0.9.4" -TensorAlgebra = "0.12.4" +TensorAlgebra = "0.12.4, 0.13" TensorOperations = "5.3.1" TermInterface = "2" TupleTools = "1.6" From d677745ccf60415f46bec87c39ab19a3254285cf Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Sun, 28 Jun 2026 21:13:44 -0400 Subject: [PATCH 2/2] Bump subproject TensorAlgebra compat to admit 0.13 Widen the subprojects that pin their own `TensorAlgebra` compat to admit 0.13, matching the root. Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/Project.toml | 2 +- test/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index e01ec37..1ac388b 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -16,5 +16,5 @@ ITensorBase = "0.8" ITensorFormatter = "0.2.27" Literate = "2" MatrixAlgebraKit = "0.2, 0.3, 0.4, 0.5, 0.6" -TensorAlgebra = "0.11, 0.12" +TensorAlgebra = "0.12.4, 0.13" Test = "1.10" diff --git a/test/Project.toml b/test/Project.toml index d594f7b..223d6e7 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -41,7 +41,7 @@ Random = "1.10" SafeTestsets = "0.1" StableRNGs = "1" Suppressor = "0.2" -TensorAlgebra = "0.11, 0.12" +TensorAlgebra = "0.12.4, 0.13" TensorOperations = "5.3.1" TermInterface = "2" Test = "1.10"