From 589cb2663e8b941dd5c6980df6d71926276b230f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 28 Mar 2025 01:44:34 +0000 Subject: [PATCH 1/3] CompatHelper: bump compat for GradedUnitRanges in [weakdeps] to 0.2, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f1e0f6e..266cae7 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.1.26" +version = "0.1.27" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" @@ -29,7 +29,7 @@ Accessors = "0.1.39" DerivableInterfaces = "0.4" DiagonalArrays = "0.3" FillArrays = "1.13.0" -GradedUnitRanges = "0.1.4" +GradedUnitRanges = "0.1.4, 0.2" LinearAlgebra = "1.10" MapBroadcast = "0.1.5" NamedDimsArrays = "0.5" From e953d6b3f553732d1d3087b5ae0ab082276ad246 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Fri, 28 Mar 2025 10:31:39 -0400 Subject: [PATCH 2/3] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 266cae7..9dfe10b 100644 --- a/Project.toml +++ b/Project.toml @@ -29,7 +29,7 @@ Accessors = "0.1.39" DerivableInterfaces = "0.4" DiagonalArrays = "0.3" FillArrays = "1.13.0" -GradedUnitRanges = "0.1.4, 0.2" +GradedUnitRanges = "0.2" LinearAlgebra = "1.10" MapBroadcast = "0.1.5" NamedDimsArrays = "0.5" From 960b4d44ea46b04424c4e7709e01df3f5b296ad2 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Fri, 28 Mar 2025 10:32:21 -0400 Subject: [PATCH 3/3] 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 436dfd9..90b8391 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -18,7 +18,7 @@ Aqua = "0.8.9" BlockArrays = "1" BlockSparseArrays = "0.3" DiagonalArrays = "0.3" -GradedUnitRanges = "0.1" +GradedUnitRanges = "0.2" ITensorBase = "0.1" NamedDimsArrays = "0.5" SafeTestsets = "0.1"