From 2f7105b714bc96487eaccb6d0d0ab41bdb9d0dca Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Wed, 3 Sep 2025 13:04:44 -0400 Subject: [PATCH 1/2] Add BlockSparseArrays to integration test matrix --- .github/workflows/IntegrationTest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index 38fc3c85..cdf36ec8 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -17,6 +17,7 @@ jobs: strategy: matrix: pkg: + - 'BlockSparseArrays' - 'NamedDimsArrays' uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main" with: From 01dbdded3adbd50b1b480ebf9bfb925d6ef7682c Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Wed, 3 Sep 2025 13:12:46 -0400 Subject: [PATCH 2/2] Bump version from 0.3.14 to 0.3.15 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ec413e54..eef88d11 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "TensorAlgebra" uuid = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a" authors = ["ITensor developers and contributors"] -version = "0.3.14" +version = "0.3.15" [deps] ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"