From e6c9618db581aeb7a3aac6731c7a5dd9761f602a Mon Sep 17 00:00:00 2001 From: mtfishman Date: Tue, 23 Dec 2025 17:04:37 -0500 Subject: [PATCH 1/3] Upgrade to NamedDimsArrays.jl v0.11 --- Project.toml | 4 ++-- test/Project.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index f239211..68003a5 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DiagonalArrays" uuid = "74fd4be6-21e2-4f6f-823a-4360d37c7a77" authors = ["ITensor developers and contributors"] -version = "0.3.25" +version = "0.3.26" [deps] ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a" @@ -26,6 +26,6 @@ FillArrays = "1.13" LinearAlgebra = "1.10" MapBroadcast = "0.1.10" MatrixAlgebraKit = "0.2, 0.3, 0.4, 0.5, 0.6" -NamedDimsArrays = "0.10" +NamedDimsArrays = "0.10, 0.11" SparseArraysBase = "0.7.2" julia = "1.10" diff --git a/test/Project.toml b/test/Project.toml index bc8a7a3..e3241d9 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -23,7 +23,7 @@ FillArrays = "1" JLArrays = "0.3" LinearAlgebra = "1" MatrixAlgebraKit = "0.2.5, 0.3, 0.4, 0.5, 0.6" -NamedDimsArrays = "0.10" +NamedDimsArrays = "0.10, 0.11" SafeTestsets = "0.1" SparseArraysBase = "0.7.10" StableRNGs = "1" From d797a9896cb866988f2195ab94b0922bea447c8a Mon Sep 17 00:00:00 2001 From: mtfishman Date: Tue, 23 Dec 2025 17:07:17 -0500 Subject: [PATCH 2/3] Add ITensorNetworksNext and other downstream tests --- .github/workflows/IntegrationTest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index 2e658d7..7d719f2 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -18,6 +18,7 @@ jobs: matrix: pkg: - 'BlockSparseArrays' + - 'ITensorNetworksNext' - 'KroneckerArrays' uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main" with: From e976dc083ddb3fce9c7c1b999b662a3d657c88da Mon Sep 17 00:00:00 2001 From: mtfishman Date: Tue, 23 Dec 2025 17:07:26 -0500 Subject: [PATCH 3/3] Add ITensorNetworksNext and other downstream tests --- .github/workflows/IntegrationTest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index 7d719f2..2ba0207 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -18,6 +18,8 @@ jobs: matrix: pkg: - 'BlockSparseArrays' + - 'FusionTensors' + - 'GradedArrays' - 'ITensorNetworksNext' - 'KroneckerArrays' uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"