Skip to content

Releases: nextstrain/auspice

Auspice 2.55.1

25 Jun 06:47
Compare
Choose a tag to compare
  • Small bugfix to the filter badge improvements introduced in v2.55.0 where we incorrectly showed the 2-tree display when viewing a single tree. (#1794)

Auspice 2.55.0

17 Jun 03:21
Compare
Choose a tag to compare
  • A number of improvements when viewing multiple trees (tangletrees) (#1788)
    • Attributes only present on the RHS tree are now available as filter options, as well as genotypes and node names unique to the RHS tree.
    • Filter badges (shown in the header) now indicate how many matches are present in both trees (formerly only the LHS tree was considered)
    • Branch labels unique to the RHS tree are now available
  • remove missing warning when dataset JSON has no .meta.geo_resolutions field (#1791)
  • Add support for Node.js version 22. (#1779)

Auspice 2.54.3

12 Jun 04:28
Compare
Choose a tag to compare
  • Minor improvement to the onlyPanels view - we now also hide the panel name and top-border. (#1790)

Auspice 2.54.2

12 Jun 03:17
Compare
Choose a tag to compare
  • Tangletrees can now be coloured by genotype (previously such a colouring would only work for the LHS tree). This requires the genome annotation (in the dataset JSON) to be identical across both datasets. This can be especially useful when comparing trees generated from the same sequences or a similar set of sequences in order to understand the differences in tree structure. (#1785)
  • Bugfix: The legend entries shown for a tangletree may not have shown values only observed in the RHS tree when the dataset was first loaded. (#1785)
  • Bugfix: Multiple trees ("tanglegrams") now render correctly in Safari. (#1786)
  • Bugfix: The onlyPanels URL query now hides all parts of the footer, as intended. (#1787)

Auspice 2.54.1

10 Jun 00:10
Compare
Choose a tag to compare
  • Fixed a big bug where clicking on tips (and shift-clicking on branches) on the RHS tree in a tanglegram would bring up a modal detailing a node in the LHS tree. (#1783)
  • Fixed a small bug where branch labels prevented you from hovering on the branch itself, a situation that was more common in tangletrees. (#1783)

Auspice 2.54.0

05 Jun 22:53
Compare
Choose a tag to compare
  • Add a link-out to use datasets in Nextclade (this functionality is only enabled when running within the larger nextstrain.org ecosystem.)
    This builds on functionality introduced in Nextclade 3.7.0 allowing an Auspice dataset to be used as a nextclade dataset so that users can then add new sequences (via drag-and-drop) and see them placed on the tree. (#1776)

Auspice 2.53.0

28 Apr 21:51
Compare
Choose a tag to compare
  • Add a download-JSON button within the downloads modal. This is disabled for GISAID sourced data. (#1764)
  • Add link-outs to load the current dataset in external platforms MicrobeTrace and Taxonium. Note this functionality only works when Auspice is running within the larger nextstrain.org server. (#1763)

Internal changes.

  • Use Nextstrain CLI to create PRs on other repos. (#1765)
  • Create PRs on projects which depend on Auspice by adding a label (#1767 and #1768)

Auspice 2.52.1

21 Feb 00:01
Compare
Choose a tag to compare
  • Bugfix: Restore the intended behaviour when hovering or clicking on terminal branches. (#1753)

Auspice 2.52.0

09 Feb 00:32
Compare
Choose a tag to compare
  • Sidebar filtering now contains all non-continuous metadata defined across the tree (i.e. all data within node.node_attrs). The traits listed in meta.filters are now only used to determine which filters to list in the footer of the page. (#1743)
  • The interaction between strain-selected modals and the corresponding strain-filter has been improved. We now preserve the strain filter state present before the node was clicked. (#1749)
  • Added a link to this changelog from the Auspice view. (#1727)
  • Updated "contact us"-type links to point to nextstrain.org/contact. (#1734)
  • Bugfix: When showing the strain-selected modal, disabling the corresponding filter now clears the modal. (#1749)

Internal changes which should not result in any different behaviour while using Auspice.

  • Updates to GitHub actions. (#1739, #1741)
  • Updates to documentation setup. (#1730)
  • Updates to PR template. (#1728)
  • Updated and then reverted Webpack configuration (#1733, #1738)

Auspice 2.51.0

16 Nov 18:14
Compare
Choose a tag to compare
  • Redesigned the panel sections in the sidebar. (#1704)
    • Moved panel visibility toggles to the header.
    • Added the ability to show/hide panel options.
  • customisation: Renamed sidebarTheme.unselectedBackground to a more generic name, sidebarTheme.alternateBackground, while keeping backwards compatibility. (#1704)
  • Fixed a bug that prevented the narratives debugger (/edit/narratives) from working. (#1725)