From 282dc2cd11a3e981b89914ca3a080a5a68dd69f7 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Thu, 3 Apr 2025 12:49:18 -0400 Subject: [PATCH 1/3] Add GradedArrays as a downstream test --- .github/workflows/IntegrationTest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index f890ce14..0e425969 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -17,6 +17,7 @@ jobs: strategy: matrix: pkg: + - 'GradedArrays' - 'ITensorBase' - 'NamedDimsArrays' - 'QuantumOperatorDefinitions' From c5005de7c6ceb82b063fcdd1ec6281fbf0f8a11f Mon Sep 17 00:00:00 2001 From: mtfishman Date: Thu, 3 Apr 2025 12:49:45 -0400 Subject: [PATCH 2/3] Add FusionTensors as a downstream test --- .github/workflows/IntegrationTest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index 0e425969..dac494b5 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -17,6 +17,7 @@ jobs: strategy: matrix: pkg: + - 'FusionTensors' - 'GradedArrays' - 'ITensorBase' - 'NamedDimsArrays' From 05c679b8ae574160043882d311b80f4c465aca15 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Thu, 3 Apr 2025 12:52:54 -0400 Subject: [PATCH 3/3] Bump version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d171c5ba..6e191fe0 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.4.0" +version = "0.4.1" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"