Skip to content

Commit b2be15a

Browse files
authored
Increase version for v2.12.0rc2 and update changelog (#2675)
1 parent 2db4033 commit b2be15a

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,11 @@ authors:
225225
orcid: "https://orcid.org/0009-0004-2333-3358"
226226

227227
cff-version: 1.2.0
228-
date-released: 2025-02-13
228+
date-released: 2025-02-21
229229
doi: "10.5281/zenodo.3387139"
230230
license: "Apache-2.0"
231231
message: "If you use this software, please cite it using these metadata."
232232
repository-code: "https://github.com/ESMValGroup/ESMValCore/"
233233
title: ESMValCore
234-
version: "v2.12.0rc1"
234+
version: "v2.12.0rc2"
235235
...

doc/changelog.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ v2.12.0
1111

1212
Highlights
1313

14-
TODO: add highlights
14+
Preprocessor :func:`esmvalcore.preprocessor.extract_time` now allows to
15+
extract time blocks in each year by making parameters ``start_year`` and
16+
``end_year`` optional.
1517

1618
This release includes
1719

@@ -38,6 +40,7 @@ Bug fixes
3840
- More reliable datasets to recipe conversion (:pull:`2472`) by :user:`bouweandela`
3941
- Avoid mutating the input cubes when building the combined cube in preprocessor function ``multi_model_statistics`` (:pull:`2564`) by :user:`bouweandela`
4042
- Do not change function argument names when decorator `preserve_float_dtype` is used (:pull:`2645`) by :user:`schlunma`
43+
- Always write target coordinates to source cube after regridding (:pull:`2673`) by :user:`schlunma`
4144

4245
CMOR standard
4346
~~~~~~~~~~~~~
@@ -76,6 +79,7 @@ Documentation
7679
- Remove Docker build badge in README (:pull:`2565`) by :user:`valeriupredoi`
7780
- Optimize documentation about Earth mover distance in distance_metric preprocessor (:pull:`2423`) by :user:`schlunma`
7881
- Update the `esmvaltool` command welcome message (:pull:`2635`) by :user:`bouweandela`
82+
- Pin sphinx to < 8.2 (:pull:`2671`) by :user:`bouweandela`
7983

8084
Fixes for datasets
8185
~~~~~~~~~~~~~~~~~~
@@ -90,6 +94,8 @@ Fixes for datasets
9094
- Correct incorrect time bounds in EMAC data (:pull:`2621`) by :user:`FranziskaWinterstein`
9195
- Do not copy ICON horizontal grid every time it is used (:pull:`2633`) by :user:`schlunma`
9296
- Fix `oh` for model: EC-Earth3-AerChem mip: AERMonZ (:pull:`2634`) by :user:`valeriupredoi`
97+
- Update CMIP5 EC-EARTH pr fix (:pull:`2666`) by :user:`bouweandela`
98+
- Add a fix for differing index coord long names in NorESM2-MM and EC-Earth3-Veg-LR (:pull:`2667`) by :user:`bouweandela`
9399

94100
Installation
95101
~~~~~~~~~~~~
@@ -117,6 +123,7 @@ Preprocessor
117123
- Raise error if weights are used with unweighted aggregator (:pull:`2640`) by :user:`schlunma`
118124
- Allow using multi model statistics preprocessor on datasets without `timerange` (:pull:`2644`) by :user:`schlunma`
119125
- Allow using output from `multi_model_statistics` or `ensemble_statistics` as reference for `bias` or `distance_metric` (:pull:`2652`) by :user:`schlunma`
126+
- Add option to ignore horizontal coordinates if there are multiple when regridding (:pull:`2672`) by :user:`bouweandela`
120127

121128
Observational and re-analysis dataset support
122129
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -137,6 +144,8 @@ Automatic testing
137144
- Switch back to Python 3.12 for conda lock file creation due to mamba<2 pin (:pull:`2606`) by :user:`valeriupredoi`
138145
- Always ignore user's configuration when running Dask tests (:pull:`2624`) by :user:`schlunma`
139146
- Restrict runs of cron Github Actions on forks (:pull:`2649`) by :user:`valeriupredoi`
147+
- Fix test that loads realistic GRIB file (:pull:`2665`) by :user:`schlunma`
148+
- Fix failing test with Dask 2025.2: ours issue not theirs (:pull:`2663`) by :user:`valeriupredoi`
140149

141150
Variable Derivation
142151
~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)