File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,15 @@ installation method we recommend in the [Nextstrain installation
2424documentation] ( https://docs.nextstrain.org/page/install.html ) . In that case, a
2525supported Python version is always bundled with ` nextstrain ` .
2626
27+ ## Improvements
28+
29+ * The Conda runtime now uses Micromamba 1.5.8 (upgraded from 1.1.0) to manage
30+ the runtime environment. The newer version supports Zstandard-compressed
31+ index files which speeds up ` nextstrain setup ` and ` nextstrain update ` for
32+ the Conda runtime.
33+ ([ #367 ] ( https://github.com/nextstrain/cli/pull/367 ) )
34+
35+
2736# 8.3.0 (30 April 2024)
2837
2938## Improvements
Original file line number Diff line number Diff line change 6767 <https://anaconda.org/conda-forge/micromamba/>`__, or the special string
6868 ``latest``.
6969
70- Defaults to ``1.1.0 ``.
70+ Defaults to ``1.5.8 ``.
7171"""
7272
7373import json
100100
101101# If you update the version pin below, please update the docstring above too.
102102MICROMAMBA_VERSION = os .environ .get ("NEXTSTRAIN_CONDA_MICROMAMBA_VERSION" ) \
103- or "1.1.0 "
103+ or "1.5.8 "
104104
105105NEXTSTRAIN_CHANNEL = os .environ .get ("NEXTSTRAIN_CONDA_CHANNEL" ) \
106106 or "nextstrain"
You can’t perform that action at this time.
0 commit comments