Skip to content

Commit bddc421

Browse files
mtfishmanclaude
andauthored
Bump NamedDimsArrays compat to 0.15, TensorAlgebra compat to 0.8 (#144)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0b84198 commit bddc421

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ITensorBase"
22
uuid = "4795dd04-0d67-49bb-8f44-b89c448a1dc7"
3-
version = "0.5.17"
3+
version = "0.5.18"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[workspace]
@@ -16,7 +16,7 @@ TensorAlgebra = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a"
1616
[compat]
1717
Accessors = "0.1.39"
1818
ConstructionBase = "1.6"
19-
NamedDimsArrays = "0.14"
19+
NamedDimsArrays = "0.14, 0.15"
2020
Random = "1.10"
21-
TensorAlgebra = "0.3, 0.4, 0.5, 0.6, 0.7"
21+
TensorAlgebra = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8"
2222
julia = "1.10"

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Documenter = "1"
1313
ITensorBase = "0.5"
1414
ITensorFormatter = "0.2.27"
1515
Literate = "2"
16-
NamedDimsArrays = "0.14"
16+
NamedDimsArrays = "0.14, 0.15"

examples/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ path = ".."
99
[compat]
1010
ITensorBase = "0.5"
1111
LinearAlgebra = "1.10"
12-
NamedDimsArrays = "0.14"
12+
NamedDimsArrays = "0.14, 0.15"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Aqua = "0.8.9"
1616
ITensorBase = "0.5"
1717
ITensorPkgSkeleton = "0.3.42"
1818
LinearAlgebra = "1.10"
19-
NamedDimsArrays = "0.14"
19+
NamedDimsArrays = "0.14, 0.15"
2020
SafeTestsets = "0.1"
2121
Suppressor = "0.2"
2222
Test = "1.10"

0 commit comments

Comments
 (0)