v3.26.0
Added:
conda_build_toolsetting with four different options:conda-build,mambabuild(default),
conda-build+conda-libmamba-solverandconda-build+classic. - #1732- Add
conda_install_toolandconda_solverconfiguration options to allow choosing between
mambaandconda(withclassicorlibmambasolvers) as the dependency
handling tools. (#1762, #1768) - Add
additional_zip_keysconfiguration option for migrations (#1764)
Changed:
- Unified Windows build scripts to avoid duplication of template logic in Github Actions and Azure Pipelines. (#1761)
- Use strict channel priority on Linux and macOS. (#1768)
- Use
python-buildto createsdist#1760
Deprecated:
build_with_mambabuildboolean option is deprecated. Useconda_build_tool: mambabuildinstead. - #1732
Fixed:
- Ensure undefined Jinja variables are rendered as the variable name, restoring Python 2-like behaviour. (#1726 via #1727)
- Use name-only specs in
conda updateandconda uninstallsubcommands. (#1768) - Catch negative exit codes on Windows. (#1763)
- Fixed bug in the display of grouping commands in the Travis CI logging utilities. (#1730)
Authors:
- Jaime Rodríguez-Guerra
- Uwe L. Korn
- John Kirkham
- Peter Williams
- Bela Stoyan
- Klaus Zimmermann