File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,14 @@ development source code and as such may not be routinely kept up to date.
1313
1414# __ NEXT__
1515
16+ ## Improvements
17+
18+ - The Conda runtime now uses Micromamba 1.5.8 (upgraded from 1.1.0) to manage
19+ the runtime environment. The newer version supports Zstandard-compressed
20+ index files which speeds up ` nextstrain setup ` and ` nextstrain update ` for
21+ the Conda runtime.
22+ ([ #367 ] ( https://github.com/nextstrain/cli/pull/367 ) )
23+
1624
1725# 8.3.0 (30 April 2024)
1826
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