Skip to content

Commit afc9edf

Browse files
authored
Prepare 3.11.0 (#911)
1 parent e462caf commit afc9edf

File tree

10 files changed

+35
-141
lines changed

10 files changed

+35
-141
lines changed

.authors.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
aliases:
278278
- Jaime RGP
279279
- jaimergp
280-
num_commits: 91
280+
num_commits: 97
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
360-
num_commits: 25
360+
num_commits: 27
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: 28
375+
num_commits: 29
376376
first_commit: 2023-05-02 12:01:43
377377
github: pre-commit-ci[bot]
378378
- name: Matthias Kuhn
@@ -382,6 +382,6 @@
382382
github: m-kuhn
383383
- name: dependabot[bot]
384384
email: 49699333+dependabot[bot]@users.noreply.github.com
385-
num_commits: 21
385+
num_commits: 24
386386
github: dependabot[bot]
387387
first_commit: 2024-05-07 10:16:05

AUTHORS.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,5 @@ Authors are sorted alphabetically.
6565
* XuehaiPan
6666
* astaric
6767
* bkreider
68-
* conda-bot
69-
* dependabot[bot]
7068
* guimondmm
71-
* pre-commit-ci[bot]
7269
* y2kbugger

CHANGELOG.md

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

3+
## 2024-12-05 3.11.0:
4+
### Enhancements
5+
6+
* Use Jinja for templating logic. (#892)
7+
* Implement feature to run uninstallation via conda-standalone (see https://github.com/conda/conda-standalone/pull/112). (#897)
8+
* Add new `lockfile` output in `build_outputs`. This generates a `@EXPLICIT` lockfile for the requested environment. (#898)
9+
* When `--debug` is used, do not delete temporary workspaces to facilitate inspection. (#910)
10+
11+
### Bug fixes
12+
13+
* Clarify warning about `x86_64` installers in non-`x86_64` machines. (#895 via #896)
14+
* Correctly parse post-install pages for Windows when input is a string. (#904)
15+
* `channels_remap` is now insensitive to `http` vs `https`, and trailing slashes. (#909)
16+
* Add a regression test for packages including percent-encodable characters in their filenames. (#908 via #909)
17+
18+
### Deprecations
19+
20+
* `constructor.utils.preprocess` and `constructor.utils.fill_template` are deprecated. (#892)
21+
22+
### Other
23+
24+
* Do not run CI against Python 3.8. (#909)
25+
* Run SH tests in `-x` mode if `CONSTRUCTOR_DEBUG=1` is set. (#910)
26+
27+
### Contributors
28+
29+
* @jaimergp
30+
* @marcoesters
31+
32+
33+
334
## 2024-11-11 3.10.0:
435
### Enhancements
536

news/892-jinja

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

news/896-64bit

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

news/897-standalone-uninstallation

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

news/898-lockfile

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

news/904-post-install-pages-win-fix

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

news/909-cls-compat

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

news/910-debug

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

0 commit comments

Comments
 (0)