Skip to content

Commit

Permalink
Changelog 3.4.5 (#707)
Browse files Browse the repository at this point in the history
* Update .authors.yml

* Update news

* Updated authorship for 3.4.5

* Updated CHANGELOG for 3.4.5

* Amend CHANGELOG
  • Loading branch information
jaimergp authored Aug 2, 2023
1 parent 12c3bbd commit 1e622a3
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 119 deletions.
12 changes: 7 additions & 5 deletions .authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@
email: mgrant@anaconda.com
alternate_emails:
- mcg@cvxr.com
num_commits: 59
num_commits: 60
first_commit: 2016-06-13 12:15:26
github: schrodinger
github: mcg1969
- name: Forrest Waters
email: forrestwaters65@gmail.com
alternate_emails:
Expand All @@ -171,6 +171,7 @@
first_commit: 2020-08-31 13:41:03
alternate_emails:
- chrisburr@users.noreply.github.com
github: chrisburr
- name: Mariana Meireles
email: marian.meireles@gmail.com
num_commits: 1
Expand Down Expand Up @@ -248,6 +249,7 @@
email: XuehaiPan@pku.edu.cn
num_commits: 1
first_commit: 2021-10-28 00:49:35
github: XuehaiPan
- name: Cheng H. Lee
email: chenghlee@users.noreply.github.com
num_commits: 0
Expand All @@ -268,7 +270,7 @@
aliases:
- Jaime RGP
- jaimergp
num_commits: 53
num_commits: 54
first_commit: 2022-01-08 14:56:53
github: jaimergp
- name: Tom Hören
Expand Down Expand Up @@ -348,7 +350,7 @@
github: RahulARanger
- name: Marco Esters
email: mesters@anaconda.com
num_commits: 3
num_commits: 6
first_commit: 2023-05-12 11:44:12
github: marcoesters
- name: Darryl Miles
Expand All @@ -363,6 +365,6 @@
github: deepeshaburse
- name: pre-commit-ci[bot]
email: 66853113+pre-commit-ci[bot]@users.noreply.github.com
num_commits: 6
num_commits: 7
first_commit: 2023-05-02 12:01:43
github: pre-commit-ci[bot]
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
[//]: # (current developments)

## 2023-08-02 3.4.5:
### Enhancements

* Support both `.yaml` and `.txt` files in the `environment_file` key. This enables support for explicit lockfiles (`.txt`). (#477)

### Bug fixes

* Ensure conda metadata is accurate when installers are created from existing environments. (#477)
* On Windows installers, only insert `conclusion_file` if the extension is `.nsi`. Ignore otherwise. Also prevents a double final page. (#700 via #701)
* Skip imaging tests if not Windows or MacOS to avoid import errors. (#702)

### Docs

* Document generic uninstall mechanisms for all operating systems. (#698)

### Other

* Prohibit parentheses in `$INSTDIR`. (#699)
* Ensure requirements are in sync across different sources (`setup.py`, conda recipe, feedstocks). (#703)

### Contributors

* @jaimergp
* @marcoesters
* @mcg1969
* @pre-commit-ci[bot]


## 2023-07-13 3.4.4:
### Enhancements

Expand Down
19 changes: 0 additions & 19 deletions news/477-from-environment-fixes

This file was deleted.

19 changes: 0 additions & 19 deletions news/698-uninstall-docs

This file was deleted.

19 changes: 0 additions & 19 deletions news/699-prohibit-parentheses-instdir

This file was deleted.

19 changes: 0 additions & 19 deletions news/701-conclusion-file-windows

This file was deleted.

19 changes: 0 additions & 19 deletions news/702-skip-imaging-test-linux

This file was deleted.

19 changes: 0 additions & 19 deletions news/703-adjust-reqs

This file was deleted.

0 comments on commit 1e622a3

Please sign in to comment.