title |
---|
Changelog |
- Tree branches which have an inferred state which differes between parent & child (i.e. different colours) now show a gradient across the branch. See PR 947
- Hovering on a deme in the map now emphasizes the tips in the tree which make up that deme. See PR 940
- Fix multiple bugs related to incorrect rendering of the map when downloading the SVG. See PR 925
- Fix a bug relating to the ordering of legend items. See PR 979.
- Update Spanish locale data (still in a partially complete state). See commit f9c8ad2
- Reorganisation and general improvements to documentation around contributing to auspice development. See PR 978, commit 707f563 and commit 9f002c9
- Fix a bug where the narrative table styling introduced in 2.9.0 were applied outside the narratives.
- Fix all linting errors and warnings (potentially the first time this has happened!)
- Bugfix related to the byline for SARS-CoV-2 datasets when viewed on nextstrain.org
- Add language support for auspice! Currently we have an incomplete translation of the strings into Spanish, but we can now begin to crowd-source translations. See PR 953
- Add shebang to shell scripts. See PR 962
- Add styling to tables in narratives. See PR 966
- Improve accessiblity of slide-dots in narratives. See PR 972
- Fix typo in readme. See PR 963
- Improve file modes in docs. See PR 964
- Fix broken links in docs. See PR 967
- Linting fixes. See PR 931
- Fix bug in dependencies which could prevent auspice from being built
- Allow right-to-left text in narratives See PR 960
- Introduce a testing framework. See PR 943
- Modify byline for SARS-CoV-2 datasets when viewed on nextstrain.org
- Add axis labels to the tree. See PR 942
- Fix a bug where the map would jump to an incorrect view position in narratives. See PR 950
- Do not display "github.com" in the built-by byline (link is unchanged). See PR 949
- Improve the REAMDE.
- Allow translators to be specified in narratives & translators and authors (and their links) can be set as arrays. See PR 937
- Add documentation about CSV/TSV drag-and-drop functionality
- Highlight tips which (partially) match strain search. See PR 930
- Allow HTML tables in narratives (main-auspice-display-markdown). See PR 924
- Add hidden URL query to force open / close state of legend. See PR 923
- Make tree-text unselectable. See PR 922
- Allow lat-longs for locations only set on internal nodes.
- Fig bug in legend for numerical values (introduced in 2.5.5). See PR 927
- Improve documentation. See PR 919
- Improve legend display for long names. See PR 914
- Fix a bug which prevented CSV drag&drop working on Windows machines. See PR 913
- Better display clades with extremely low divergence (i.e. polytomies) See PR 909
- Improved branch labeling display. See PR 908
- Improve entropy blending on branches. See PR 898
- Bugfix: temporal scale was poorly displayed when a second tree was displayed ("tangletrees"). See PR 910
- Bugfix: CSV drag-and-drop now works again. See PR 904
- Improve how we display mutations to distinguish between gaps & Ns, and to not show undetermined AAs. See PR 895
- Improve mapbox attribution. See PR 894
- Add windows-specific documentation See PR 893
- Allow npm scripts to run on windows. See PR 868
- Improve the zoom level for the map when automatically zooming to one (or very few) demes. See PR 891
- Allow narrative markdown files to have CRLF line endings.
- Add URL query options to facilitate embedding nextstrain via an iframe. See PR 884
- Sidebar state can be set via JSON & URL query.
- A special URL query will disable rendering of the footer & header.
- Improve tree & map zooming. See PR 886
- The map will now automatically zoom upon changes in tree visibility (e.g. filters, time scrubbing, zoom-into-branch) or geographic resolution, unless the map has been interacted with.
- The tree URL query for specifying which node in the tree is zoomed has been changed to
?label=<labelName>:<labelValue>
, and the docs updated accordingly. The old syntax?clade=<cladeName>
will still work and automatically correct to the new syntax. - The set of branch labels to be displayed is now customisable.
- Add documentation surrounding auspice view-settings
- Improve text rendering in certain situations when the lato font is not available. See PR 882
- Fix two bigs in narrative UI. See PR 881
- Implement a new narratives view for mobile displays. See PR 857
- Subsequent map-pages in narratives will reset the zoom if the geo resolution has changed. See PR 866
- Fix narrative progress-bar styling. See PR 875
- Fix a number of narrative bugs See PR 865
- Improve wording related to reported mutation rates. See PR 860
- Hide tip labels when animating. See PR 859
- Improve sizing of tip-clicked infobox. See PR 862
- Fix bug during branch-hover introduced in 2.3.3. See PR 855
- Fix bug related to back-button behavior. See PR 852
- Reinstate
width
prop passed to nav-bar extensions & update documentation. See PR 853
- Improved display of divergence values > 0.01 when hovering on a branch
- Modified behavior specifically related to display of nCoV datasets:
- Accession display modified if the node has the field
gisaid_epi_isl
See PR 850 - GISAID attribution added to byline for nextstrain.org/ncov datasets See PR 850
- Accession display modified if the node has the field
- Minor styling changes to: (1) change min map zoom, (2) hide sidebar on GISAID pages and (3) show author in hover box. See PR 849
- Improvements to narrative text styling with the intention that narratives are more functional on mobile devices.
- This version introduces experimental support for writing narratives where a page may define a section of markdown to be displayed in the main panel, instead of a tree or map. Documentation is forthcoming.
- Improved positioning of temporal grid lines for the phylogeny See PR 846
- Improved browser title & SEO information See PR 845
- Added the nCoV dataset to the get-data script
- Fix bug in computing state when nodes lack
num_date
attributes
- Improved display of numerical values in the tip clicked modal. See PR 840
- Fix certain cases where the back button resulted in an inconsistent state being displayed. See PR 841
- Remove unnecessary console log statements.
- Improve conversion functions to go between numeric & calendar dates. See PR 839
- Update datasets fetched via
npm run get-data
to reflect the move to v2 (unified) JSONs. - Allow datasets to define their own footer text via a string of markdown formatted text. Harcoded footers are now only used on the nextstrain.org domain and will be removed as they are incorporated into their respective builds. See PR 834 and augur PR 423.
- Copy contributing docs into a top-level CONTRIBUTING.md file. See PR 833.
- Include fonts & other CSS assets in the auspice build to improve the behavior of auspice when offline. See PR 826.
- UI improvement: Display build source (if defined via
JSON.meta.build_url
), GitHub avatar (if build source is a GitHub repo) and maintainers as a byline under the title. See PR 821. - Performance improvement: Stream (v2) datasets between auspice server & auspice client. See PR 825.
- Added support in the narratives to navigate via arrow keys. In addition to improved UI, this allows
decktape
to convert narratives to PDFs, and a guide has been added to the auspice docs for this. See PR 824. - Added GISAID and GISRS logos to the footer for flu datasets. See PR 822.
- Bugfix: Fix the broken implementation of the "serverAddress" client customisation and update the relevant documentation
- Bugfix: Colorings in v2 JSONs were not being correctly ordered. They now maintain the order specified in the JSON. The ordering of v1 JSONs is still sorted, as per auspice v1 behavior. See PR 823.
- Bugifx: The "download author data (TSV)" button no longer appears if no author information is defined in the dataset.
- Minor auspice docs improvements.
Bugfix: Correctly handle the url
and accession
of strains both in the tip-clicked info box and in the strain TSV download. See PR 819.
Bugfix: The ability to download per-strain metadata as a TSV file is now working again. See issue #816.
Improved handling of traits associated with tips:
- Added documentation around how auspice displays missing or unknown trait values
- It a trait is defined as a coloring, then use the provided title in the tree info boxes
- Improve logic as to whether a value is inferred (i.e. display associate confidence) or known. See this issue for more details.
Fix a bug where two trees couldn't be colored by date.
Please see the release notes for a full list of features and changes associated with auspice's v2 release. Associated with the v2 release are much improved documentation at nextstrain.github.io/auspice
Here is a summary of the main changes:
- Pie charts to represent discrete variables on a map
- New dataset JSON format:
- Strings parsed unchanged
- Both metadata and tree data in a single JSON
- Gene / Genome definitions are now in GFF format
- Changes to how node data is stored
- Multiple maintainers
- Continous, Categorical, Ordinal, and Boolean Color Scales
- More information in tree info boxes
- Display of second trees
- Display better dates on the tree axis
- Map "reset zoom" button zooms to include all demes
- Consistent colouring of missing data in the tree
- Removal of Twitter & Google Analytics
- Improvements in the entropy panel
- Auspice responds to server redirects for datasets
- Importing (server) code from Auspice
- New Auspice subcommand:
auspice convert
- Ability to show a "build" source URL in the sidebar
auspice view
uses a custom Auspice client if present
This release marks the final v1 release before auspice v2 is released.
Auspice v1 may still receive bug-fixes, and will be npm-tagged with "version1" so that it may be installed via npm install --global auspice@version1
.
- Minor dependency version upgrades.
- Slight changes to the auspice splash page wording to remove the word "Locally".
getDataset
API calls may now return code 204 ("no content") resulting in the auspice splash page displayed without an error message.- Default styling of narrative text much improved.
- Fix footer for INRB Ebola builds.
- Update footer for INRB Ebola builds. cd
- Add support for frequency projections. See PR 777
- Local Auspice servers listen on only localhost by default instead of all interfaces. See PR 781
- update dependencies
- Allo increased zoom levels in map. [See PR 765](nextstrain#765
- Improved layout of unrooted trees when zoomed into a clade. See PR 754
- Remove link to "deprecated" nextflu.org site from flu page footer.
- Reinstate github dataset link in sidebar for community builds
- Fix two bugs related to (a) "root" appearing as the selected clade in the URL and (b) applying filtering would remove the selected clade from the URL. See issue #744 and PR 746.
- Fix bug where auspice would crash if the JSON contained an "annotation" property but not a "annotation.nuc" key. See issue #732
- The Map panel title is now "Grography" when transmissions are not inferred. See issue #743
- Fig a bug where "unknown" values of a discrete scales (e.g. "?") could be given a colour. They are now grey.
- Fix two bugs relating to narratives and the Map component. See PR 736
- Improve logic behind when to display tip labels on the tree
- Improve minor axis tick spacing on tree. See PR 725
- Entropy calculations ignore ambiguous bases See PR 723
- Fix a bug in the initial rendering of the date slider. See PR 713
- Fix map deme border coloring.
- Various map improvements, including transmission ribbons, improved initial map bounds and improved deme circle sizing. See PR 712
- Check mutation type against tree. (See PR 709)[nextstrain#709]
- Update footer information. Don't display "live" footers for "community" URLs.
- Update npm packages identified as security vulnerabilities
- Fixes a bug (only in v1.36.0) where, for some datasets, interacting with the tree would cause the app to crash. Issue 708
auspice build
now exits (with non-zero exit code) if there are errors during webpack bundling
- Improve app load times using code splitting. See PR 701
- Add acknowledgements to mumps page.
- Preserve URL during 404. Issue #700
- Restore download modal functionality. Issue 699
- Show useful help message if port is in use. See PR 694
- Fixed a bug where URL query strings may become corrupted in certain cases. See PR 695
- Restore (deprecated) "npm run {server,dev}" commands. See PR 692
- Fix broken links in documentation. See PR 690
- Update WNV footer text
- Auspice is now extensible (at build stage), allowing customisations and serverless builds. See PR 688
- Documentation is now available via github pages -- nextstrain.github.io/auspice
- Update mumps footer
- Don't display deme circle if lat/long is absent
- Update mumps footer
- Modify the casing of how labels are displayed See PR 685
- Small change to make the 'Second Tree' option appear when virus segments are named according to "segment1", "segment2" etcetera. See PR 684
- Community builds are now sourced from githubusercontent, which is the official source for "raw" files from GitHub. PR 682
- Gene names can now include
-
and_
, as well as code improvements to genotype encoding/decoding -- PR 681
- Allow
hidden
property on tree nodes -- PR 676 - Update packages & package.json metadata -- PR 677 PR 678 PR 679
- Restore hot-reloading ability for development (above PRs)
- Allow time-only trees or div-only trees -- PR 670
- Minor fixes to handle trees with missing data -- PR 673
- Colours were sometimes inconsistent when two trees were displayed -- PR 665
- Clicking on a tip while two trees were displayed no longer causes a crash -- PR 666
- Publish the package to the npm registry from the release branch automatically. [#660, #662]
- Fix inability to run
npm
locally introduced by repo's.npmrc
file. [#661]
- Auspice is now globally installable and published as a npm package npmjs.com/package/auspice
- AA entropy calculation bug fixed - PR 657
- Narrative scroll bars are fixed for Linux & Windows browsers - PR 653
- Tree legend placement improved - PR 650
npm run start
is no longer deprecated
- The visibility of nodes on the tree now more accurately reflects the selected date range - PR 644
- Info text is easier to read & the date range reflects the genomes in view - PR 639
- Toggle between narrative & interactive mode is much clearer - PR 648
- URL queries with no clade set zoom to the entire tree - PR 644
- Narratives -- see nextstrain.org/docs/visualisation/narratives for documentation.
- Time slicing & non-highlighted branches are now displayed in a cleaner fashion - PR 638
- Selected clades (i.e. the tree has been zoomed) are now part of URL state - PR 633
- Fixed broken navigation links
- Entropy zooming bug fixed - PR 637
- Saved SVGs now include two trees (if displayed) - PR 630
- Entropy panel zoom changes are now reflected in URL state - PR 626
- Negative dates (BCE) are now handled correctly - PR 627
- Small entropy zooming fixes - PR 624
- Bugfix to prevent the grid being drawn over the branches / tips in some situations - PR 629
- Transmissions which involve demes without lat/longs now show an error notification - PR 608
- Small fixes to entropy zooming behaviour
- Gaps are not counted in the entropy calculations & are not displayed in the info panel pop up
- New Entropy panel zooming functionality - PR 609
- Upgrade dependencies
- Bugfix when changing between staging datasets - issue 618
- Tree grid improvements - PR 610
- Allow negative (i.e. BCE) dates
- Display y-dates and horizontal lines in the clock layout view
- Improved spacing between grid points
- SVG elements in the DOM are now in named groups which improves debugging and prevents incorrect-layering bugs. PR 612
- Fixed a bug where the available datasets (dropdowns in sidebar) contained invalid values PR 614
- Community sourced datasets (nextstrain.org/community/...) display a link to the github repo in the sidebar PR 615
- Since v1.22.3 changing datasets preserved the URL queries (e.g.
?l=radial
). A number of bugs relating to this have been fixed, where these queries were no longer valid for the new dataset. This also fixed potential issues related to loading datasets where the URL queries were invalid. PR 613
- Increase the padding when displaying two panels side by side to avoid bugs on different browsers / OSs. issue 574
- Improved the alignment of branch labels for the second tree
- The server no longer needs to be transpiled
- The interaction between data sources (local / staging / live) has been changed.
- The first part of the URL now defines the source, e.g. /flu is live, /local/flu is local, /staging/flu...
- Accordingly,
npm run server.js localData
no longer has the effect it used to! - Github committed JSONs are now accessible via /community/orgName/repoName (slightly experimental and subject to change)
- JSONs are now delivered to the client using compression (when available)
- Frequency JSONs are only fetched when the frequency panel is specified (in the meta JSON)
- The server combines the tree & meta JSONs into a single "unified" JSON, in preparation for a move to v2.0 JSONs.
- Manifest files / parsing have been moved from the server
- Various improvements to the narratives (still experimental and the API is subject to change)
- Second trees are specified by
/na:ha/
rather than/na/...?tt=ha
. The old syntax is still supported for backwards compatibility.
- Trigger Docker Hub automated build to rebuild via Travis CI when master branch is pushed and tests are successful
- Simplify counting of traits across tree
- Improve README
- Remove Electron
- Restored the ability to run the non-dev server with local data PR 589
- Bugfix in tip attribute counting algorithm
- Legend items no longer include duplicates, and include month for dates within the past 10 years - thanks @emmahodcroftPR 592
- Bugfix related to colorBy values only specified on internal nodes issue 593
- Auspice can now run with an incomplete metadata file, or even without a metadata file at all! PR 586
- Download modal reinstated PR 587
- Improved styling
- All panes now saved to a single SVG
- Map panning SVG-save bugs (mostly) fixed
- TSV used instead of CSV
- Fix WNV colorBy link in footer -- issue 590
- Show tree titles (e.g.
NA
) when two trees are displayed - Multi-part datasets (e.g.
flu/seasonal/h3n2...
) which are not in the manifest file can now be loaded; various bugs fixed for running locally without a manifest file. - Other minor bugfixes & package upgrades
- Disable Untangling
- Narratives are now sourced from the static github repo
- Untangling via a simple algorithm upon 2nd tree load
- Segment names displayed above trees (if 2 trees)
- Fix hover-info-box date bug -- issue 572
- Narratives now accessed via
/narratives/...
URLs - App now works without needing a manifest file (but the datasets dropdown needs it)
- Initial load simplified
- Sidebar doesn't appear until the data is ready to be displayed
- Changes to the frequencies threshold
- Changes to the frequencies threshold
- Narratives restored
Auspice is now served via the nextstrain.org server together with the static (gatsbyjs) site
- Changes to the server code organisation
- Static content removed
- New splash page listing the (should only be accessed from local instances or 404s, live site splash is via the static site)
- Improved page navigation API
- Travis CI 🎉
- Auspice version is displayed in the footer
- Release script modified (Travis CI listens to
release
and pushes a successful build to S3 which is fetched by the live server)
- Fixed a bug where proteins starting with a number (e.g. 2K) were assumed to be nucleotide genotypes.
- Improved sidebar styling on both mobile & desktop
- Reset layout button doesn't re-instantiate the PhyloTree object, rather it resets the branch thicknesses & sets the whole tree to be in view
- Padding improvements - tip labels are now visible, and small clades render better.
- Tip names now shown for up to 100 taxa
- Branch thickness restored -- issue 544
- Tree panning has been removed (we no longer use
react-svg-pan-zoom
)
- Separate Nucleotide mutations from gaps / Ns in info-box - thanks @emmahodcroft PR 552
- Frequencies y-axis is no longer rounded to the nearest 0.05
- update flu footer
- start using travis CI
- temporary fix for map transmissionIndices errors (bug still exists, issue 547)
- Fix frequencies panel x-axis bug
- Linting
- Minor style changes
- update WNV footer
- update WNV footer
- Use exponential notation for the clock rate
- Updated the footer for LASV & WNV
- LBI color scale domain is [0, 0.7] Issue 541
- Fix bug with antigenic advance & frequencies Issue 540
- Hovering over a tree legend value of zero now correctly highlights matching tips
- Undefined color traits are now grey on a discrete scale
- Removed all references to
node.attr.strain
(tree JSON) andseq_author_map
(meta JSON)
- Make date slider spacing consistent between animation and drag
- Tanglegrams enabled! (bugfixes & reinstate controls dropdown)
- Status pages: nextstrain.org/status & nextstrain.org/status/staging
- Narrative files are sourced from nextstrain.org repository
- Updated LASV footer
- Allowed arbitrary user manifests to be served
- Changed how the tanglegram updates, so that it is now triggered straight after the trees update.
- Updated the files downloaded from
get_data.sh
- Add lassa (LASV) footer acknowledgments.
- Job ad on splash page.
- Fix tree SVG bug Issue 535
- Now exposed via a "hidden" URL query. E.g.
flu/h3n2/3y?n=1
- Frequencies added to narrative
- block in focus is part of the URL query, and can be reloaded via the URL
- Second tree can be loaded via a URL (e.g.
?tt=na
). Sidebar dropdown currently disabled. - In this mode, trees are forced to be rectangular, and the map & frequencies are not displayed.
- Tanglegram exists, but no untangling (yet)
- Bugs still exist (which is why the sidebar has been disabled)
- All JSONs (incl. frequencies, narrative) are loaded within a single Promise & dispatch
phylotree.change()
only ever called once, and always in componentDidUpdate (fixes bugs where it fired in both CWRP and CDU)- old & deprecated code removed
- Authors filter is now an explicit setting in the JSONs PR 532
- Flu footer updated
- Fix bug in genotype colouring PR 531
- Adjust vaccine cross styling & remove dashed line PR 529
- Flu footer updated
- Add redirect of www.nextstrain.org to nextstrain.org via express middleware PR 528
- Fix bug in the color scales where clades were coloured white after switching trees.
- Now works on Internet Explorer 11 (tested on windows 7)
- Grid layout issue fixed for Firefox on linux/windows
- Embedding Nextstrain in an iFrame works - see
/scripts/gisaid_iframe.html
- Fix Firefox branch / tip hover bug Issue 525
- Multiple genotypes (for the same amino acid) by typing in multiple comma separated AA/nuc positions. PR 523.
- Restore staging server toggle issue 514
- Bug fix where tip colours reverted to their initial colours after a layout change. issue 519
- PR 518
- Frequency y-axis is now dynamic
- Frequency text box is more readable
- Frequency normalisation has been removed
- Style tip stroke separately from branch stroke (
node.stroke
replaced withnode.branchStroke
&node.tipStroke
)
- Strain search (using awesomplete).
This highlights the path to a single tip and increases the tip radius.
Strain is stored in the URL query (
s=...
) and can be restored via URL. Selected strain also appears in the info panel (top of screen). - Amino acid branch labels (for every tree) as well as clade labels if specified by the
clade_annotation
attribute. AA labels are shown where the descendent visible tips account for more than 5% of the total visible tips (same as nextflu). Clade labels are always displayed. - Default geneotype gene is now HA1 if available (previously nucleotide).
- ColorBy ordering (sidebar dropdown) is now ordered (via an array in
globals.js
)
- The JSON processing on initial load has been shifted from the reducers to a single action - fewer dispatches, fewer potential bugs, faster code.
- Frequencies are initialised in a single action (previously 2).
- tip-frequencies are now downloaded via
get_data.sh
- Frequency actions are not dispatched unless the frequency panel is loaded.
- Improve consistency of panel controls
- Show
unassigned
in tree legend (if applicable)
- Tree button "reset layout" now at top right
- Frequencies are now displayed via a stream graph panel - see PR 497.
These require the fetching of a separate
tip-frequencies
JSON, and must be specified in thepanels
array of the meta.JSON. - "Panels To Display" toggles in the sidebar allow customisation of the display, and this is reflected in the URL.
- The
+
-
buttons in the tree have been replaced by a "reset tree" button. This resets the bounds to the entire tree & completely re-renders the tree (filters are maintained). Pan behaviour is unchanged.
- React-PhyloTree interface is completely rewritten to use
phylotree.change()
- see PR 501 for the API. The new interface is both easier to understand and quicker. changePageQuery
(used for changing narrative blocks) is now a single action- Ongoing narrative work (still disabled).
- React sidebar has been removed (no UI changes).
- Vaccine strains are shown at their use date (in temporal trees), with dotted lines connecting them to their tips (representing collection date) (PR 498)
updateGeometryFade
uses counters to know when transitions are finished rather thansetTimeout
- Vaccine strains are now displayed if they are specified in
metaJSON.vaccine_choices
(PR 490)
- Tree components and PhyloTree have been reorganized (in
src/components/tree
) and the syntax improved (PR 493) - Upgraded to React 16, as well as upgrading redux & react-svg-pan-zoom (PR 494)
- Local Branching Index (LBI) coloring can be calculated in Auspice (code identical to nextflu) if specified in
color_options
(meta JSON) (PR 491)
get_data.sh
script updated to no longer download sequences & entropy JSONs- action logging middleware available for debugging / development
- Animations can now loop! This is selected via a toggle in the sidebar.
- While animating, the URL displays information which defines the animation (bounds, looping, cumulative, speed). This allows the animation to start automatically by linking to this URL.
- The code for the animation (i.e. the setInterval code) has been moved out of
Map
and into a separateAnimationController
component. - Animation is stopped & started by examining redux state, rather than with imperative controls.
- The narrative machinery has been moved forward, but this functionality is still disabled and not present in production code.
- The (rather expensive)
calendarToNumeric
calculations have become part ofstate.controls
so that components no longer have to calculate them from the string form.
- The entropy panel data is now computed within Auspice by examining mutations throughout the tree, and is throttled to improve speed under load.
- Both entropy and number of mutations are available via a toggle similar to AA/NT
- This results in
entropy.JSON
no longer being fetched. - The entropy data is stored in redux state rather than the react component
- The D3 code has been reorganised
- Note that the entropy values are slightly different to those exported by Augur in some situations - see nextstrain#478 (comment)
- This results in
sequences.JSON
no longer being fetched. - Augur was updated to export
annotations
which are needed for entropy gene display.
- All changes to the URL are now performed via middleware rather than side-effects within the action definition.
- React router has been removed
- Browser back/forward is detected via
window.addEventListener('popstate', this.onURLChanged)
which also fires on initial page load. - Pages are selected via the
<PageSelect>
component.
- The number of proteins displayed while hovering over a branch has been limited to 7 (issue #484)
- The presence of author data is checked before display (issue #488)
- This changelog has been created and a step in the
releaseNewVersion
script added to prepend the version number upon release.
- Functionality has been added, but is currently disabled via a flag in
globals.js
. - This is currently rendered in a right-hand sidebar. This feature is not yet complete.
- The following state has been added to the URL query:
- filters, e.g.
f_authors=Tong_et_al,Capobianchi_et_al&f_division=kerouane
- genotype URLs (these were previously set as the URL but not parsed)
- panel layout (grid/full)
- filters, e.g.
- A number of bugs regarding URL query state parsing (esp with genotype colorBys) have been fixed.
- Added mumps acknowledgment