From 2c68b34001600b9a752217303b829f0a5b4c8d08 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Thu, 26 Mar 2026 12:48:46 -0400 Subject: [PATCH] Bump TensorAlgebra compat to 0.8, NamedDimsArrays to 0.15 Co-Authored-By: Claude Opus 4.6 (1M context) --- Project.toml | 6 +++--- test/Project.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index 5bfc542..13d23f4 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "SparseArraysBase" uuid = "0d5efcca-f356-4864-8770-e1ed8d78f208" -version = "0.9.21" +version = "0.9.22" authors = ["ITensor developers and contributors"] [workspace] @@ -38,9 +38,9 @@ FunctionImplementations = "0.4" GPUArraysCore = "0.2" LinearAlgebra = "1.10" MapBroadcast = "0.1.5" -NamedDimsArrays = "0.13, 0.14" +NamedDimsArrays = "0.13, 0.14, 0.15" Random = "1.10" SparseArrays = "1.10" -TensorAlgebra = "0.6.2, 0.7" +TensorAlgebra = "0.6.2, 0.7, 0.8" TypeParameterAccessors = "0.4.3" julia = "1.10" diff --git a/test/Project.toml b/test/Project.toml index 06d74fb..6069f83 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -31,12 +31,12 @@ FunctionImplementations = "0.4" ITensorPkgSkeleton = "0.3.42" JLArrays = "0.2, 0.3" LinearAlgebra = "<0.0.1, 1" -NamedDimsArrays = "0.13, 0.14" +NamedDimsArrays = "0.13, 0.14, 0.15" Random = "<0.0.1, 1" SafeTestsets = "0.1" SparseArrays = "1.10" SparseArraysBase = "0.9" StableRNGs = "1.0.2" Suppressor = "0.2.8" -TensorAlgebra = "0.6, 0.7" +TensorAlgebra = "0.6, 0.7, 0.8" Test = "<0.0.1, 1"