Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
12 changes: 6 additions & 6 deletions .authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
github: chenghlee
- name: conda-bot
email: [email protected]
num_commits: 56
num_commits: 57
first_commit: 2022-01-25 21:38:28
alternate_emails:
- [email protected]
Expand All @@ -277,7 +277,7 @@
aliases:
- Jaime RGP
- jaimergp
num_commits: 110
num_commits: 111
first_commit: 2022-01-08 14:56:53
github: jaimergp
- name: Tom Hören
Expand Down Expand Up @@ -357,7 +357,7 @@
github: RahulARanger
- name: Marco Esters
email: [email protected]
num_commits: 57
num_commits: 58
first_commit: 2023-05-12 11:44:12
github: marcoesters
- name: Darryl Miles
Expand All @@ -372,7 +372,7 @@
github: deepeshaburse
- name: pre-commit-ci[bot]
email: 66853113+pre-commit-ci[bot]@users.noreply.github.com
num_commits: 66
num_commits: 69
first_commit: 2023-05-02 12:01:43
github: pre-commit-ci[bot]
- name: Matthias Kuhn
Expand All @@ -382,7 +382,7 @@
github: m-kuhn
- name: dependabot[bot]
email: 49699333+dependabot[bot]@users.noreply.github.com
num_commits: 53
num_commits: 55
github: dependabot[bot]
first_commit: 2024-05-07 10:16:05
- name: Julien Jerphanion
Expand Down Expand Up @@ -417,5 +417,5 @@
- Robin
github: lrandersson
email: [email protected]
num_commits: 5
num_commits: 8
first_commit: 2025-10-21 08:30:00
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
[//]: # (current developments)

## 2025-12-02 3.14.0:
### Enhancements

* Replace custom Python script with `conda-standalone` calls.
This removes Python as an implicit dependency from installers. (#549 via #1089)
* EXE: Improve handling of options `initialize_conda`, `register_python` with their corresponding default values. The behavior of these options
with respect to `initialize_by_default` and `register_python_default` is now consistent with `.sh` and `.pkg` installers.
Windows CLI installations now don't add `conda` to `PATH` or register Python by default, and command-line arguments are
only parsed when installing in silent mode (enabled with the flag `/S`). (#1003, #1004 via #1105)

### Bug fixes

* Ensure cached repodata files are shipped in SH installers. (#1119 via #1121).

### Contributors

* @jaimergp
* @marcoesters
* @lrandersson



## 2025-11-10 3.13.1:
### Bug fixes

Expand Down
20 changes: 0 additions & 20 deletions news/1089-remove-python-commands

This file was deleted.

22 changes: 0 additions & 22 deletions news/1105-improve-handling-of-certain-options

This file was deleted.

19 changes: 0 additions & 19 deletions news/1121-repodata-cache

This file was deleted.