Commit 6205f43
authored
Move to TensorAlgebra 0.11 (#183)
## Summary
Requires TensorAlgebra 0.11, where the blocked-permutation types this
extension imported but never used are removed
(ITensor/TensorAlgebra.jl#181).
`SparseArraysBaseTensorAlgebraExt` imported `BlockedTrivialPermutation`
and `BlockedTuple` without using them, so they are dropped from the
import. The extension uses only the core `ReshapeFusion` style and
`matricize` / `unmatricize`, which TensorAlgebra 0.11 keeps unchanged.1 parent b9f5c9b commit 6205f43
3 files changed
Lines changed: 4 additions & 5 deletions
File tree
- ext/SparseArraysBaseTensorAlgebraExt
- test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
0 commit comments