TensorOperations.jl Versions Save

Julia package for tensor contractions and related operations

v4.0.0

10 months ago

TensorOperations v4.0.0

Diff since v3.2.5

Closed issues:

  • Consider splitting out CuArrays? (#105)
  • Cryptic IndexError messages (#127)
  • Specify output type (#129)
  • Update Cuda.jl to v4? (#130)
  • Sums are not commutative (#136)
  • Question: @cutensor not defined (#138)

Merged pull requests:

  • fix scalar multplication with multiple factors (#131) (@fatteneder)
  • Version 4 (WIP) (#137) (@Jutho)
  • Split backend for operations and allocators (#141) (@lkdvos)

v3.2.5

1 year ago

TensorOperations v3.2.5

Diff since v3.2.4

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

2 years ago

TensorOperations v3.2.4

Diff since v3.2.3

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 call fill! which is not need for bitstype (#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

2 years ago

TensorOperations v3.2.3

Diff since v3.2.2

v3.2.2

2 years ago

TensorOperations v3.2.2

Diff since v3.2.1

v3.2.1

3 years ago

TensorOperations v3.2.1

Diff since v3.2.0

Closed issues:

  • Support sparse arrays (#57)
  • Not compatible with CUDA.jl v3 (#103)

v3.2.0

3 years ago

TensorOperations v3.2.0

Diff since v3.1.0

Closed issues:

  • tag new realese (#97)
  • How to perform batch matmul aij,ajk->aik? (#99)

Merged pull requests:

  • Updates for the latest version of TagBot (#100) (@DilumAluthge)
  • Several tweaks to the CI configuration (#101) (@DilumAluthge)

v3.1.0

3 years ago

TensorOperations v3.1.0

Diff since v3.0.1

Merged pull requests:

  • update CUDA version to 2.x (#94) (@GiggleLiu)
  • Fix typo (#95) (@kshyatt)

v3.0.1

3 years ago

TensorOperations v3.0.1

Diff since v3.0.0

Merged pull requests:

  • fix partial trace ncon (#91) (@maartenvd)
  • Revert "fix partial trace ncon" (#92) (@Jutho)
  • fix partial trace (#93) (@maartenvd)

v3.0.0

4 years ago

TensorOperations v3.0.0

Diff since v2.2.0

Closed issues:

  • Support for CuArrays 2.x.x (#87)