v3.62.0
Added:
- Add
workflow_settings.tools_install_dirand
workflow_settings.build_workspace_dirsettings toconda-forge.ymlthat
provide per-platform and per-provider ability to override the paths used by
workflows. (#2529) (#2538) - Hint when dependency specifiers override pins (#2546, #2553)
- Badges for workflows using GitHub Actions are now included in
README.md. (#2547) - Add
docker.run_argsto pass additional arguments todocker runon all CI providers. (#2551) - Hint about deprecated variables in
azure.settings_*.variables. (#2556) - Introduce deprecation machinery for the upcoming CalVer switch. (#2541)
Changed:
- Refactor linter messages as self-documenting dataclasses with automated JSON outputs. (#2478, #2548)
- Optimized the code to avoid unnecessary loading
conda-forge.ymlmultiple times. (#2555) - Update
remote_ci_setupto useconda-buildversion26.3or newer. (#2558) - IMPORTANT: This will be the last release of the
3.xseries.
In the next release, we will switch from Semver to CalVer, following aYYYY.MM.DDscheme.
The first CalVer will be identical to the last SemVer release, except for the introduction
of a formal 60-day deprecation policy. (#2541)
Fixed:
- Deprecated schema fields that aren't top-level are now correctly reported as hints. (#2540)
- Azure badges for configs that are not run on Azure are no longer included in
README.md. (#2547) - Fixed import of deprecated function
ns_cfgfromconda-build. (#2559)
Authors:
- Matthew R. Becker
- Jaime Rodríguez-Guerra
- Michał Górny
- pre-commit-ci[bot]
- John Kirkham