Skip to content

Commit

Permalink
Release 24.1.0 (#5149)
Browse files Browse the repository at this point in the history
Co-authored-by: Bianca Henderson <bhenderson@anaconda.com>
  • Loading branch information
jezdez and beeankha committed Jan 25, 2024
1 parent 465d386 commit a6ebdc6
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 90 deletions.
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:
- 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
Expand Down Expand Up @@ -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
Expand All @@ -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
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: jacobtylerwalls@gmail.com
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
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 <jakirkham@gmail.com> jakirkham <jakirkham@gmail.com>
John Kirkham <jakirkham@gmail.com> John Kirkham <kirkhamj@janelia.hhmi.org>
John Kirkham <jakirkham@gmail.com> John Kirkham <jakirkham@gmail.com>
John Omotani <john.omotani@ukaea.uk>
Johnny <johnnync13@gmail.com>
Johnny <johnnync13@gmail.com> Johnny <johnnynuca14@gmail.com>
Jonathan J. Helmus <jjhelmus@gmail.com> Jonathan Helmus <jjhelmus@gmail.com>
Jose Diaz-Gonzalez <email@josediazgonzalez.com>
Joseph Crail <jbcrail@gmail.com>
Expand Down Expand Up @@ -183,8 +183,10 @@ Michael Cormier <u1138933@kingspeak23.wasatch.peaks>
Michael Maltese <mike@mikemaltese.com>
Michael Sarahan <msarahan@continuum.io> Mike Sarahan <msarahan@continuum.io>
Michael Sarahan <msarahan@continuum.io> Mike Sarahan <msarahan@gmail.com>
Michael Sarahan <msarahan@continuum.io> Mike Sarahan <msarahan@nvidia.com>
Michael Sarahan <msarahan@continuum.io> Michael Sarahan <msarahan@continuum.io>
Michael Sarahan <msarahan@continuum.io> Michael Sarahan <msarahan@gmail.com>
Michael Sarahan <msarahan@continuum.io> Michael Sarahan <msarahan@nvidia.com>
Min RK <benjaminrk@gmail.com> MinRK <benjaminrk@gmail.com>
Morten Enemark Lund <mel@anybodytech.com> mel <mel@anybodytech.com>
Morten Lund <melund@gmail.com>
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.
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
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.

0 comments on commit a6ebdc6

Please sign in to comment.