Skip to content

Commit 4f0cb64

Browse files
mtfishmanclaude
andauthored
Replace AbstractArray lazy types with LinearBroadcasted and Mul (#156)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9a88120 commit 4f0cb64

11 files changed

Lines changed: 634 additions & 1127 deletions

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.7.20"
3+
version = "0.8.0"
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.7"
14+
TensorAlgebra = "0.8"

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.7"
8+
TensorAlgebra = "0.8"

src/TensorAlgebra.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ include("contract/allocate_output.jl")
1717
include("contract/contract_matricize.jl")
1818
include("factorizations.jl")
1919
include("matrixfunctions.jl")
20-
include("lazyarrays.jl")
20+
include("linearbroadcasted.jl")
2121

2222
end

0 commit comments

Comments
 (0)