We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Often when trimming a tree the resultant tree can have "knuckle" nodes. These are where a branch will have only a single child subtending from it.
In many cases these should be merged to form a single branch.
This can be added as an option to the tree trimming process, and set as the default.
Tasks:
The text was updated successfully, but these errors were encountered:
Tees: Add method to merge knuckle nodes
2f99545
Updates #814
tree knuckle merger: Avoid extra sorting
366ee31
Filter the list of nodes before we sort, and use a cache to avoid method calls. Updates #814
GUI: Add option to remove knuckle nodes from trees when transforming
19d1ae1
Tree knuckles: Avoid quadratic time cache clearing
2baf4e8
GUI: Add menu option to merge tree knuckle nodes
aefb514
GUI: refactor repeated dialogue code
c5ef9c5
And hide the knuckle merger menu item when there is no selected tree. Updates #814
Clear node depths when merging knuckle nodes
4529b4d
All tasks completed, closing issue
Sorry, something went wrong.
shawnlaffan
No branches or pull requests
Often when trimming a tree the resultant tree can have "knuckle" nodes. These are where a branch will have only a single child subtending from it.
In many cases these should be merged to form a single branch.
This can be added as an option to the tree trimming process, and set as the default.
Tasks:
The text was updated successfully, but these errors were encountered: