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

Release 24.1.0 #5149

Merged
merged 6 commits into from
Jan 25, 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
21 changes: 12 additions & 9 deletions .authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
alternate_emails:
- [email protected]
- [email protected]
- [email protected]
aliases:
- Mike Sarahan
- Michael Sarahan
num_commits: 2000
num_commits: 2001
first_commit: 2015-09-04 21:31:08
- name: Jonathan J. Helmus
email: [email protected]
Expand Down Expand Up @@ -1201,7 +1202,7 @@
alternate_emails:
- [email protected]
- name: Ken Odegard
num_commits: 159
num_commits: 164
email: [email protected]
first_commit: 2020-09-08 19:53:41
github: kenodegard
Expand All @@ -1224,7 +1225,7 @@
first_commit: 2020-11-19 10:46:41
- name: Jannis Leidel
email: [email protected]
num_commits: 30
num_commits: 33
github: jezdez
first_commit: 2020-11-19 10:46:41
- name: Christof Kaufmann
Expand All @@ -1239,7 +1240,7 @@
github: pre-commit-ci[bot]
aliases:
- pre-commit-ci[bot]
num_commits: 56
num_commits: 61
first_commit: 2021-11-20 01:47:17
- name: Jacob Walls
email: [email protected]
Expand All @@ -1261,7 +1262,7 @@
alternate_emails:
- [email protected]
- [email protected]
num_commits: 42
num_commits: 44
first_commit: 2022-01-17 18:09:22
- name: Uwe L. Korn
email: [email protected]
Expand All @@ -1270,7 +1271,7 @@
- name: Daniel Holth
email: [email protected]
github: dholth
num_commits: 13
num_commits: 14
first_commit: 2022-04-28 05:22:14
- name: Rylan Chord
email: [email protected]
Expand All @@ -1280,7 +1281,7 @@
- name: Travis Hathaway
email: [email protected]
github: travishathaway
num_commits: 5
num_commits: 6
first_commit: 2022-05-12 05:53:02
- name: Kyle Leaders
email: [email protected]
Expand Down Expand Up @@ -1326,7 +1327,7 @@
- name: Jaime Rodríguez-Guerra
email: [email protected]
github: jaimergp
num_commits: 8
num_commits: 10
first_commit: 2022-11-02 19:34:51
- name: Dave Clements
email: [email protected]
Expand Down Expand Up @@ -1365,7 +1366,9 @@
github: peetw
- name: Johnny
email: [email protected]
num_commits: 1
alternate_emails:
- [email protected]
num_commits: 2
first_commit: 2023-03-22 00:34:22
github: johnnynunez
- name: Ryan Keith
Expand Down
4 changes: 3 additions & 1 deletion .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ John Kirkham <[email protected]> jakirkham <[email protected]>
John Kirkham <[email protected]> John Kirkham <[email protected]>
John Kirkham <[email protected]> John Kirkham <[email protected]>
John Omotani <[email protected]>
Johnny <[email protected]>
Johnny <[email protected]> Johnny <[email protected]>
Jonathan J. Helmus <[email protected]> Jonathan Helmus <[email protected]>
Jose Diaz-Gonzalez <[email protected]>
Joseph Crail <[email protected]>
Expand Down Expand Up @@ -183,8 +183,10 @@ Michael Cormier <[email protected]>
Michael Maltese <[email protected]>
Michael Sarahan <[email protected]> Mike Sarahan <[email protected]>
Michael Sarahan <[email protected]> Mike Sarahan <[email protected]>
Michael Sarahan <[email protected]> Mike Sarahan <[email protected]>
Michael Sarahan <[email protected]> Michael Sarahan <[email protected]>
Michael Sarahan <[email protected]> Michael Sarahan <[email protected]>
Michael Sarahan <[email protected]> Michael Sarahan <[email protected]>
Min RK <[email protected]> MinRK <[email protected]>
Morten Enemark Lund <[email protected]> mel <[email protected]>
Morten Lund <[email protected]>
Expand Down
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
[//]: # (current developments)

## 24.1.0 (2024-01-25)

### Enhancements

* Update `conda inspect channels` to use updated solver/transaction logic. (#5033)
* Relax script_env error in outputs when variable referenced in script_env is not defined.
jezdez marked this conversation as resolved.
Show resolved Hide resolved
This unifies current behavior with the top-level build. (#5105)
* Add support for Python 3.12. (#4997 via #4998)
* Adopt calender versioning (CalVer) per CEP-8 for consistency with conda. (#4975)
* Adopt expedited CEP-9 deprecation policy. (#5064)

### Deprecations

* Mark `conda inspect channels --test-installable` as pending deprecation. (#5033)
* Mark `conda_build.inspect_pkg.check_install(package)` as pending deprecation in favor of `conda_build.inspect_pkg.check_install(subdir)`. (#5033)
* Mark `conda_build.inspect_pkg.check_install(prepend)` as pending deprecation. (#5033)
* Mark `conda_build.inspect_pkg.check_install(minimal_hint)` as pending deprecation. (#5033)

### Docs

* Add goat counter (https://www.goatcounter.com/) as an analytics tool. (#5093)
jezdez marked this conversation as resolved.
Show resolved Hide resolved

### Other

* Remove unused Allure test report collection. (#5113)

### Contributors

* @conda-bot
* @dholth
* @jaimergp
* @jezdez
* @johnnynunez
* @kenodegard
* @msarahan
* @travishathaway
* @pre-commit-ci[bot]



## 3.28.4 (2024-01-17)

### Bug fixes
Expand Down
22 changes: 0 additions & 22 deletions news/5033-update-conda-inspect-channels

This file was deleted.

19 changes: 0 additions & 19 deletions news/5093-add-goat-counter

This file was deleted.

20 changes: 0 additions & 20 deletions news/5105-script-env-warn

This file was deleted.

19 changes: 0 additions & 19 deletions news/allure-removal

This file was deleted.

Loading