Skip to content

Commit 8ffec9f

Browse files
authored
Support TensorAlgebra 0.16 (#189)
## Summary Widens the TensorAlgebra compat to `0.15, 0.16`. TensorAlgebra 0.16 (ITensor/TensorAlgebra.jl#199) changes the `unmatricize` domain-axis convention to codomain-facing (un-dualized), but the sparse extension forwards `unmatricize` to `ReshapeFusion` over dense ranges where that change is a no-op, so both versions work with no code change.
1 parent 2e6b8ac commit 8ffec9f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "SparseArraysBase"
22
uuid = "0d5efcca-f356-4864-8770-e1ed8d78f208"
3-
version = "0.10.5"
3+
version = "0.10.6"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[workspace]
@@ -35,5 +35,5 @@ LinearAlgebra = "1.10"
3535
MapBroadcast = "0.1.5"
3636
Random = "1.10"
3737
SparseArrays = "1.10"
38-
TensorAlgebra = "0.15"
38+
TensorAlgebra = "0.15, 0.16"
3939
julia = "1.10"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ SparseArrays = "1.10"
3434
SparseArraysBase = "0.10"
3535
StableRNGs = "1.0.2"
3636
Suppressor = "0.2.8"
37-
TensorAlgebra = "0.15"
37+
TensorAlgebra = "0.15, 0.16"
3838
Test = "<0.0.1, 1"

0 commit comments

Comments
 (0)