From 1e622a3569f9c170c20ac52701fef9d103f96711 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Wed, 2 Aug 2023 17:49:47 +0200 Subject: [PATCH] Changelog 3.4.5 (#707) * Update .authors.yml * Update news * Updated authorship for 3.4.5 * Updated CHANGELOG for 3.4.5 * Amend CHANGELOG --- .authors.yml | 12 +++++++----- CHANGELOG.md | 28 +++++++++++++++++++++++++++ news/477-from-environment-fixes | 19 ------------------ news/698-uninstall-docs | 19 ------------------ news/699-prohibit-parentheses-instdir | 19 ------------------ news/701-conclusion-file-windows | 19 ------------------ news/702-skip-imaging-test-linux | 19 ------------------ news/703-adjust-reqs | 19 ------------------ 8 files changed, 35 insertions(+), 119 deletions(-) delete mode 100644 news/477-from-environment-fixes delete mode 100644 news/698-uninstall-docs delete mode 100644 news/699-prohibit-parentheses-instdir delete mode 100644 news/701-conclusion-file-windows delete mode 100644 news/702-skip-imaging-test-linux delete mode 100644 news/703-adjust-reqs diff --git a/.authors.yml b/.authors.yml index c202b468b..55dd2d33c 100644 --- a/.authors.yml +++ b/.authors.yml @@ -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: @@ -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 @@ -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 @@ -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 @@ -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 @@ -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] diff --git a/CHANGELOG.md b/CHANGELOG.md index af31b8594..e69ef6bfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/news/477-from-environment-fixes b/news/477-from-environment-fixes deleted file mode 100644 index a370e0902..000000000 --- a/news/477-from-environment-fixes +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* Support both .yaml and .txt files in the `environment_file` key. (#477) - -### Bug fixes - -* Ensure conda metadata is accurate when installers are created from existing environments. (#477) - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/698-uninstall-docs b/news/698-uninstall-docs deleted file mode 100644 index 83c183a9c..000000000 --- a/news/698-uninstall-docs +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* Document generic uninstall mechanisms for all operating systems. (#698) - -### Other - -* diff --git a/news/699-prohibit-parentheses-instdir b/news/699-prohibit-parentheses-instdir deleted file mode 100644 index 4b3d73bb0..000000000 --- a/news/699-prohibit-parentheses-instdir +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -* Prohibit parentheses in $INSTDIR (#699) diff --git a/news/701-conclusion-file-windows b/news/701-conclusion-file-windows deleted file mode 100644 index 7c2ebc1e7..000000000 --- a/news/701-conclusion-file-windows +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* On Windows installers, only insert `conclusion_file` if the extension is `.nsi`. Ignore otherwise. Also prevents a double final page. (#700 via #701) - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/702-skip-imaging-test-linux b/news/702-skip-imaging-test-linux deleted file mode 100644 index e0e16e569..000000000 --- a/news/702-skip-imaging-test-linux +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* Skip imaging tests if not Windows or MacOS to avoid import errors (#702) - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/703-adjust-reqs b/news/703-adjust-reqs deleted file mode 100644 index d9806ae05..000000000 --- a/news/703-adjust-reqs +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -* Ensure requirements are in sync across different sources (setup.py, conda recipe, feedstocks). (#703)