From 14e73083d03b9aab210b0ba46d8c06f0ff6e4bf4 Mon Sep 17 00:00:00 2001 From: sloosvel <45196700+sloosvel@users.noreply.github.com> Date: Mon, 11 Jul 2022 16:22:22 +0200 Subject: [PATCH] Add changelog for rc4 (#1662) * Update version and changelog * Remove uneeded entry --- CITATION.cff | 4 ++-- doc/changelog.rst | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index d2052fc23d..81c93d5730 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -188,11 +188,11 @@ authors: orcid: "https://orcid.org/0000-0002-5317-1247" cff-version: 1.2.0 -date-released: 2022-06-29 +date-released: 2022-07-11 doi: "10.5281/zenodo.3387139" license: "Apache-2.0" message: "If you use this software, please cite it using these metadata." repository-code: "https://github.com/ESMValGroup/ESMValCore/" title: ESMValCore -version: "v2.6.0rc3" +version: "v2.6.0rc4" ... diff --git a/doc/changelog.rst b/doc/changelog.rst index 92f2b7804a..e94add6922 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -62,8 +62,10 @@ Documentation - Update CircleCI, readthedocs, and Docker configuration (`#1588 `__) `Bouwe Andela `__ - Remove support for Mistral in `config-user.yml` (`#1620 `__) `Rémi Kazeroni `__ - Add changelog for v2.6.0rc1 (`#1633 `__) `sloosvel `__ -- Add documentation on building and uploading Docker images (`#1644 `__) `Bouwe Andela `__ - Add a note on transferring permissions to the release manager (`#1645 `__) `Bouwe Andela `__ +- Add documentation on building and uploading Docker images (`#1644 `__) `Bouwe Andela `__ +- Update documentation on ESMValTool module at DKRZ (`#1647 `__) `Rémi Kazeroni `__ +- Expanded information on deprecations in changelog (`#1658 `__) `Manuel Schlund `__ Improvements ~~~~~~~~~~~~ @@ -87,6 +89,7 @@ Installation - Removed `package/meta.yml` (`#1540 `__) `Manuel Schlund `__ - Pinned iris>=3.2.1 (`#1552 `__) `Manuel Schlund `__ - Use setuptools-scm to automatically generate the version number (`#1578 `__) `Bouwe Andela `__ +- Pin cf-units to lower than 3.1.0 to temporarily avoid changes within new version related to calendars (`#1659 `__) `Valeriu Predoi `__ Preprocessor ~~~~~~~~~~~~ @@ -100,6 +103,7 @@ Release ~~~~~~~ - Increase version number for ESMValCore v2.6.0rc1 (`#1632 `__) `sloosvel `__ +- Update changelog and version for 2.6rc3 (`#1646 `__) `sloosvel `__ Automatic testing ~~~~~~~~~~~~~~~~~ @@ -109,6 +113,7 @@ Automatic testing - Install git and ssh before checking out code on CircleCI (`#1601 `__) `Bouwe Andela `__ - Fetch all history in Github Action tests (`#1622 `__) `sloosvel `__ - Test Github Actions dashboard badge from meercode.io (`#1640 `__) `Valeriu Predoi `__ +- Improve esmvalcore.esgf unit test (`#1650 `__) `Bouwe Andela `__ Variable Derivation ~~~~~~~~~~~~~~~~~~~