Changelog
0.23.0 - Unreleased
Breaking changes
- Requires NamedGraphs v0.14. The network types here are
AbstractNamedGraphsubtypes, so its breaking changes carry through to them, including the output types ofverticesandedgesand the return values of the mutating functions. See the NamedGraphs changelog (#384). - The leaf type of a contraction sequence is
ITensorNetworks.Key, where it wasNamedGraphs.Keys.Key(#384).