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
- Cache regridding weights if possible (:pull:`2344`) by :user:`schlunma`
56
104
- Implement lazy area weights (:pull:`2354`) by :user:`schlunma`
57
105
- Avoid large chunks in :func:`esmvalcore.preprocessor.climate_statistics` preprocessor function with `period='full'` (:pull:`2404`) by :user:`bouweandela`
106
+
- Load data only once for ESMPy regridders (:pull:`2418`) by :user:`bouweandela`
58
107
59
108
Documentation
60
109
~~~~~~~~~~~~~
@@ -84,10 +133,11 @@ Fixes for datasets
84
133
Installation
85
134
~~~~~~~~~~~~
86
135
87
-
- Updated iris pin to ``iris>=3.6.1`` (:pull:`2286`) by :user:`schlunma`
88
136
- Pin pandas yet again avoid new ``2.2.1`` as well (:pull:`2353`) by :user:`valeriupredoi`
89
137
- Update Iris pin to avoid using versions with memory issues (:pull:`2408`) by :user:`chrisbillowsMO`
90
138
- Pin esmpy <8.6.0 (:pull:`2402`) by :user:`valeriupredoi`
139
+
- Pin numpy<2.0.0 to avoid pulling 2.0.0rcX (:pull:`2415`) by :user:`valeriupredoi`
140
+
- Add support for Python=3.12 (:pull:`2228`) by :user:`valeriupredoi`
91
141
92
142
Preprocessor
93
143
~~~~~~~~~~~~
@@ -132,12 +182,11 @@ Improvements
132
182
- Handle warnings about invalid units for iris>=3.8 (:pull:`2378`) by :user:`schlunma`
133
183
- Added note on how to access ``index.html`` on remote server (:pull:`2276`) by :user:`schlunma`
134
184
- Remove custom fix for concatenation of aux factories now that bug in iris is solved (:pull:`2392`) by :user:`schlunma`
135
-
- Use ``iris.FUTURE.save_split_attrs = True`` to remove iris warning (:pull:`2398`) by :user:`schlunma`
136
185
- Ignored iris warnings about global attributes (:pull:`2400`) by :user:`schlunma`
186
+
- Add native6, OBS6 and RAWOBS rootpaths to metoffice config-user.yml template, and remove temporary dir (:pull:`2432`) by :user:`alistairsellar`
0 commit comments