Releases: Jutho/TensorOperations.jl
Releases · Jutho/TensorOperations.jl
v3.2.5
TensorOperations v3.2.5
Closed issues:
- Unintended contraction throws error. (#118)
- Certain contractions with matrices resulting in zeros (#120)
- Uncontracted indices error when summing two contracted objects (#121)
- Does TensorOperations.jl not support Zygote.jl? (#126)
Merged pull requests:
- Update link (#122) (@davidhbrann)
v3.2.4
TensorOperations v3.2.4
support for CUDA 3.3 and above
other small fixes
Closed issues:
- Unsupported assignment operator ":=" (#106)
- TensorOperations and CUDA 3.3, 3.4 (#107)
- Difficulties using GPU: @cutensor not defined (#112)
similar_from_structure
always callfill!
which is not need forbitstype
(#114)- Citation to the package (#117)
Merged pull requests:
- update for CUDA 3.3 (@workspace -> with_workspace) (#109) (@jfeist)
- in-place operations no longer have to be in-place (#110) (@maartenvd)
- #114 remove undesired
fill!
(#115) (@jemiryguo) - Fix link to LRUCache in docs (#116) (@jishnub)
v3.2.3
TensorOperations v3.2.3
v3.2.2
TensorOperations v3.2.2
v3.2.1
TensorOperations v3.2.1
Closed issues:
v3.2.0
TensorOperations v3.2.0
Closed issues:
Merged pull requests:
- Updates for the latest version of TagBot (#100) (@DilumAluthge)
- Several tweaks to the CI configuration (#101) (@DilumAluthge)
v3.1.0
TensorOperations v3.1.0
Merged pull requests:
- update CUDA version to 2.x (#94) (@GiggleLiu)
- Fix typo (#95) (@kshyatt)
v3.0.1
TensorOperations v3.0.1
Merged pull requests:
- fix partial trace ncon (#91) (@maartenvd)
- Revert "fix partial trace ncon" (#92) (@Jutho)
- fix partial trace (#93) (@maartenvd)
v3.0.0
v2.2.0
TensorOperations v2.2.0
Closed issues:
- weird UndefRefError when trying to transpose a matrix of strings (#15)
- N-mode tensor multiplication (without enumerating indices) (#18)
- Element-wise functions in tensor expressions (#20)
- Warning for conjugation under julia 0.5 (#23)
- Contraction not working between diagonal matrices (#62)
- @ncon wrapped in a function always returns the same reference when cache is enabled (#83)
- Future Request: Editor friendly macro syntax (#84)
Merged pull requests: