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.7.0 #761

Merged
merged 3 commits into from
Mar 5, 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
6 changes: 3 additions & 3 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: 30
num_commits: 33
first_commit: 2022-01-25 21:38:28
alternate_emails:
- [email protected]
Expand All @@ -277,7 +277,7 @@
aliases:
- Jaime RGP
- jaimergp
num_commits: 62
num_commits: 69
first_commit: 2022-01-08 14:56:53
github: jaimergp
- name: Tom Hören
Expand Down Expand Up @@ -372,7 +372,7 @@
github: deepeshaburse
- name: pre-commit-ci[bot]
email: 66853113+pre-commit-ci[bot]@users.noreply.github.com
num_commits: 13
num_commits: 14
first_commit: 2023-05-02 12:01:43
github: pre-commit-ci[bot]
- name: Matthias Kuhn
Expand Down
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
[//]: # (current developments)

## 2024-03-05 3.7.0:
### Enhancements

* In SH installers, error early if available disk space for chosen installation path is insufficient. (#749 via #751)
* Do not render progress bars when SH installers are run with `-b` (batch). (#756 via #757)
* Add a new `--config-filename` argument to specify an input file not named `construct.yaml`. (#727 via #758)

### Docs

* Clarify environment variables role in `default_prefix` and friends on Windows. (#748 via #750)
* Add some tips for debugging the creation and execution of `constructor`-made installers. (#752)

### Other

* Adjust metadata to require Python 3.8 or above, as needed by 3.6.0. (#747)

### Contributors

* @jaimergp
* @millsks



## 2024-01-12 3.6.0:
### Enhancements

Expand Down
19 changes: 0 additions & 19 deletions news/747-py38

This file was deleted.

19 changes: 0 additions & 19 deletions news/750-default-prefix-docs

This file was deleted.

19 changes: 0 additions & 19 deletions news/751-disk-usage-sh

This file was deleted.

19 changes: 0 additions & 19 deletions news/752-debugging

This file was deleted.

19 changes: 0 additions & 19 deletions news/757-progress-bars

This file was deleted.

19 changes: 0 additions & 19 deletions news/758-yaml-filename

This file was deleted.

Loading