March 2025 Releases
The March 2025 releases included updates to conda, conda-build, conda-libmamba-solver, conda-index, and constructor! ๐ All of these have been released to both main
and conda-forge
channels.
The March 2025 releases included updates to conda, conda-build, conda-libmamba-solver, conda-index, and constructor! ๐ All of these have been released to both main
and conda-forge
channels.
The June 2024 releases included updates to conda-index, conda-package-streaming and conda-package-handling! ๐ All of these new releases have been released to both main
and conda-forge
.
To update conda-index to the latest version, run:
conda install -n base conda-index=0.5.0
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
.
To update conda, run:
conda install -n base conda=24.1.2
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
.
To update conda, run:
conda install -n base conda=23.9.0
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.