From 0736736508e8fff01d271063ff8e6d4483f91121 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Thu, 26 Mar 2026 12:48:47 -0400 Subject: [PATCH 1/2] Bump TensorAlgebra compat to 0.8 Co-Authored-By: Claude Opus 4.6 (1M context) --- Project.toml | 4 ++-- test/Project.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index ed57ad6..242155e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "BlockSparseArrays" uuid = "2c9a651f-6452-4ace-a6ac-809f4280fbb4" -version = "0.10.34" +version = "0.10.35" authors = ["ITensor developers and contributors"] [workspace] @@ -44,6 +44,6 @@ MapBroadcast = "0.1.5" MatrixAlgebraKit = "0.6" SparseArraysBase = "0.9" SplitApplyCombine = "1.2.3" -TensorAlgebra = "0.6.2, 0.7" +TensorAlgebra = "0.6.2, 0.7, 0.8" TypeParameterAccessors = "0.4.1" julia = "1.10" diff --git a/test/Project.toml b/test/Project.toml index 3ecd5e4..38265c3 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -42,7 +42,7 @@ SafeTestsets = "0.1" SparseArraysBase = "0.9" StableRNGs = "1" Suppressor = "0.2" -TensorAlgebra = "0.6, 0.7" +TensorAlgebra = "0.6, 0.7, 0.8" Test = "1.10" TestExtras = "0.3" TypeParameterAccessors = "0.4" From e804483dfac10710082b3868097b06e97fd89679 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Thu, 26 Mar 2026 20:31:25 -0400 Subject: [PATCH 2/2] Fix tests (hold back MatrixAlgebraKit) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 38265c3..68c1907 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -36,7 +36,7 @@ GPUArraysCore = "0.2" ITensorPkgSkeleton = "0.3.42" JLArrays = "0.2, 0.3" LinearAlgebra = "1" -MatrixAlgebraKit = "0.6" +MatrixAlgebraKit = "0.6.0 - 0.6.4" Random = "1" SafeTestsets = "0.1" SparseArraysBase = "0.9"