Skip to content

Commit 469dad6

Browse files
mtfishmanclaude
andauthored
Move to TensorAlgebra 0.11 (#126)
## Summary Moves ITensorNetworksNext onto the TensorAlgebra 0.11 stack: bumps the TensorAlgebra compat bound to 0.11 (ITensor/TensorAlgebra.jl#181) and the ITensorBase compat bound to 0.8 (ITensor/ITensorBase.jl#184), the release that moves onto it. ITensorNetworksNext uses none of the removed blocked-tuple types and constructs no duplicate-named tensors, so no code changes are needed. This also supersedes #120, the CompatHelper bump for ITensorBase. --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 29d78fa commit 469dad6

3 files changed

Lines changed: 5 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 = "ITensorNetworksNext"
22
uuid = "302f2e75-49f0-4526-aef7-d8ba550cb06c"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[workspace]
@@ -30,13 +30,13 @@ Combinatorics = "1"
3030
DataGraphs = "0.4"
3131
Dictionaries = "0.4.5"
3232
Graphs = "1.13.1"
33-
ITensorBase = "0.7"
33+
ITensorBase = "0.8"
3434
LinearAlgebra = "1.10"
3535
MacroTools = "0.5.16"
3636
MatrixAlgebraKit = "0.6"
3737
NamedGraphs = "0.11"
3838
Random = "1.10"
3939
SimpleTraits = "0.9.5"
4040
SplitApplyCombine = "1.2.3"
41-
TensorAlgebra = "0.10"
41+
TensorAlgebra = "0.11"
4242
julia = "1.10"

src/abstracttensornetwork.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ function setindex_preserve_graph!(tn::AbstractGraph, value, vertex)
111111
return tn
112112
end
113113

114-
# TODO: Move to `BaseExtensions` module.
115114
function is_setindex!_expr(expr::Expr)
116115
return is_assignment_expr(expr) && is_getindex_expr(first(expr.args))
117116
end

test/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ DataGraphs = "0.4"
3030
Dictionaries = "0.4.5"
3131
GradedArrays = "0.10"
3232
Graphs = "1.13.1"
33-
ITensorBase = "0.7"
33+
ITensorBase = "0.8"
3434
ITensorNetworksNext = "0.7"
3535
ITensorPkgSkeleton = "0.3.42"
3636
MatrixAlgebraKit = "0.6"
@@ -40,6 +40,6 @@ Random = "1.10"
4040
SafeTestsets = "0.1"
4141
StableRNGs = "1"
4242
Suppressor = "0.2.8"
43-
TensorAlgebra = "0.10"
43+
TensorAlgebra = "0.11"
4444
TensorOperations = "5.3.1"
4545
Test = "1.10"

0 commit comments

Comments
 (0)