From 356b8eeee76d3451aa478afa5b08a7a81fee231e Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Thu, 2 Jul 2026 10:27:55 -0400 Subject: [PATCH] Support TensorAlgebra 0.16 Bumps the `TensorAlgebra` compat to `0.16` to pick up its updated `unmatricize` domain-axis convention (https://github.com/ITensor/TensorAlgebra.jl/pull/199). ITensorBase's tensors are dense, where that convention change is a no-op, so no code changes are needed and the full test suite passes unchanged. --- Project.toml | 4 ++-- docs/Project.toml | 2 +- test/Project.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index dac0c96..b0a765e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorBase" uuid = "4795dd04-0d67-49bb-8f44-b89c448a1dc7" -version = "0.10.3" +version = "0.10.4" authors = ["ITensor developers and contributors"] [workspace] @@ -49,7 +49,7 @@ Mooncake = "0.4.202, 0.5" OrderedCollections = "1.6" Random = "1.10" SimpleTraits = "0.9.4" -TensorAlgebra = "0.15.1" +TensorAlgebra = "0.16" TensorOperations = "5.3.1" TermInterface = "2" TupleTools = "1.6" diff --git a/docs/Project.toml b/docs/Project.toml index 05523cc..4be8f95 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -16,5 +16,5 @@ ITensorBase = "0.10" ITensorFormatter = "0.2.27" Literate = "2" MatrixAlgebraKit = "0.2, 0.3, 0.4, 0.5, 0.6" -TensorAlgebra = "0.15" +TensorAlgebra = "0.16" Test = "1.10" diff --git a/test/Project.toml b/test/Project.toml index 53f626a..25a5b2a 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -39,7 +39,7 @@ Random = "1.10" SafeTestsets = "0.1" StableRNGs = "1" Suppressor = "0.2" -TensorAlgebra = "0.15" +TensorAlgebra = "0.16" TensorOperations = "5.3.1" TermInterface = "2" Test = "1.10"