Skip to content

Commit

Permalink
Release 23.7.4 (#13092)
Browse files Browse the repository at this point in the history
  • Loading branch information
beeankha committed Sep 12, 2023
1 parent 10d07de commit 7aecb8d
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 98 deletions.
13 changes: 10 additions & 3 deletions .authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1957,7 +1957,7 @@
first_commit: 2016-12-11 16:14:03
- name: Ken Odegard
email: kodegard@anaconda.com
num_commits: 558
num_commits: 566
first_commit: 2016-09-27 18:04:21
github: kenodegard
aliases:
Expand Down Expand Up @@ -2003,7 +2003,7 @@
- name: Daniel Holth
email: dholth@anaconda.com
github: dholth
num_commits: 68
num_commits: 70
first_commit: 2021-11-18 08:57:14
- name: John Flavin
email: flavinj@gmail.com
Expand Down Expand Up @@ -2083,7 +2083,7 @@
github: beeankha
alternate_emails:
- beeankha@gmail.com
num_commits: 25
num_commits: 29
first_commit: 2022-05-12 13:39:02
- name: Kian-Meng Ang
email: kianmeng.ang@gmail.com
Expand Down Expand Up @@ -2364,3 +2364,10 @@
github: marcoesters
num_commits: 1
first_commit: 2023-07-11 05:47:23
- name: Peter Talley
email: peterctalley@gmail.com
github: otaithleigh
aliases:
- P. Talley
num_commits: 1
first_commit: 2023-08-25 20:43:39
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ Paul Yim <pseudoyim@users.noreply.github.com>
Pavel Zwerschke <pavelzw@gmail.com>
Pete Bachant <petebachant@gmail.com>
Peter Cable <petercable@gmail.com>
Peter Talley <peterctalley@gmail.com> P. Talley <peterctalley@gmail.com>
Peter Williams <peter@newton.cx>
Phil Elson <pelson.pub@gmail.com>
Philip Thomas <pthomas.v3@gmail.com> psthomas <pthomas.v3@gmail.com>
Expand Down
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ Authors are sorted alphabetically.
* Pavel Zwerschke
* Pete Bachant
* Peter Cable
* Peter Talley
* Peter Williams
* Phil Elson
* Philip Thomas
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
[//]: # (current developments)

## 23.7.4 (2023-09-12)

### Enhancements

* Use `os.scandir()` to find conda subcommands without `stat()` overhead. (#13033, #13067)

### Bug fixes

* Fix S3 bucket name. (#12989)
* Fix performance regression of basic commands (e.g., `conda info`) on WSL. (#13035)
* Catch `PermissionError` raised by `conda.cli.find_commands.find_commands` when user's `$PATH` contains restricted paths. (#13062, #13089)
* Fix sorting error for `conda config --show-sources --json`. (#13076)

### Contributors

* @beeankha
* @dholth
* @kenodegard
* @otaithleigh made their first contribution in https://github.com/conda/conda/pull/13035


## 23.7.3 (2023-08-21)

### Bug fixes
Expand Down
19 changes: 0 additions & 19 deletions news/12986-fix-S3-bucket-name

This file was deleted.

19 changes: 0 additions & 19 deletions news/13035-faster-find-commands

This file was deleted.

19 changes: 0 additions & 19 deletions news/13062-find-commands-permission-error

This file was deleted.

19 changes: 0 additions & 19 deletions news/13076-json-sort-pathlib

This file was deleted.

19 changes: 0 additions & 19 deletions news/find-commands-scandir

This file was deleted.

0 comments on commit 7aecb8d

Please sign in to comment.