Skip to content

v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Mar 07:37
· 29 commits to master since this release
16391dd

MultiScaleTreeGraph v0.13.0

Diff since v0.12.3

Breaking changes

  • Node fields cannot be accessed directly anymore, we provide accessor function. E.g. node.MTG is now node_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