Skip to content

Commit ea8a252

Browse files
mtfishmanclaude
andcommitted
Temporarily revert to v0.7.21 for cross-package development
Mark as non-breaking (0.7.x) so downstream packages (NamedDimsArrays, GradedArrays) can Pkg.develop this branch without compat clashes. Will bump to 0.8.0 before merging. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7f3b026 commit ea8a252

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "TensorAlgebra"
22
uuid = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a"
3-
version = "0.8.0"
3+
version = "0.7.21"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[workspace]

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ path = ".."
1111
Documenter = "1.8.1"
1212
ITensorFormatter = "0.2.27"
1313
Literate = "2.20.1"
14-
TensorAlgebra = "0.8"
14+
TensorAlgebra = "0.7"

examples/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ TensorAlgebra = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a"
55
path = ".."
66

77
[compat]
8-
TensorAlgebra = "0.8"
8+
TensorAlgebra = "0.7"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Random = "1.10"
3636
SafeTestsets = "0.1"
3737
StableRNGs = "1.0.2"
3838
Suppressor = "0.2"
39-
TensorAlgebra = "0.8"
39+
TensorAlgebra = "0.7"
4040
TensorOperations = "5.1.4"
4141
Test = "1.10"
4242
TestExtras = "0.3.1"

0 commit comments

Comments
 (0)