You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/changelog.rst
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,9 @@ v2.12.0
11
11
12
12
Highlights
13
13
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.
15
17
16
18
This release includes
17
19
@@ -38,6 +40,7 @@ Bug fixes
38
40
- More reliable datasets to recipe conversion (:pull:`2472`) by :user:`bouweandela`
39
41
- Avoid mutating the input cubes when building the combined cube in preprocessor function ``multi_model_statistics`` (:pull:`2564`) by :user:`bouweandela`
40
42
- 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`
41
44
42
45
CMOR standard
43
46
~~~~~~~~~~~~~
@@ -76,6 +79,7 @@ Documentation
76
79
- Remove Docker build badge in README (:pull:`2565`) by :user:`valeriupredoi`
77
80
- Optimize documentation about Earth mover distance in distance_metric preprocessor (:pull:`2423`) by :user:`schlunma`
78
81
- Update the `esmvaltool` command welcome message (:pull:`2635`) by :user:`bouweandela`
82
+
- Pin sphinx to < 8.2 (:pull:`2671`) by :user:`bouweandela`
79
83
80
84
Fixes for datasets
81
85
~~~~~~~~~~~~~~~~~~
@@ -90,6 +94,8 @@ Fixes for datasets
90
94
- Correct incorrect time bounds in EMAC data (:pull:`2621`) by :user:`FranziskaWinterstein`
91
95
- Do not copy ICON horizontal grid every time it is used (:pull:`2633`) by :user:`schlunma`
92
96
- 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`
93
99
94
100
Installation
95
101
~~~~~~~~~~~~
@@ -117,6 +123,7 @@ Preprocessor
117
123
- Raise error if weights are used with unweighted aggregator (:pull:`2640`) by :user:`schlunma`
118
124
- Allow using multi model statistics preprocessor on datasets without `timerange` (:pull:`2644`) by :user:`schlunma`
119
125
- 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`
120
127
121
128
Observational and re-analysis dataset support
122
129
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -137,6 +144,8 @@ Automatic testing
137
144
- Switch back to Python 3.12 for conda lock file creation due to mamba<2 pin (:pull:`2606`) by :user:`valeriupredoi`
138
145
- Always ignore user's configuration when running Dask tests (:pull:`2624`) by :user:`schlunma`
139
146
- 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`
0 commit comments