Skip to content

Commit 4a6b3cb

Browse files
authored
Increased ESMValCore version to 2.5.0rc3 (#1504)
1 parent 4117064 commit 4a6b3cb

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,11 @@ authors:
184184

185185

186186
cff-version: 1.2.0
187-
date-released: 2022-02-09
187+
date-released: 2022-02-21
188188
doi: "10.5281/zenodo.3387139"
189189
license: "Apache-2.0"
190190
message: "If you use this software, please cite it using these metadata."
191191
repository-code: "https://github.com/ESMValGroup/ESMValCore/"
192192
title: ESMValCore
193-
version: "v2.5.0rc2"
193+
version: "v2.5.0rc3"
194194
...

doc/changelog.rst

+9
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ Bug fixes
3636
- Removed scalar coordinates `p0` and `ptop` prior to merge in `multi_model_statistics` (`#1471 <https://github.com/ESMValGroup/ESMValCore/pull/1471>`__) `Axel Lauer <https://github.com/axel-lauer>`__
3737
- Added `dataset` and `alias` attributes to `multi_model_statistics` output (`#1483 <https://github.com/ESMValGroup/ESMValCore/pull/1483>`__) `Manuel Schlund <https://github.com/schlunma>`__
3838
- Fixed issues with multi-model-statistics timeranges (`#1486 <https://github.com/ESMValGroup/ESMValCore/pull/1486>`__) `Manuel Schlund <https://github.com/schlunma>`__
39+
- Fixed output messages for CMOR logging (`#1494 <https://github.com/ESMValGroup/ESMValCore/pull/1494>`__) `Manuel Schlund <https://github.com/schlunma>`__
40+
- Fixed `clip_timerange` if only a single time point is extracted (`#1497 <https://github.com/ESMValGroup/ESMValCore/pull/1497>`__) `Manuel Schlund <https://github.com/schlunma>`__
41+
- Fixed chunking in `multi_model_statistics` (`#1500 <https://github.com/ESMValGroup/ESMValCore/pull/1500>`__) `Manuel Schlund <https://github.com/schlunma>`__
42+
- Fixed renaming of auxiliary coordinates in `multi_model_statistics` if coordinates are equal (`#1502 <https://github.com/ESMValGroup/ESMValCore/pull/1502>`__) `Manuel Schlund <https://github.com/schlunma>`__
3943

4044
Deprecations
4145
~~~~~~~~~~~~
@@ -58,6 +62,9 @@ Documentation
5862
- Added reference hook to conda lock in documentation install section (`#1473 <https://github.com/ESMValGroup/ESMValCore/pull/1473>`__) `Valeriu Predoi <https://github.com/valeriupredoi>`__
5963
- Increased ESMValCore version to 2.5.0rc1 (`#1477 <https://github.com/ESMValGroup/ESMValCore/pull/1477>`__) `Manuel Schlund <https://github.com/schlunma>`__
6064
- Added changelog for v2.5.0 release (`#1476 <https://github.com/ESMValGroup/ESMValCore/pull/1476>`__) `Manuel Schlund <https://github.com/schlunma>`__
65+
- Increased ESMValCore version to 2.5.0rc2 (`#1487 <https://github.com/ESMValGroup/ESMValCore/pull/1487>`__) `Manuel Schlund <https://github.com/schlunma>`__
66+
- Added some authors to citation and zenodo files (`#1488 <https://github.com/ESMValGroup/ESMValCore/pull/1488>`__) `SarahAlidoost <https://github.com/SarahAlidoost>`__
67+
- Restored `scipy` intersphinx mapping (`#1491 <https://github.com/ESMValGroup/ESMValCore/pull/1491>`__) `Manuel Schlund <https://github.com/schlunma>`__
6168

6269
Fixes for datasets
6370
~~~~~~~~~~~~~~~~~~
@@ -85,6 +92,8 @@ Automatic testing
8592
- Implementing conda lock (`#1164 <https://github.com/ESMValGroup/ESMValCore/pull/1164>`__) `Valeriu Predoi <https://github.com/valeriupredoi>`__
8693
- Relocate `pytest-monitor` outputted database `.pymon` so `.pymon-journal` file should not be looked for by `pytest` (`#1441 <https://github.com/ESMValGroup/ESMValCore/pull/1441>`__) `Valeriu Predoi <https://github.com/valeriupredoi>`__
8794
- Switch to Mambaforge in Github Actions tests (`#1438 <https://github.com/ESMValGroup/ESMValCore/pull/1438>`__) `Valeriu Predoi <https://github.com/valeriupredoi>`__
95+
- Turn off conda lock file creation on any push on `main` branch from Github Action test (`#1489 <https://github.com/ESMValGroup/ESMValCore/pull/1489>`__) `Valeriu Predoi <https://github.com/valeriupredoi>`__
96+
- Add DRS path test for IPSLCM files (`#1490 <https://github.com/ESMValGroup/ESMValCore/pull/1490>`__) `Stéphane Sénési <https://github.com/senesis>`__
8897
- Update Linux condalock file (various pull requests) github-actions[bot]
8998

9099
Installation

esmvalcore/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""ESMValCore version."""
2-
__version__ = '2.5.0rc2'
2+
__version__ = '2.5.0rc3'

package/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# conda build package -c conda-forge
66

77
# Package version number
8-
{% set version = "2.5.0rc2" %}
8+
{% set version = "2.5.0rc3" %}
99

1010
package:
1111
name: esmvalcore

0 commit comments

Comments
 (0)