You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* first draft for remove_tree and add_tree with tree object
* use overloading for add_tree
* format
* format
* trigger ci
* fix linting
* format
* fix typing
* clean up
* beautify comment
* also handle color and _enforced_id and test this
* update changelog
* add example script for merging NMLs
* format
* fix linting
* move example file to correct folder
This example opens two [NML files](/webknossos/data_formats.html#nml-files) and copies the trees from the NML A to B and saves the output to a new NML (that includes the trees of both input NMLs).
Copy file name to clipboardExpand all lines: webknossos/Changelog.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ For upgrade instructions, please check the respective _Breaking Changes_ section
15
15
### Breaking Changes
16
16
17
17
### Added
18
+
-`Group.add_tree` now also accepts a tree object as a first parameter (instead of only a string). [#891](https://github.com/scalableminds/webknossos-libs/pull/891)
19
+
-`Group.remove_tree_by_id` was added. [#891](https://github.com/scalableminds/webknossos-libs/pull/891)
0 commit comments