From 6f7e88d6298e1ebed9232c2eb8ba67891ec1fd73 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Fri, 12 Sep 2025 09:42:10 -0400 Subject: [PATCH 1/2] Update to TensorAlgebra 0.4 --- Project.toml | 8 ++++---- test/Project.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index de960f8..5d6bc44 100644 --- a/Project.toml +++ b/Project.toml @@ -32,19 +32,19 @@ BlockSparseArraysTensorProductsExt = "TensorProducts" Adapt = "4.1.1" Aqua = "0.8.9" ArrayLayouts = "1.10.4" -BlockArrays = "1.2.0" +BlockArrays = "1.2" DerivableInterfaces = "0.5.3" DiagonalArrays = "0.3" Dictionaries = "0.4.3" -FillArrays = "1.13.0" -GPUArraysCore = "0.1.0, 0.2" +FillArrays = "1.13" +GPUArraysCore = "0.1, 0.2" LinearAlgebra = "1.10" MacroTools = "0.5.13" MapBroadcast = "0.1.5" MatrixAlgebraKit = "0.2.2, 0.3" SparseArraysBase = "0.7.1" SplitApplyCombine = "1.2.3" -TensorAlgebra = "0.3.2" +TensorAlgebra = "0.3, 0.4" TensorProducts = "0.1.7" Test = "1.10" TypeParameterAccessors = "0.4.1" diff --git a/test/Project.toml b/test/Project.toml index 2dd5acd..ff27ace 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -37,7 +37,7 @@ SafeTestsets = "0.1" SparseArraysBase = "0.7" StableRNGs = "1" Suppressor = "0.2" -TensorAlgebra = "0.3.2" +TensorAlgebra = "0.3, 0.4" Test = "1" TestExtras = "0.3" TypeParameterAccessors = "0.4" From 78fb2818546c451e621a86ec7fde4e395f3aad3e Mon Sep 17 00:00:00 2001 From: mtfishman Date: Fri, 12 Sep 2025 09:43:26 -0400 Subject: [PATCH 2/2] Bump version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5d6bc44..310cf6c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "BlockSparseArrays" uuid = "2c9a651f-6452-4ace-a6ac-809f4280fbb4" authors = ["ITensor developers and contributors"] -version = "0.10.3" +version = "0.10.4" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"