Skip to content

Releases: Jutho/TensorKit.jl

v0.4.2

12 May 01:01
Compare
Choose a tag to compare

TensorKit v0.4.2

Diff since v0.4.1

v0.4.1

10 May 22:01
Compare
Choose a tag to compare

TensorKit v0.4.1

Diff since v0.4.0

v0.4.0

01 May 14:01
Compare
Choose a tag to compare

TensorKit v0.4.0

Diff since v0.3.0

Merged pull requests:

v0.3.0

08 Apr 23:02
Compare
Choose a tag to compare

TensorKit v0.3.0

Diff since v0.2.2

Closed issues:

  • Add Frobenius-Schur indicators in permuteind! (#1)

Merged pull requests:

v0.2.2

19 Feb 17:01
955f5ee
Compare
Choose a tag to compare

TensorKit v0.2.2

Diff since v0.2.1

v0.2.1

12 Feb 06:02
Compare
Choose a tag to compare

TensorKit v0.2.1

Diff since v0.2.0

v0.2.0

10 Feb 18:02
Compare
Choose a tag to compare

TensorKit v0.2.0

Diff since v0.1.0

Closed issues:

  • permuteind! for AdjointTensorMap (#2)
  • Tracing tensors (#12)
  • creating a GenericRepresentationSpace with only one sector (#17)
  • error when using svd with truncation (#18)
  • norm of empty symmetric tensors (#19)
  • show throws sectormismatch (#20)
  • step cannot be zero (#21)
  • Long compile times for (n~12)-index tensors (#22)

Merged pull requests:

v0.1.0

16 Aug 14:07
v0.1.0
Compare
Choose a tag to compare
  • thread-safe LRU cache for speeding up permutations
  • various bug fixes
  • eigen (and eig and eigh), inv and pinv for tensors
  • tensor product of tensors

v0.0.3

09 Jul 22:59
v0.0.3
Compare
Choose a tag to compare

v0.0.2

17 Jan 14:22
Compare
Choose a tag to compare

Switch to SortedVectorDict for sectors to make RepresentationSpace more robust
Win32 compatibility improvent