Skip to content

Commit

Permalink
Concatenate polytomies
Browse files Browse the repository at this point in the history
  • Loading branch information
hyanwong authored and mergify[bot] committed Oct 8, 2024
1 parent 586a81e commit 7320290
Show file tree
Hide file tree
Showing 37 changed files with 646 additions and 37 deletions.
5 changes: 5 additions & 0 deletions python/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@
which assigns a string to node and mutation symbols, commonly shown on mouseover. This
can reduce label clutter while retaining useful info (:user:`hyanwong`, :pr:`3007`)

- Added (currently undocumented) use of the `order` parameter in ``Tree.draw_svg()`` to
pass a subset of nodes, so subtrees can be visually collapsed. Additionally, an option
``pack_untracked_polytomies`` allows large polytomies involving untracked samples to
be summarised as a dotted line (:user:`hyanwong`, :issue:`3011` :pr:`3010`, :pr:`3012`)

--------------------
[0.5.8] - 2024-06-27
--------------------
Expand Down
2 changes: 1 addition & 1 deletion python/tests/data/svg/internal_sample_ts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion python/tests/data/svg/tree.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion python/tests/data/svg/tree_both_axes.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion python/tests/data/svg/tree_muts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion python/tests/data/svg/tree_muts_all_edge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7320290

Please sign in to comment.