Skip to content

2.0.0-beta.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@nextstrain-bot nextstrain-bot released this 25 Jun 01:23
⚠️ This is a pre-release. It can contain bugs and significant changes which are not yet finalized. Changes may appear without notice. We recommend to try the pre-releases to learn about upcoming features. For important projects, use stable releases.

Commit history

(click to expand)
  • [ed65bf1] feat: add sample data for hAdv-A

  • [6cf49c0] Merge remote-tracking branch 'origin/master' into feat/hadv-a

  • [fe81e75] Merge remote-tracking branch 'origin/master' into feat/hadv-a

  • [42bfe20] Merge remote-tracking branch 'origin/master' into feat/hadv-a

  • [6435118] chore: release web v2.2.0

  • [a9c6c30] feat: sort mutations, deletions and insertions

This adds sorting of mutations, deletions and insertions right after they are extracted. This should ensure that they are sorted in the the output files, which improves readability.

  • [c52e5c2] refactor: fix comment

  • [3bb8cfd] Merge pull request #886 from nextstrain/feat/sort-muts

feat: sort mutations, deletions and insertions

  • [f79230e] Merge branch 'feat/hadv-a'

  • [6df91b5] chore: speedup dev and test binaries

This enables optimizations even in dev and test mode, to some of the third-party packages that are known to be slow. This should hopefully make dev experience a bit better.

  • [3806b82] Merge pull request #889 from nextstrain/chore/speedup-dev-and-test

  • [34c788d] docs: cleanup changelog

  • [e356f13] docs: add min match rate to changelog

  • [f45ac24] fix(cli): typo

  • [f283a5f] Merge pull request #890 from nextstrain/fix/typo

  • [7ec6b81] feat(cli): make output compression faster

This:

  • reduces default output file compression levels for all formats to 2, which roughly corresponds to "fast" or "low" preset. This should ensure that outputs are not limited by compression speed in most cases.

  • allows to set compression levels per format with environment variables:

    • GZ_COMPRESSION
    • BZ2_COMPRESSION
    • XZ_COMPRESSION
    • ZST_COMPRESSION
  • [12c36ca] Merge pull request #892 from nextstrain/feat/faster-compression

  • [e0c7f17] chore: release cli 2.0.0-beta.8