v0.15.1
MultiScaleTreeGraph v0.15.1
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 indescendants.
Full Changelog: v0.15.0...v0.15.1
Merged pull requests:
Closed issues:
- Issue when updating node id or merging trees (#90)