From 30c7c38f19a7016558aa43a30a87fdbe3e97881d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 1 Mar 2025 01:57:18 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for SparseArraysBase to 0.3, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 534fbf76..4c030723 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.2.22" +version = "0.2.23" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -43,7 +43,7 @@ LabelledNumbers = "0.1.0" LinearAlgebra = "1.10" MacroTools = "0.5.13" MapBroadcast = "0.1.5" -SparseArraysBase = "0.2.10" +SparseArraysBase = "0.2.10, 0.3" SplitApplyCombine = "1.2.3" TensorAlgebra = "0.1.0" Test = "1.10" From 2a240b9793d98a416d00e2387077bf709763131c Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Mon, 3 Mar 2025 08:27:06 -0500 Subject: [PATCH 2/2] Drop SparseArraysBase.jl v0.2 support --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 68441566..f36743c0 100644 --- a/Project.toml +++ b/Project.toml @@ -43,7 +43,7 @@ LabelledNumbers = "0.1.0" LinearAlgebra = "1.10" MacroTools = "0.5.13" MapBroadcast = "0.1.5" -SparseArraysBase = "0.2.10, 0.3" +SparseArraysBase = "0.3" SplitApplyCombine = "1.2.3" TensorAlgebra = "0.1.0, 0.2" Test = "1.10"