6 posts tagged with "conda-libmamba-solver"
View All TagsJanuary 2024 Releases
The January 2024 releases included updates to four conda community projects: conda, conda-build, conda-libmamba-solver, and conda-index! π Each of these have been released to both main
and conda-forge
.
Changes in Conda 24.1.0/24.1.1/24.1.2β
To update conda, run:
conda install -n base conda=24.1.2
November 2023 Releases
The November 2023 releases included updates to three conda community projects: conda, conda-build, and conda-libmamba-solver! π Each of these have been released to both main
and conda-forge
.
Changes in Conda 23.11.0β
To update conda, run:
conda install -n base conda=23.11.0
π’ Special Announcement π’β
New menuinst
v2 support!
September 2023 Releases
The September 2023 releases included updates to five conda community projects: conda, conda-build, conda-libmamba-solver, conda-index, and pycosat! π Each of these have been released to both main
and conda-forge
.
Changes in Conda 23.9.0β
To update conda, run:
conda install -n base conda=23.9.0
π’ Special Announcement π’β
Conda's default solver will change to conda-libmamba-solver
in a special 23.10.0 release in the near future!
You can already benefit from conda-libmamba-solver
today by configuring your conda installation to use it (e.g. by running conda config --set solver libmamba
).
The current "classic" solver is based on pycosat/Picosat and will remain part of conda for the foreseeable future. A fallback is possible and available.
Additional details on this change as well as the full announcement can be found in the conda 23.9.0 changelog.
Conda and the libmamba solver: Roll-out plan 2023
Over a year ago, the conda team at Anaconda, together with conda developers at Quansight and QuantStack, announced the release of a new solver for conda based on the libraries that the mamba project had developed on top of the venerable libsolv project.
The default solver change for conda will be occurring in a special 23.10.0 release (not in 23.9.0). See the special announcement here.
TL;DRβ
- From July 2023 on,
conda-libmamba-solver
will be part of the various installers. The default conda solver is stillclassic
. Look out for the release of miniconda, Anaconda Distribution and miniforge soon. - From September 2023 on, the default conda solver will be
libmamba
.classic
will be available via--solver=classic
, if needed. - At some point in the future, we'll discuss whether the classic solver is kept around, maintained as a separate plugin, and/or deprecated for good. Feedback welcome!
May Releases for Conda, Conda-Build, and Conda-Libmamba-Solver
May releases are here! π Conda 23.5.0, conda-build 3.25.0, and conda-libmamba-solver 23.5.0 are now available on both main and conda-forge:
Changes in Condaβ
To update conda, run:
conda install -n base conda=23.5.0