Skip to content

Releases: Jutho/TensorOperations.jl

v3.2.2

06 Aug 07:54
Compare
Choose a tag to compare

TensorOperations v3.2.2

Diff since v3.2.1

v3.2.1

03 Jun 18:48
Compare
Choose a tag to compare

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

08 May 13:40
Compare
Choose a tag to compare

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:

v3.1.0

26 Nov 11:12
Compare
Choose a tag to compare

TensorOperations v3.1.0

Diff since v3.0.1

Merged pull requests:

v3.0.1

08 Oct 10:16
Compare
Choose a tag to compare

TensorOperations v3.0.1

Diff since v3.0.0

Merged pull requests:

v3.0.0

03 Jun 15:19
Compare
Choose a tag to compare

TensorOperations v3.0.0

Diff since v2.2.0

Closed issues:

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

v2.2.0

12 May 18:10
Compare
Choose a tag to compare

TensorOperations v2.2.0

Diff since v2.1.4

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:

  • Support to specify index costs together by tuple (#85) (@ho-oto)

v2.1.4

05 Mar 22:05
Compare
Choose a tag to compare

TensorOperations v2.1.4

Diff since v2.1.3

v2.1.3

19 Feb 17:06
Compare
Choose a tag to compare

TensorOperations v2.1.3

Diff since v2.1.2

Merged pull requests:

v2.1.2

06 Feb 00:33
v2.1.2
Compare
Choose a tag to compare

v2.1.2 (2020-02-05)

Diff since v2.1.1

Closed issues:

  • Simple tensor contraction does not work (#81)
  • @ncon can't handle splats (#79)
  • ERROR: @cutensor not defined (#78)
  • Feature Request: BigFloat Tensors (#77)

Merged pull requests:

  • A more helpful error message when splatting into @ncon. (#80) (mhauru)