Enhancements
- Add support for v1 recipes to
conda-debug. (#5950) - Add various UX improvements to the v1 recipe support. (#6020)
- When rendering a recipe with
conda render, sort dependencies instead of following unpredictableset()ordering. (#6014)
Bug fixes
- Remove redundant dependency on rattler-build. (#5986)
- Add a check to prevent duplicate rpaths on macOS. (#5671 via #5987)
- Raise
ValueErrorfor negative build numbers inmeta.yamlat metadata validation time, before any build scripts run. (#5332, #5997) - Fix platform config settings when building v1 recipes by checking
VariantConfig()instead ofconfig.variant. (#6015) - Fix finding used variables that do not feature spaces, e.g.
{{python_min}}. (#6036) - Make CMD subprocesses match
build_platformarchitecture when running emulated Python processes. (#6048 via #6047) recipe.yamlbuild/host platform handling now behaves in the same way asmeta.yaml. Accidentally allowed{build,host}_platformsettings inconda_build_config.yamlare no longer valid. Users can exportCONDA_SUBDIRand define thetarget_platformsetting, respectively. (#6047)
Deprecations
- Mark
conda developas pending deprecation to be removed in 27.9. The conda-pypi plugin provides a modern alternative via theconda pypi install --editable <path>command. (#4251 via #6005) - Remove usage of deprecated
conda.auxlib.entity.EntityEncoder. It is replaced byconda.common.serialize.json.CondaJSONEncoder. (#6029 via #6045)
Docs
- Add
conda-debugcommand to v1 recipe docs. (#5950) - Clarify that
build/numbermust be a non-negative integer. (#5997) - Add v1 recipe user docs. (#5896 via #6002)
Other
- Remove obsolete support for
numpy.distutils. (#5911 via #6006) - Enable infrastructure-managed Dependabot configuration via conda/infrastructure templates. (#6018)
Contributors
- @conda-bot
- @danyeaw
- @dholth
- @jaimergp
- @jsmolic
- @jezdez
- @kenodegard
- @ForgottenProgramme
- @mgorny made their first contribution in #6036
- @Nikil-D-Gr8 made their first contribution in #6000
- @travishathaway
- @dependabot[bot]
- @pb01ka made their first contribution in #5997
- @pre-commit-ci[bot]
Full Changelog: 26.5.0...26.7.0