You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.