Skip to content

Commit bd2d640

Browse files
authored
Upgrade to NamedDimsArrays.jl v0.11 (#56)
1 parent 0423f1a commit bd2d640

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/IntegrationTest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
matrix:
1919
pkg:
2020
- 'BlockSparseArrays'
21+
- 'FusionTensors'
22+
- 'GradedArrays'
23+
- 'ITensorNetworksNext'
2124
- 'KroneckerArrays'
2225
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"
2326
with:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DiagonalArrays"
22
uuid = "74fd4be6-21e2-4f6f-823a-4360d37c7a77"
33
authors = ["ITensor developers <[email protected]> and contributors"]
4-
version = "0.3.25"
4+
version = "0.3.26"
55

66
[deps]
77
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -26,6 +26,6 @@ FillArrays = "1.13"
2626
LinearAlgebra = "1.10"
2727
MapBroadcast = "0.1.10"
2828
MatrixAlgebraKit = "0.2, 0.3, 0.4, 0.5, 0.6"
29-
NamedDimsArrays = "0.10"
29+
NamedDimsArrays = "0.10, 0.11"
3030
SparseArraysBase = "0.7.2"
3131
julia = "1.10"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ FillArrays = "1"
2323
JLArrays = "0.3"
2424
LinearAlgebra = "1"
2525
MatrixAlgebraKit = "0.2.5, 0.3, 0.4, 0.5, 0.6"
26-
NamedDimsArrays = "0.10"
26+
NamedDimsArrays = "0.10, 0.11"
2727
SafeTestsets = "0.1"
2828
SparseArraysBase = "0.7.10"
2929
StableRNGs = "1"

0 commit comments

Comments
 (0)