diff --git a/CITATION.cff b/CITATION.cff index dad4a593ce..9cca243e47 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -184,11 +184,11 @@ authors: cff-version: 1.2.0 -date-released: 2022-02-09 +date-released: 2022-02-21 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.0rc2" +version: "v2.5.0rc3" ... diff --git a/doc/changelog.rst b/doc/changelog.rst index 6e6d50e2e4..f7b752d103 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -36,6 +36,10 @@ Bug fixes - Removed scalar coordinates `p0` and `ptop` prior to merge in `multi_model_statistics` (`#1471 `__) `Axel Lauer `__ - Added `dataset` and `alias` attributes to `multi_model_statistics` output (`#1483 `__) `Manuel Schlund `__ - Fixed issues with multi-model-statistics timeranges (`#1486 `__) `Manuel Schlund `__ +- Fixed output messages for CMOR logging (`#1494 `__) `Manuel Schlund `__ +- 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 `__ Deprecations ~~~~~~~~~~~~ @@ -58,6 +62,9 @@ Documentation - Added reference hook to conda lock in documentation install section (`#1473 `__) `Valeriu Predoi `__ - Increased ESMValCore version to 2.5.0rc1 (`#1477 `__) `Manuel Schlund `__ - Added changelog for v2.5.0 release (`#1476 `__) `Manuel Schlund `__ +- 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 `__ Fixes for datasets ~~~~~~~~~~~~~~~~~~ @@ -85,6 +92,8 @@ Automatic testing - Implementing conda lock (`#1164 `__) `Valeriu Predoi `__ - Relocate `pytest-monitor` outputted database `.pymon` so `.pymon-journal` file should not be looked for by `pytest` (`#1441 `__) `Valeriu Predoi `__ - 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 `__ - Update Linux condalock file (various pull requests) github-actions[bot] Installation diff --git a/esmvalcore/_version.py b/esmvalcore/_version.py index 31a5377a98..ebbe160e64 100644 --- a/esmvalcore/_version.py +++ b/esmvalcore/_version.py @@ -1,2 +1,2 @@ """ESMValCore version.""" -__version__ = '2.5.0rc2' +__version__ = '2.5.0rc3' diff --git a/package/meta.yaml b/package/meta.yaml index 170de58720..db085aa541 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.0rc2" %} +{% set version = "2.5.0rc3" %} package: name: esmvalcore