From bbc98e0425978c3bdf4596d0658a3eb4d72a5b63 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 18 Jul 2025 02:05:51 +0000 Subject: [PATCH 1/5] CompatHelper: bump compat for SparseArraysBase in [weakdeps] to 0.6, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index eb00b61..0dd1199 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensorBase" uuid = "4795dd04-0d67-49bb-8f44-b89c448a1dc7" authors = ["ITensor developers and contributors"] -version = "0.2.8" +version = "0.2.9" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" @@ -34,7 +34,7 @@ GradedArrays = "0.4" LinearAlgebra = "1.10" MapBroadcast = "0.1.5" NamedDimsArrays = "0.7" -SparseArraysBase = "0.5" +SparseArraysBase = "0.5, 0.6" TensorAlgebra = "0.3" UnallocatedArrays = "0.1.1" UnspecifiedTypes = "0.1.1" From faad6755c100821eb4ad17ae74ffa27252b8d7a7 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Fri, 18 Jul 2025 08:20:41 -0400 Subject: [PATCH 2/5] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0dd1199..3b51d4a 100644 --- a/Project.toml +++ b/Project.toml @@ -34,7 +34,7 @@ GradedArrays = "0.4" LinearAlgebra = "1.10" MapBroadcast = "0.1.5" NamedDimsArrays = "0.7" -SparseArraysBase = "0.5, 0.6" +SparseArraysBase = "0.6" TensorAlgebra = "0.3" UnallocatedArrays = "0.1.1" UnspecifiedTypes = "0.1.1" From a568d97217652dbd689894cc7a7245cc5a6d24d4 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Fri, 18 Jul 2025 08:20:59 -0400 Subject: [PATCH 3/5] Update Project.toml --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index e25be48..bcaf539 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -22,7 +22,7 @@ GradedArrays = "0.4" ITensorBase = "0.2" NamedDimsArrays = "0.7" SafeTestsets = "0.1" -SparseArraysBase = "0.5" +SparseArraysBase = "0.6" Suppressor = "0.2" TensorAlgebra = "0.3" Test = "1.10" From bdc61f3fc9aaa5294c74d527dbfc7a8849379e07 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Mon, 21 Jul 2025 21:17:08 -0400 Subject: [PATCH 4/5] Update Project.toml --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index bcaf539..dc869b2 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -16,7 +16,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] Aqua = "0.8.9" BlockArrays = "1" -BlockSparseArrays = "0.6, 0.7" +BlockSparseArrays = "0.8" DiagonalArrays = "0.3" GradedArrays = "0.4" ITensorBase = "0.2" From 3c3c3dd832d48ac97aba7be77e46f9f197003627 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Mon, 21 Jul 2025 21:17:23 -0400 Subject: [PATCH 5/5] Apply suggestions from code review --- Project.toml | 2 +- test/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 3b51d4a..709f836 100644 --- a/Project.toml +++ b/Project.toml @@ -34,7 +34,7 @@ GradedArrays = "0.4" LinearAlgebra = "1.10" MapBroadcast = "0.1.5" NamedDimsArrays = "0.7" -SparseArraysBase = "0.6" +SparseArraysBase = "0.7" TensorAlgebra = "0.3" UnallocatedArrays = "0.1.1" UnspecifiedTypes = "0.1.1" diff --git a/test/Project.toml b/test/Project.toml index dc869b2..4ee2053 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -22,7 +22,7 @@ GradedArrays = "0.4" ITensorBase = "0.2" NamedDimsArrays = "0.7" SafeTestsets = "0.1" -SparseArraysBase = "0.6" +SparseArraysBase = "0.7" Suppressor = "0.2" TensorAlgebra = "0.3" Test = "1.10"