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.9.0 #5484

Merged
merged 11 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
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
16 changes: 8 additions & 8 deletions .authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
aliases:
- Mike Sarahan
- Michael Sarahan
num_commits: 2001
num_commits: 2002
first_commit: 2015-09-04 21:31:08
- name: Jonathan J. Helmus
email: [email protected]
Expand Down Expand Up @@ -1121,7 +1121,7 @@
alternate_emails:
- [email protected]
- [email protected]
num_commits: 21
num_commits: 22
first_commit: 2019-10-17 23:05:16
github: beckermr
- name: Jinzhe Zeng
Expand Down Expand Up @@ -1171,7 +1171,7 @@
github: pradghos
- name: James Lamb
email: [email protected]
num_commits: 1
num_commits: 2
first_commit: 2020-04-26 13:41:22
github: jameslamb
- name: Oleg Alexandrov
Expand Down Expand Up @@ -1202,7 +1202,7 @@
alternate_emails:
- [email protected]
- name: Ken Odegard
num_commits: 213
num_commits: 220
email: [email protected]
first_commit: 2020-09-08 19:53:41
github: kenodegard
Expand Down Expand Up @@ -1240,7 +1240,7 @@
github: pre-commit-ci[bot]
aliases:
- pre-commit-ci[bot]
num_commits: 79
num_commits: 86
first_commit: 2021-11-20 01:47:17
- name: Jacob Walls
email: [email protected]
Expand All @@ -1251,7 +1251,7 @@
github: beeankha
alternate_emails:
- [email protected]
num_commits: 34
num_commits: 38
first_commit: 2022-01-19 16:40:06
- name: Conda Bot
email: [email protected]
Expand All @@ -1262,7 +1262,7 @@
alternate_emails:
- [email protected]
- [email protected]
num_commits: 58
num_commits: 62
first_commit: 2022-01-17 18:09:22
- name: Uwe L. Korn
email: [email protected]
Expand Down Expand Up @@ -1310,7 +1310,7 @@
- name: dependabot[bot]
email: 49699333+dependabot[bot]@users.noreply.github.com
github: dependabot[bot]
num_commits: 34
num_commits: 35
first_commit: 2022-05-31 04:34:40
- name: Serhii Kupriienko
email: [email protected]
Expand Down
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
[//]: # (current developments)

## 24.9.0 (2024-09-13)

### Bug fixes

* Ensure variables mentioned in `script_env` are undefined in the multi-output build environment
if they are undefined in the environment that `conda-build` is invoked from. (#5322)
* Variables used in single-line jinja2 `for` and `set` statements are now properly included in the variant
matrix for some edge cases. (#5447)
* Allow undefined jinja variables when a particular metadata block evaluates as skipped. (#5458)

### Deprecations

* Remove `conda_build.build.check_external`. `patchelf` is an explicit conda-build dependency on Linux so it will always be installed. (#5441)
beeankha marked this conversation as resolved.
Show resolved Hide resolved
* Remove `conda_build.metadata._get_env_path`. Use `conda.base.context.locate_prefix_by_name` instead. (#5441)
* Remove `conda_build.build._construct_metadata_for_test_from_recipe`. Test built packages instead, not recipes (e.g., `conda build --test package` instead of `conda build --test recipe/`). (#5478)

### Contributors

* @beeankha
* @conda-bot
* @jameslamb
* @kenodegard
* @beckermr
* @msarahan
* @dependabot[bot]
* @pre-commit-ci[bot]


ForgottenProgramme marked this conversation as resolved.
Show resolved Hide resolved

## 24.7.1 (2024-07-30)

### Bug fixes
Expand Down
20 changes: 0 additions & 20 deletions news/5322-undefine-build-vars

This file was deleted.

20 changes: 0 additions & 20 deletions news/5441-24.9-removals

This file was deleted.

20 changes: 0 additions & 20 deletions news/5447-jinja2-for-set-vars

This file was deleted.

19 changes: 0 additions & 19 deletions news/5458-avoid-undefined-jinja-in-skipped

This file was deleted.

19 changes: 0 additions & 19 deletions news/5478-24.9-removals

This file was deleted.