Releases: conda/conda-libmamba-solver
Releases · conda/conda-libmamba-solver
23.1.0
Bug fixes
- Fix "Packages Not Found" error messages to be more accurate and informative. (#96 via #101)
- Ensure solves are deterministic and input order independent. (#75 via #111)
- Fix compatibility errors with newer conda versions >=23.1.0 since we are using an internal API SubdirData. (#118 via #119)
Docs
Other
- CI: Add scheduled runs with self-reported issues. (#60 via #106)
- Fix typo in workflow documentation so it is consistent with the setup page. (#110)
Contributors
- @costrouc made their first contribution in #110
- @jaimergp
- @jezdez
- @conda-bot
- @pre-commit-ci[bot]
22.12.0
Upgrade notice
To upgrade to conda-libmamba-solver 22.12.0
please update to conda 22.11.0
using the "classic" solver first:
$ CONDA_EXPERIMENTAL_SOLVER=classic conda install -n base conda=22.11.0
and then install a new version of conda-libmamba-solver:
$ CONDA_EXPERIMENTAL_SOLVER=classic conda install -n base conda-libmamba-solver=22.12.0
Added
- Added a new documentation site: https://conda.github.io/conda-libmamba-solver/ (#58)
- Added CEP 4 compatible plugin for conda's
solvers
plugin hook. (#63)
Changed
- The
conda-libmamba-solver
package is now generally available, removes theexperimental
label. (#53) - The index will also load channels only listed as part the installed packages in the active prefix. (#52)
- Updated compatibility to mamba 1.0.0 and conda 22.11.0. (#78)
Deprecated
- Deprecate support for Python 3.6.x.
Fixed
- Fixed a wrong dependency on libmambapy. (#90)
- If missing or empty, package records will have their
subdir
field populated by the channel platform. (#53)
New Contributors
- @dholth made their first contribution in #55
- @conda-bot made their first contribution in #66
- @pre-commit-ci made their first contribution in #76
Full Changelog: 22.8.1...22.12.0
22.8.1
22.8.0
Added
- Check if conda is outdated with
libmamba
instead of relying on conda's implementation (#46)
Changed
- Rely on conda's
SubdirData
as a fallback for channel protocols not supported bylibmamba
(#49)
Deprecated
- Deprecate
libmamba-draft
solver variant (#45)
Removed
- Remove legacy debugging code and file-logging based on stream capture (#48)
Full Changelog: 22.6.0...22.8.0
22.6.0
Added
Changed
- Enable support for user-defined
repodata_fn
while ignoringcurrent_repodata.json
(#34) - Faster Python version changes (#33)
- Remove base environment protection (#43)
Fixed
- Fix libmamba 0.23 compatibility (#35)
- Fix handling of
*
-enabled build strings (#36) - Fix
escape_channel_url
problems (#32) - Fix error reporting if S3-backed channels are used (#41)
Full Changelog: 22.3.1...22.6.0