From ab27cd96eeaa4985479e6997fb7970789f94b5af Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Thu, 2 Jul 2026 10:38:51 -0400 Subject: [PATCH] Support TensorAlgebra 0.16 Bumps the `TensorAlgebra` compat to `0.16` for its updated `unmatricize` domain-axis convention (https://github.com/ITensor/TensorAlgebra.jl/pull/199). ITensorNetworksNext does not call the matricization primitives directly, so this is a compat-only change and the full test suite passes unchanged. --- Project.toml | 4 ++-- test/Project.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index f6cad7e..34ecd60 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorNetworksNext" uuid = "302f2e75-49f0-4526-aef7-d8ba550cb06c" -version = "0.9.2" +version = "0.9.3" authors = ["ITensor developers and contributors"] [workspace] @@ -38,5 +38,5 @@ NamedGraphs = "0.11, 0.12" Random = "1.10" SimpleTraits = "0.9.5" SplitApplyCombine = "1.2.3" -TensorAlgebra = "0.15" +TensorAlgebra = "0.16" julia = "1.10" diff --git a/test/Project.toml b/test/Project.toml index c382141..c45d412 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -42,6 +42,6 @@ SafeTestsets = "0.1" SparseArraysBase = "0.10.4" StableRNGs = "1" Suppressor = "0.2.8" -TensorAlgebra = "0.15" +TensorAlgebra = "0.16" TensorOperations = "5.3.1" Test = "1.10"