Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 3.11.0 #911

Merged
merged 4 commits into from
Dec 6, 2024
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
8 changes: 4 additions & 4 deletions .authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
aliases:
- Jaime RGP
- jaimergp
num_commits: 91
num_commits: 97
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: 25
num_commits: 27
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: 28
num_commits: 29
first_commit: 2023-05-02 12:01:43
github: pre-commit-ci[bot]
- name: Matthias Kuhn
Expand All @@ -382,6 +382,6 @@
github: m-kuhn
- name: dependabot[bot]
email: 49699333+dependabot[bot]@users.noreply.github.com
num_commits: 21
num_commits: 24
github: dependabot[bot]
first_commit: 2024-05-07 10:16:05
3 changes: 0 additions & 3 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,5 @@ Authors are sorted alphabetically.
* XuehaiPan
* astaric
* bkreider
* conda-bot
* dependabot[bot]
* guimondmm
* pre-commit-ci[bot]
* y2kbugger
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
[//]: # (current developments)

## 2024-12-05 3.11.0:
### Enhancements

* Use Jinja for templating logic. (#892)
* Implement feature to run uninstallation via conda-standalone (see https://github.com/conda/conda-standalone/pull/112). (#897)
* Add new `lockfile` output in `build_outputs`. This generates a `@EXPLICIT` lockfile for the requested environment. (#898)
* When `--debug` is used, do not delete temporary workspaces to facilitate inspection. (#910)

### Bug fixes

* Clarify warning about `x86_64` installers in non-`x86_64` machines. (#895 via #896)
* Correctly parse post-install pages for Windows when input is a string. (#904)
* `channels_remap` is now insensitive to `http` vs `https`, and trailing slashes. (#909)
* Add a regression test for packages including percent-encodable characters in their filenames. (#908 via #909)

### Deprecations

* `constructor.utils.preprocess` and `constructor.utils.fill_template` are deprecated. (#892)

### Other

* Do not run CI against Python 3.8. (#909)
* Run SH tests in `-x` mode if `CONSTRUCTOR_DEBUG=1` is set. (#910)

### Contributors

* @jaimergp
* @marcoesters



## 2024-11-11 3.10.0:
### Enhancements

Expand Down
19 changes: 0 additions & 19 deletions news/892-jinja

This file was deleted.

19 changes: 0 additions & 19 deletions news/896-64bit

This file was deleted.

19 changes: 0 additions & 19 deletions news/897-standalone-uninstallation

This file was deleted.

19 changes: 0 additions & 19 deletions news/898-lockfile

This file was deleted.

19 changes: 0 additions & 19 deletions news/904-post-install-pages-win-fix

This file was deleted.

20 changes: 0 additions & 20 deletions news/909-cls-compat

This file was deleted.

19 changes: 0 additions & 19 deletions news/910-debug

This file was deleted.

Loading