MultiScaleTreeGraph v0.15.4
Fixes and updates
- Fix issue with singleton for symbol in descendants, e.g.
descendants(mtg, symbol=:Leaf)by @VEZY in #99 - Fix issue #95 (reparenting and re-childrening) by @VEZY in #100
- Update XLSX requirement from 0.7, 0.8, 0.9, 0.10 to 0.7, 0.8, 0.9, 0.10, 0.11 by @dependabot[bot] in #96
- Bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #97
- Bump julia-actions/cache from 2 to 3 by @dependabot[bot] in #94
- Bump julia-actions/setup-julia from 2 to 3 by @dependabot[bot] in #98
Full Changelog: v0.15.3...v0.15.4
Merged pull requests:
- Bump julia-actions/cache from 2 to 3 (#94) (@dependabot[bot])
- Update XLSX requirement from 0.7, 0.8, 0.9, 0.10 to 0.7, 0.8, 0.9, 0.10, 0.11 (#96) (@dependabot[bot])
- Bump codecov/codecov-action from 5 to 6 (#97) (@dependabot[bot])
- Bump julia-actions/setup-julia from 2 to 3 (#98) (@dependabot[bot])
- Fix issue with
descendants(mtg, symbol=:Leaf)(#99) (@VEZY) - Fix issue #95 (#100) (@VEZY)
Closed issues:
reparent!andrechildren!should update the parent and children resp. (#95)