Skip to content

Commit 96d5ea9

Browse files
authored
Prepare 3.14 (conda#1123)
1 parent eb7a28c commit 96d5ea9

File tree

5 files changed

+28
-67
lines changed

5 files changed

+28
-67
lines changed

.authors.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
github: chenghlee
265265
- name: conda-bot
266266
email: ad-team+condabot@anaconda.com
267-
num_commits: 56
267+
num_commits: 57
268268
first_commit: 2022-01-25 21:38:28
269269
alternate_emails:
270270
- 18747875+conda-bot@users.noreply.github.com
@@ -277,7 +277,7 @@
277277
aliases:
278278
- Jaime RGP
279279
- jaimergp
280-
num_commits: 110
280+
num_commits: 111
281281
first_commit: 2022-01-08 14:56:53
282282
github: jaimergp
283283
- name: Tom Hören
@@ -357,7 +357,7 @@
357357
github: RahulARanger
358358
- name: Marco Esters
359359
email: mesters@anaconda.com
360-
num_commits: 57
360+
num_commits: 58
361361
first_commit: 2023-05-12 11:44:12
362362
github: marcoesters
363363
- name: Darryl Miles
@@ -372,7 +372,7 @@
372372
github: deepeshaburse
373373
- name: pre-commit-ci[bot]
374374
email: 66853113+pre-commit-ci[bot]@users.noreply.github.com
375-
num_commits: 66
375+
num_commits: 69
376376
first_commit: 2023-05-02 12:01:43
377377
github: pre-commit-ci[bot]
378378
- name: Matthias Kuhn
@@ -382,7 +382,7 @@
382382
github: m-kuhn
383383
- name: dependabot[bot]
384384
email: 49699333+dependabot[bot]@users.noreply.github.com
385-
num_commits: 53
385+
num_commits: 55
386386
github: dependabot[bot]
387387
first_commit: 2024-05-07 10:16:05
388388
- name: Julien Jerphanion
@@ -417,5 +417,5 @@
417417
- Robin
418418
github: lrandersson
419419
email: 34315751+lrandersson@users.noreply.github.com
420-
num_commits: 5
420+
num_commits: 8
421421
first_commit: 2025-10-21 08:30:00

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
[//]: # (current developments)
22

3+
## 2025-12-02 3.14.0:
4+
### Enhancements
5+
6+
* Replace custom Python script with `conda-standalone` calls.
7+
This removes Python as an implicit dependency from installers. (#549 via #1089)
8+
* EXE: Improve handling of options `initialize_conda`, `register_python` with their corresponding default values. The behavior of these options
9+
with respect to `initialize_by_default` and `register_python_default` is now consistent with `.sh` and `.pkg` installers.
10+
Windows CLI installations now don't add `conda` to `PATH` or register Python by default, and command-line arguments are
11+
only parsed when installing in silent mode (enabled with the flag `/S`). (#1003, #1004 via #1105)
12+
13+
### Bug fixes
14+
15+
* Ensure cached repodata files are shipped in SH installers. (#1119 via #1121).
16+
17+
### Contributors
18+
19+
* @jaimergp
20+
* @marcoesters
21+
* @lrandersson
22+
23+
24+
325
## 2025-11-10 3.13.1:
426
### Bug fixes
527

news/1089-remove-python-commands

Lines changed: 0 additions & 20 deletions
This file was deleted.

news/1105-improve-handling-of-certain-options

Lines changed: 0 additions & 22 deletions
This file was deleted.

news/1121-repodata-cache

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)