From 5babb91ac2232e17eb76d16cd2a999cce8cdb4ef Mon Sep 17 00:00:00 2001 From: Manuel Schlund <32543114+schlunma@users.noreply.github.com> Date: Wed, 2 Mar 2022 18:55:24 +0100 Subject: [PATCH] Increased ESMValCore version to 2.5.0rc4 (#1519) * Increased ESMValCore version to 2.5.0rc4 * Updated changelog --- CITATION.cff | 4 ++-- doc/changelog.rst | 9 +++++++++ esmvalcore/_version.py | 2 +- package/meta.yaml | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 9cca243e47..f145ba8a07 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -184,11 +184,11 @@ authors: cff-version: 1.2.0 -date-released: 2022-02-21 +date-released: 2022-03-02 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.0rc3" +version: "v2.5.0rc4" ... diff --git a/doc/changelog.rst b/doc/changelog.rst index b4065678f7..b7d4d7ef36 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -40,6 +40,7 @@ Bug fixes - Fixed `clip_timerange` if only a single time point is extracted (`#1497 `__) `Manuel Schlund `__ - 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 `__ Deprecations ~~~~~~~~~~~~ @@ -65,6 +66,10 @@ Documentation - Increased ESMValCore version to 2.5.0rc2 (`#1487 `__) `Manuel Schlund `__ - Added some authors to citation and zenodo files (`#1488 `__) `SarahAlidoost `__ - Restored `scipy` intersphinx mapping (`#1491 `__) `Manuel Schlund `__ +- Increased ESMValCore version to 2.5.0rc3 (`#1504 `__) `Manuel Schlund `__ +- 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 `__ Fixes for datasets ~~~~~~~~~~~~~~~~~~ @@ -94,12 +99,14 @@ Automatic testing - Switch to Mambaforge in Github Actions tests (`#1438 `__) `Valeriu Predoi `__ - 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 `__ - Update Linux condalock file (various pull requests) github-actions[bot] 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 `__ Improvements ~~~~~~~~~~~~ @@ -108,6 +115,8 @@ Improvements - Filter tasks earlier (`#1264 `__) `Javier Vegas-Regidor `__ - Added earlier validation for command line arguments (`#1435 `__) `Manuel Schlund `__ - Remove `profile_diagnostic` from diagnostic settings and increase test coverage of `_task.py` (`#1404 `__) `Valeriu Predoi `__ +- Add `output2` to the `product` extra facet of CMIP5 data (`#1514 `__) `Rémi Kazeroni `__ +- Speed up ESGF search (`#1512 `__) `Bouwe Andela `__ .. _changelog-v2-4-0: diff --git a/esmvalcore/_version.py b/esmvalcore/_version.py index ebbe160e64..3d513547d7 100644 --- a/esmvalcore/_version.py +++ b/esmvalcore/_version.py @@ -1,2 +1,2 @@ """ESMValCore version.""" -__version__ = '2.5.0rc3' +__version__ = '2.5.0rc4' diff --git a/package/meta.yaml b/package/meta.yaml index 88635d1669..5a0fa8c838 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.0rc3" %} +{% set version = "2.5.0rc4" %} package: name: esmvalcore