From 21d0e63fc3375179f1b7b42a17697dbd213edb22 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 22 Jul 2025 01:04:47 +0000 Subject: [PATCH 1/3] CompatHelper: bump compat for BlockSparseArrays to 0.8 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 753d268..c1736ba 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -15,7 +15,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] Aqua = "0.8.9" BlockArrays = "1" -BlockSparseArrays = "0.6, 0.7" +BlockSparseArrays = "0.6, 0.7, 0.8" GradedArrays = "0.4" ITensorBase = "0.2" NamedDimsArrays = "0.7" From 73c8cb849918a5ed211cabb05066fe6c37694419 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Mon, 21 Jul 2025 21:15:18 -0400 Subject: [PATCH 2/3] Update test/Project.toml --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index c1736ba..3dd6c87 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -15,7 +15,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] Aqua = "0.8.9" BlockArrays = "1" -BlockSparseArrays = "0.6, 0.7, 0.8" +BlockSparseArrays = "0.8" GradedArrays = "0.4" ITensorBase = "0.2" NamedDimsArrays = "0.7" From 4ea1157cc3b38e4b8e208b8b8a789d562c345af9 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Mon, 21 Jul 2025 21:15:36 -0400 Subject: [PATCH 3/3] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c5c34e2..f519a3e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "QuantumOperatorDefinitions" uuid = "826dd319-6fd5-459a-a990-3a4f214664bf" authors = ["ITensor developers and contributors"] -version = "0.2.4" +version = "0.2.5" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"