Releases: Jutho/TensorOperations.jl
Releases · Jutho/TensorOperations.jl
v4.0.6
TensorOperations v4.0.6
Merged pull requests:
v4.0.5
TensorOperations v4.0.5
v4.0.4
TensorOperations v4.0.4
v4.0.3
TensorOperations v4.0.3
Merged pull requests:
- Refactor branching on
α
andβ
(#146) (@lkdvos) - Bump actions/checkout from 1 to 4 (#147) (@dependabot[bot])
Closed issues:
v4.0.2
TensorOperations v4.0.2
v4.0.1
TensorOperations v4.0.1
Closed issues:
v4.0.0
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)