Skip to content

22.12.0

Compare
Choose a tag to compare
@jezdez jezdez released this 01 Dec 17:00
· 193 commits to main since this release
eed448a

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

Changed

  • The conda-libmamba-solver package is now generally available, removes the experimental 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

Full Changelog: 22.8.1...22.12.0