From faea19b90f070e40e0901144fcbecc0109370866 Mon Sep 17 00:00:00 2001 From: Manuel Schlund <32543114+schlunma@users.noreply.github.com> Date: Wed, 9 Mar 2022 17:30:48 +0100 Subject: [PATCH] Increased ESMValCore version to 2.5.0rc5 (#1529) * Increased ESMValCore version to 2.5.0rc5 * Update CITATION.cff Co-authored-by: Valeriu Predoi Co-authored-by: Valeriu Predoi --- CITATION.cff | 4 ++-- doc/changelog.rst | 7 +++++++ esmvalcore/_version.py | 2 +- package/meta.yaml | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index f145ba8a07..ef7393499b 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -184,11 +184,11 @@ authors: cff-version: 1.2.0 -date-released: 2022-03-02 +date-released: 2022-03-09 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.5.0rc4" +version: "v2.5.0rc5" ... diff --git a/doc/changelog.rst b/doc/changelog.rst index b7d4d7ef36..111fc5d890 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -41,6 +41,7 @@ Bug fixes - Fixed chunking in `multi_model_statistics` (`#1500 `__) `Manuel Schlund `__ - Fixed renaming of auxiliary coordinates in `multi_model_statistics` if coordinates are equal (`#1502 `__) `Manuel Schlund `__ - Fixed timerange selection for automatic downloads (`#1517 `__) `Manuel Schlund `__ +- Fixed chunking in `multi_model_statistics` (`#1524 `__) `Manuel Schlund `__ Deprecations ~~~~~~~~~~~~ @@ -70,6 +71,8 @@ Documentation - Fix download instructions for the MSWEP dataset (`#1506 `__) `Rémi Kazeroni `__ - Documentation updated for the new cmorizer framework (`#1417 `__) `Rémi Kazeroni `__ - Added tests for duplicates in changelog and removed duplicates (`#1508 `__) `Manuel Schlund `__ +- Increased ESMValCore version to 2.5.0rc4 (`#1519 `__) `Manuel Schlund `__ +- Add Github Actions Test badge in README (`#1526 `__) `Valeriu Predoi `__ Fixes for datasets ~~~~~~~~~~~~~~~~~~ @@ -84,6 +87,7 @@ Preprocessor - Added option to explicitly not use fx variables in preprocessors (`#1416 `__) `Manuel Schlund `__ - Add `extract_location` preprocessor to extract town, city, mountains etc - anything specifiable by a location (`#1251 `__) `Javier Vegas-Regidor `__ - Add ensemble statistics preprocessor and 'groupby' option for multimodel (`#673 `__) `sloosvel `__ +- Generic regridding preprocessor (`#1448 `__) `Klaus Zimmermann `__ Automatic testing ~~~~~~~~~~~~~~~~~ @@ -100,6 +104,7 @@ Automatic testing - Turn off conda lock file creation on any push on `main` branch from Github Action test (`#1489 `__) `Valeriu Predoi `__ - Add DRS path test for IPSLCM files (`#1490 `__) `Stéphane Sénési `__ - Add a test module that runs tests of `iris` I/O everytime we notice serious bugs there (`#1510 `__) `Valeriu Predoi `__ +- [Github Actions] Trigger Github Actions tests (`run-tests.yml` workflow) from a comment in a PR (`#1520 `__) `Valeriu Predoi `__ - Update Linux condalock file (various pull requests) github-actions[bot] Installation @@ -107,6 +112,8 @@ Installation - Move `nested-lookup` dependency to `environment.yml` to be installed from conda-forge instead of PyPi (`#1481 `__) `Valeriu Predoi `__ - Pinned `iris` (`#1511 `__) `Manuel Schlund `__ +- Updated dependencies (`#1521 `__) `Manuel Schlund `__ +- Pinned iris<3.2.0 (`#1525 `__) `Manuel Schlund `__ Improvements ~~~~~~~~~~~~ diff --git a/esmvalcore/_version.py b/esmvalcore/_version.py index 3d513547d7..b6c6e7071c 100644 --- a/esmvalcore/_version.py +++ b/esmvalcore/_version.py @@ -1,2 +1,2 @@ """ESMValCore version.""" -__version__ = '2.5.0rc4' +__version__ = '2.5.0rc5' diff --git a/package/meta.yaml b/package/meta.yaml index 20fd800cb2..8903e27887 100644 --- a/package/meta.yaml +++ b/package/meta.yaml @@ -5,7 +5,7 @@ # conda build package -c conda-forge # Package version number -{% set version = "2.5.0rc4" %} +{% set version = "2.5.0rc5" %} package: name: esmvalcore