Skip to content

Releases: lkdvos/BlockTensorKit.jl

v0.3.8

22 Feb 21:24

Choose a tag to compare

BlockTensorKit v0.3.8

Diff since v0.3.7

Merged pull requests:

  • Small fixes to let BlockTensorMaps work with GPU arrays (#44) (@kshyatt)
  • Adapt extension (#45) (@lkdvos)
  • type stability improvements for Adapt (#46) (@lkdvos)

v0.3.7

11 Feb 15:32
3392c90

Choose a tag to compare

BlockTensorKit v0.3.7

Diff since v0.3.6

Merged pull requests:

v0.3.6

10 Feb 16:18
7d3fd12

Choose a tag to compare

BlockTensorKit v0.3.6

Diff since v0.3.5

Merged pull requests:

v0.3.5

24 Dec 09:58
68c83b8

Choose a tag to compare

BlockTensorKit v0.3.5

Diff since v0.3.4

Merged pull requests:

v0.3.4

16 Dec 12:44

Choose a tag to compare

BlockTensorKit v0.3.4

Diff since v0.3.3

v0.3.3

15 Dec 20:28
2e9c200

Choose a tag to compare

BlockTensorKit v0.3.3

Diff since v0.3.2

Merged pull requests:

v0.3.2

10 Dec 03:00
2a85190

Choose a tag to compare

BlockTensorKit v0.3.2

Diff since v0.3.1

Bump compatibility for TensorKit v0.16 and MatrixAlgebraKit v0.6

Merged pull requests:

  • CompatHelper: bump compat for TensorKit to 0.16, (keep existing compat) (#37) (@github-actions[bot])

v0.3.1

29 Oct 17:33
dfa3646

Choose a tag to compare

BlockTensorKit v0.3.1

Diff since v0.3.0

Small fixes and show improvements

Merged pull requests:

v0.3.0

08 Oct 22:07
5508f7c

Choose a tag to compare

BlockTensorKit v0.3.0

Diff since v0.2.0

v0.3.0 of the package updates to TensorKit v0.15, and the primary breaking change is the replacement of BlockTensorKit.oplus with BlockTensorKit.boxplus.
This avoids the name-clash with TensorKit.oplus that was previously happening.

Merged pull requests:

  • Updates for TensorKit v0.15 (#33) (@lkdvos)
  • BlockTensorKit.oplus renamed to BlockTensorKit.boxplus (#34) (@lkdvos)

v0.2.0

28 Aug 10:57
dd3a832

Choose a tag to compare

BlockTensorKit v0.2.0

Diff since v0.1.13

This version contains a minor update to the SumSpace struct, such that it can now retain the isdual information even when working with empty spaces. This resolves many edge-case bugs and issues, but does constitute a breaking change.

Merged pull requests: