Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 08 Oct 22:07
5508f7c

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)