Skip to content

v0.15.1

Choose a tag to compare

@github-actions github-actions released this 26 Feb 14:57
· 33 commits to master since this release
3937160

MultiScaleTreeGraph v0.15.1

Diff since v0.15.0

What's Changed

  • Fix: issue when updating node id or merging trees by @VEZY in #91
    This issue was caught in PlantGeom: when reading an OPS file with repeated OPF files, we read only one and make copies. The copies are then updated with their node_id, which silently invalidates the attributes table. This is now fixed with this release by forcing a table update when branching a tree into another one, and better handling this potential error in descendants.

Full Changelog: v0.15.0...v0.15.1

Merged pull requests:

  • Fix: issue when updating node id or merging trees (#91) (@VEZY)

Closed issues:

  • Issue when updating node id or merging trees (#90)