Skip to content

Auspice 2.63.0

Choose a tag to compare

@jameshadfield jameshadfield released this 01 Jun 23:18
· 110 commits to master since this release
  • Streamtrees are a new visualisation option for displaying phylogenetic trees. They require datasets with labels on internal nodes which we essentially use to partition the nodes of the tree and render each partition as a streamgraph. Such visualisations are useful for conveying relationships between parts of the tree as well as improving performance for very large trees. See the added documentation for more details. (#1902)

  • Label URL queries (available when zoomed into a node which has an branch label) are now added in more cases and, when loading the page, we now remove the query if it is not valid. (#1952)

  • Datasets can define display_defaults.label to specify the starting zoom level of a tree, similarly to the ?label=... URL query. (#1952)

  • The tree's "Reset Layout" button has been renamed "Zoom to Root". (#1952)

  • Removed the experimental markers from "Focus on selected" and "Explode Tree By" options. These seem to be working well. (#1954)

  • Toggling "Focus on selected" now updates the URL parameter focus=selected. URLs with this parameter can be shared to enable focus on initial page load. (#1955)

  • Added Chinese language support. (#1959)

  • Added flexibility to the way the "Built with …" sentence can be translated. (#1964)

  • Dropped support for Node.JS versions 16 & 18 and their corresponding NPM versions (7 & 8). (#1975)