From a6ebdc6e52f38fb473cfd0bd689668516af21f8e Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Thu, 25 Jan 2024 18:11:16 +0100 Subject: [PATCH] Release 24.1.0 (#5149) Co-authored-by: Bianca Henderson --- .authors.yml | 21 +++++++------ .mailmap | 4 ++- CHANGELOG.md | 40 +++++++++++++++++++++++++ news/5033-update-conda-inspect-channels | 22 -------------- news/5093-add-goat-counter | 19 ------------ news/5105-script-env-warn | 20 ------------- news/allure-removal | 19 ------------ 7 files changed, 55 insertions(+), 90 deletions(-) delete mode 100644 news/5033-update-conda-inspect-channels delete mode 100644 news/5093-add-goat-counter delete mode 100644 news/5105-script-env-warn delete mode 100644 news/allure-removal diff --git a/.authors.yml b/.authors.yml index e662a35c1a..28f364059e 100644 --- a/.authors.yml +++ b/.authors.yml @@ -4,10 +4,11 @@ alternate_emails: - msarahan@continuum.io - msarahan@gmail.com + - msarahan@nvidia.com aliases: - Mike Sarahan - Michael Sarahan - num_commits: 2000 + num_commits: 2001 first_commit: 2015-09-04 21:31:08 - name: Jonathan J. Helmus email: jjhelmus@gmail.com @@ -1201,7 +1202,7 @@ alternate_emails: - clee@anaconda.com - name: Ken Odegard - num_commits: 159 + num_commits: 164 email: kodegard@anaconda.com first_commit: 2020-09-08 19:53:41 github: kenodegard @@ -1224,7 +1225,7 @@ first_commit: 2020-11-19 10:46:41 - name: Jannis Leidel email: jannis@leidel.info - num_commits: 30 + num_commits: 33 github: jezdez first_commit: 2020-11-19 10:46:41 - name: Christof Kaufmann @@ -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: jacobtylerwalls@gmail.com @@ -1261,7 +1262,7 @@ alternate_emails: - ad-team+condabot@anaconda.com - 18747875+conda-bot@users.noreply.github.com - num_commits: 42 + num_commits: 44 first_commit: 2022-01-17 18:09:22 - name: Uwe L. Korn email: xhochy@users.noreply.github.com @@ -1270,7 +1271,7 @@ - name: Daniel Holth email: dholth@anaconda.com github: dholth - num_commits: 13 + num_commits: 14 first_commit: 2022-04-28 05:22:14 - name: Rylan Chord email: rchord@users.noreply.github.com @@ -1280,7 +1281,7 @@ - name: Travis Hathaway email: travis.j.hathaway@gmail.com github: travishathaway - num_commits: 5 + num_commits: 6 first_commit: 2022-05-12 05:53:02 - name: Kyle Leaders email: remkade@users.noreply.github.com @@ -1326,7 +1327,7 @@ - name: Jaime Rodríguez-Guerra email: jaimergp@users.noreply.github.com github: jaimergp - num_commits: 8 + num_commits: 10 first_commit: 2022-11-02 19:34:51 - name: Dave Clements email: tnabtaf@gmail.com @@ -1365,7 +1366,9 @@ github: peetw - name: Johnny email: johnnync13@gmail.com - num_commits: 1 + alternate_emails: + - johnnynuca14@gmail.com + num_commits: 2 first_commit: 2023-03-22 00:34:22 github: johnnynunez - name: Ryan Keith diff --git a/.mailmap b/.mailmap index 34499e8009..17e816d480 100644 --- a/.mailmap +++ b/.mailmap @@ -132,7 +132,7 @@ John Kirkham jakirkham John Kirkham John Kirkham John Kirkham John Kirkham John Omotani -Johnny +Johnny Johnny Jonathan J. Helmus Jonathan Helmus Jose Diaz-Gonzalez Joseph Crail @@ -183,8 +183,10 @@ Michael Cormier Michael Maltese Michael Sarahan Mike Sarahan Michael Sarahan Mike Sarahan +Michael Sarahan Mike Sarahan Michael Sarahan Michael Sarahan Michael Sarahan Michael Sarahan +Michael Sarahan Michael Sarahan Min RK MinRK Morten Enemark Lund mel Morten Lund diff --git a/CHANGELOG.md b/CHANGELOG.md index 62edf32ae8..7f2b7d5298 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + 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 GoatCounter (https://www.goatcounter.com/) as an analytics tool. (#5093) + +### 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 diff --git a/news/5033-update-conda-inspect-channels b/news/5033-update-conda-inspect-channels deleted file mode 100644 index 13fba0b6b4..0000000000 --- a/news/5033-update-conda-inspect-channels +++ /dev/null @@ -1,22 +0,0 @@ -### Enhancements - -* Update `conda inspect channels` to use updated solver/transaction logic. (#5033) - -### Bug fixes - -* - -### 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 - -* - -### Other - -* diff --git a/news/5093-add-goat-counter b/news/5093-add-goat-counter deleted file mode 100644 index 37b3a9b3b9..0000000000 --- a/news/5093-add-goat-counter +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* Add goat counter (https://www.goatcounter.com/) as an analytics tool. (#5093) - -### Other - -* diff --git a/news/5105-script-env-warn b/news/5105-script-env-warn deleted file mode 100644 index 5b7d66bad5..0000000000 --- a/news/5105-script-env-warn +++ /dev/null @@ -1,20 +0,0 @@ -### Enhancements - -* Relax script_env error in outputs when variable referenced in script_env is not defined. - This unifies current behavior with the top-level build. (#5105) - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/allure-removal b/news/allure-removal deleted file mode 100644 index 3a2df35fba..0000000000 --- a/news/allure-removal +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -* Remove unused Allure test report collection.