Changelog
0.22.0 - 2026-09-09
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 (#385). - The leaf type of a contraction sequence is
ITensorNetworks.Key, where it wasNamedGraphs.Keys.Key(#385).
Non-breaking changes
gauge_walkand theedgeskeyword ofcombine_linkindstake any collection of edges, where they previously required aVectorand so rejected the iterator thatedgesnow returns (#385).