25.9.0
Bug fixes
- Import
CondaSubcommandfrom its canonical location to avoid deprecation warnings. (#5747) - Run outputs parsing check only for multi-output recipes. (#5655 via #5747)
Deprecations
- Use
conda.common.path.unix_path_to_wininstead of deprecatedconda.utils.unix_path_to_win. (#5790) - Use
conda.common.path.BIN_DIRECTORYinstead of removedconda.testing.integration.BIN_DIRECTORY. (#5790)
Docs
- Add documentation for package format configuration for command line and configuration in
.condarc. (#5687) - Update package naming conventions documentation to clarify the default package format. (#5687)
- Create new configuration documentation that briefly summarizes configuration precedence and options. (#5687)
Other
- Avoid redundant
isfile()check inconda_build.utils.sha256_checksum. (#5422)
Contributors
- @ColemanTom made their first contribution in #5774
- @conda-bot
- @dholth
- @jaimergp
- @jsmolic made their first contribution in #5792
- @jezdez
- @kenodegard
- @roryyorke made their first contribution in #5772
- @ryanskeith
- @dependabot[bot]
- @pre-commit-ci[bot]
Full Changelog: 25.7.0...25.9.0