Skip to content

Commit fb37db0

Browse files
authored
Upgrade to NamedDimsArrays.jl v0.9 (#97)
1 parent c7cd44d commit fb37db0

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

Project.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ITensorBase"
22
uuid = "4795dd04-0d67-49bb-8f44-b89c448a1dc7"
33
authors = ["ITensor developers <[email protected]> and contributors"]
4-
version = "0.3.3"
4+
version = "0.3.4"
55

66
[deps]
77
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
@@ -33,11 +33,14 @@ DiagonalArrays = "0.3"
3333
FillArrays = "1.13"
3434
LinearAlgebra = "1.10"
3535
MapBroadcast = "0.1.5"
36-
NamedDimsArrays = "0.8"
36+
NamedDimsArrays = "0.8, 0.9"
3737
Random = "1.10"
3838
SparseArraysBase = "0.7"
3939
TensorAlgebra = "0.3, 0.4, 0.5, 0.6"
4040
UnallocatedArrays = "0.1.1"
4141
UnspecifiedTypes = "0.1.1"
4242
VectorInterface = "0.5"
4343
julia = "1.10"
44+
45+
[workspace]
46+
projects = ["benchmark", "dev", "docs", "examples", "test"]

docs/Project.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ ITensorBase = "4795dd04-0d67-49bb-8f44-b89c448a1dc7"
44
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
55
NamedDimsArrays = "60cbd0c0-df58-4cb7-918c-6f5607b73fde"
66

7+
[sources]
8+
ITensorBase = {path = ".."}
9+
710
[compat]
8-
ITensorBase = "0.3"
911
Documenter = "1"
12+
ITensorBase = "0.3"
1013
Literate = "2"
11-
NamedDimsArrays = "0.8"
14+
NamedDimsArrays = "0.8, 0.9"

examples/Project.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ ITensorBase = "4795dd04-0d67-49bb-8f44-b89c448a1dc7"
33
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
44
NamedDimsArrays = "60cbd0c0-df58-4cb7-918c-6f5607b73fde"
55

6+
[sources]
7+
ITensorBase = {path = ".."}
8+
69
[compat]
710
ITensorBase = "0.3"
811
LinearAlgebra = "1.10"
9-
NamedDimsArrays = "0.8"
12+
NamedDimsArrays = "0.8, 0.9"

test/Project.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@ Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
1010
TensorAlgebra = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a"
1111
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1212

13+
[sources]
14+
ITensorBase = {path = ".."}
15+
1316
[compat]
1417
Aqua = "0.8.9"
1518
DiagonalArrays = "0.3"
1619
ITensorBase = "0.3"
17-
NamedDimsArrays = "0.8"
20+
NamedDimsArrays = "0.8, 0.9"
1821
SafeTestsets = "0.1"
1922
SparseArraysBase = "0.7"
2023
Suppressor = "0.2"

0 commit comments

Comments
 (0)