Skip to content

v2.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 18:10
· 299 commits to master since this release

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)