Skip to content

10.1.0

Choose a tag to compare

@github-actions github-actions released this 19 May 21:59

These release notes are automatically extracted from the full changelog.

Improvements

  • Use of an alternate Conda package repository is now supported during nextstrain setup conda and nextstrain update conda if you cannot or do not want to use the default package repository hosted by Anaconda. Set the NEXTSTRAIN_CONDA_CHANNEL_ALIAS environment variable to the base URL of the repository. This corresponds to the channel_alias Conda config setting. (#436)

  • The Conda runtime no longer requires Rosetta 2 for macOS running on aarch64 (aka arm64, Apple Silicon, M1/M2/...) hardware. This improves performance when using the runtime. Run nextstrain update conda to receive the update. (#436)

Development

  • The NEXTSTRAIN_CONDA_MICROMAMBA_VERSION environment variable is no longer supported (i.e. for use with nextstrain setup conda). Please use NEXTSTRAIN_CONDA_MICROMAMBA_URL instead. (#436)