Skip to content

Releases: QuantumKitHub/BlockTensorKit.jl

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:

v0.1.13

04 Aug 00:34

Choose a tag to compare

BlockTensorKit v0.1.13

Diff since v0.1.12

v0.1.12

25 Jul 17:03
2c38706

Choose a tag to compare

BlockTensorKit v0.1.12

Diff since v0.1.11

Merged pull requests:

v0.1.11

24 Jul 15:29
9af3304

Choose a tag to compare

BlockTensorKit v0.1.11

Diff since v0.1.10

Merged pull requests:

v0.1.10

18 Jul 14:35
c3e8d37

Choose a tag to compare

BlockTensorKit v0.1.10

Diff since v0.1.9

Merged pull requests:

  • Type changes for complex sectors + BlockIterator fix (#26) (@borisdevos)

v0.1.9

10 Jun 20:08
c36a83a

Choose a tag to compare

BlockTensorKit v0.1.9

Diff since v0.1.8

Improve retaining sparsity in setindex! expressions.

v0.1.8

10 Jun 01:06

Choose a tag to compare

BlockTensorKit v0.1.8

Diff since v0.1.7

Fix an issue with similar and abstract eltypes

v0.1.7

09 Jun 22:32

Choose a tag to compare

BlockTensorKit v0.1.7

Diff since v0.1.6

Fixes an issue with instantiating adjoint tensors

v0.1.6

28 Mar 13:10

Choose a tag to compare

BlockTensorKit v0.1.6

Diff since v0.1.5

Merged pull requests: