v0.13.0
MultiScaleTreeGraph v0.13.0
Breaking changes
- Node fields cannot be accessed directly anymore, we provide accessor function. E.g.
node.MTG
is nownode_mtg(node)
, and we even have e.g.symbol(node)
as a shorthand to get the symbol encoding of the node (and link, ...). - The node name was deleted as it is not used anymore
Full Changelog: v0.12.3...v0.13.0