Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog 24.11.0 #5540

Merged
merged 7 commits into from
Nov 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated CHANGELOG for 24.11.0
beeankha committed Nov 15, 2024
commit 79a8b5e7d99252910406ec10edc608e5295ed3ff
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,54 @@
[//]: # (current developments)

## 24.11.0 (2024-11-15)

### Enhancements

* `--package-format` introduced as command line argument. (#4890 via #5209)
beeankha marked this conversation as resolved.
Show resolved Hide resolved
* This takes precedence over default value and `condarc`.
* Normalization occurs so `1`, `"1"`, `tar.bz2`,`.tar.bz2`, `2`, `"2"`, `conda`, `.conda` are all recognized and mapped appropriately.
* Other options are rejected.
* Add support for CEP-17 that allows specifying the location of the site-packages directory with the `python_site_packages_path` build option for any packages named `python`. (#5502)
beeankha marked this conversation as resolved.
Show resolved Hide resolved

### Bug fixes

* Fixed regex for Jinja2 `set` / `for` statements to be more specific. (#5514)
* Fixed ruamel.yaml usage to use supported APIs. (#5517)
* Fixed bug in docs build by pinning conda-sphinx-theme to 0.2.2. (#5518)
* Fixed bug variant variables were not defined for the first parsing pass of a recipe. (#5528)
* Fixed a bug where variants were incorrectly found as being used when they matched a leading substring of
another variant. (#5535)
* Fixed a bug where variants were not found when variables were used in ``pin_*`` statements. (#5535)
beeankha marked this conversation as resolved.
Show resolved Hide resolved

### Deprecations

* Deprecate `conda_build.exceptions.UnableToParseMissingJinja2`. (#5497)
* Deprecate `conda_build.index.get_build_index(locking)`. (#5508)
* Deprecate `conda_build.index.get_build_index(timeout)`. (#5508)
* Require Python 3.9 or greater. (#5525)
* The default value for `--package-format` and `conda_pkg_format` will become `.conda` in 25.1. (#5534)

### Docs

* Better document `run_test.r`. (#5479)

### Contributors

* @beeankha
* @conda-bot
* @jaimergp
* @jezdez
* @jdblischak
* @jjhelmus
* @kenodegard
* @zklaus
* @beckermr
* @ryanskeith
* @dependabot[bot]
* @pre-commit-ci[bot]



## 24.9.0 (2024-09-18)

### Enhancements
22 changes: 0 additions & 22 deletions news/4890-package-format-cli-options

This file was deleted.

19 changes: 0 additions & 19 deletions news/5479-better-document-run_test.r

This file was deleted.

19 changes: 0 additions & 19 deletions news/5497-deprecate-UnableToParseMissingJinja2

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions news/5508-deprecate-get_build_index-locking-timeout

This file was deleted.

19 changes: 0 additions & 19 deletions news/5514-better-jinja2-regex.rst

This file was deleted.

19 changes: 0 additions & 19 deletions news/5517-fix-skeleton-patch.rst

This file was deleted.

19 changes: 0 additions & 19 deletions news/5518-fix-docs-build.rst

This file was deleted.

19 changes: 0 additions & 19 deletions news/5525-py38

This file was deleted.

19 changes: 0 additions & 19 deletions news/5528-jinja2-first-pass.rst

This file was deleted.

19 changes: 0 additions & 19 deletions news/5534-warn-default-conda-pkg-format

This file was deleted.

21 changes: 0 additions & 21 deletions news/5535-fix-variant-finding.rst

This file was deleted.