From 53b919499639dbb04ca40a220cd473f23adea0ea Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 21 Aug 2025 01:51:04 +0000 Subject: [PATCH 1/3] CompatHelper: bump compat for BlockSparseArrays to 0.10 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index e1aac69..a50e3db 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.8, 0.9" +BlockSparseArrays = "0.8, 0.9, 0.10" DiagonalArrays = "0.3" GradedArrays = "0.4" ITensorBase = "0.2" From f7b615e0860cbdf0127e213804a8d9d47ce9f815 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Thu, 25 Sep 2025 16:30:33 -0400 Subject: [PATCH 2/3] Bump version from 0.2.10 to 0.2.11 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2ab2cc3..a04ead5 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.10" +version = "0.2.11" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" From 01e5edf525d9a0fdd666d858784e2d3a19195e8a Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Thu, 25 Sep 2025 16:30:56 -0400 Subject: [PATCH 3/3] Apply suggestion from @mtfishman --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index a50e3db..a1d6f87 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.8, 0.9, 0.10" +BlockSparseArrays = "0.10" DiagonalArrays = "0.3" GradedArrays = "0.4" ITensorBase = "0.2"