Releases: ITensor/ITensors.jl
Releases · ITensor/ITensors.jl
v0.8.0
ITensors v0.8.0
Breaking changes
- This release should not be breaking to the average user using documented features of the library. This removes internal submodules that held experimental code for rewriting the internals of NDTensors.jl/ITensors.jl, which have now been turned into separate packages for future development. It is marked as breaking since ITensorMPS.jl was making use of some that experimental code, and will be updated accordingly.
Merged pull requests:
- [NDTensors] [ITensors] Excise unneeded submodules (#1601) (@mtfishman)
v0.7.13
ITensors v0.7.13
Merged pull requests:
- Fix
VectorInterface.scalartype
for arrays of ITensors (#1614) (@mtfishman)
v0.7.12
ITensors v0.7.12
Merged pull requests:
- Rewrite using NamedDimsArrays.jl (#1610) (@mtfishman)
- [ITensors] Fix Zygote failures (#1613) (@mtfishman)
Closed issues:
v0.7.11
ITensors v0.7.11
v0.7.10
ITensors v0.7.10
Merged pull requests:
- [DOCS] More clarifications for
ITensors.compile()
(#1607) (@mtfishman)
v0.7.9
ITensors v0.7.9
Merged pull requests:
- Bump xt0rted/pull-request-comment-branch from 2 to 3 (#1602) (@dependabot[bot])
- [DOCS] Warning in
ITensors.compile()
docs about ITensors v0.7 (#1606) (@mtfishman)
Closed issues:
- [ITensors] [BUG] Compilation using
ITensors.compile()
doesn't work; "No method is defined..." (#1605)
v0.7.8
ITensors v0.7.8
Merged pull requests:
- [SparseArraysBase] Rename
SparseArrayInterface
toSparseArraysBase
(#1591) (@mtfishman) - [SparseArraysBase] Absorb
SparseArrayDOKs
(#1592) (@mtfishman) - [NestedPermutedDimsArrays] Fix
setindex!
(#1593) (@mtfishman) - [SparseArraysBase] Update README (#1595) (@lkdvos)
- [SparseArraysBase] Delete unnecessary using statements (#1598) (@mtfishman)
- [NDTensors] Downgrade GPUArraysCore to v0.1 (#1599) (@mtfishman)
- [Docs] Update docs for ITensorMPS (#1603) (@ryanlevy)
Closed issues:
- [NDTensors] Update tests to use TensorOperations v5 and cuTENSOR v2 (#1476)