@@ -202,10 +202,10 @@ New Features
202
202
By `Justus Magin <https://github.com/keewis >`_.
203
203
- Allow installing from git archives (:pull: `4897 `).
204
204
By `Justus Magin <https://github.com/keewis >`_.
205
- - :py:class: `DataArrayCoarsen ` and :py:class: `DatasetCoarsen ` now implement a
206
- ``reduce `` method, enabling coarsening operations with custom reduction
207
- functions (:issue: `3741 `, :pull: `4939 `). By ` Spencer Clark
208
- <https://github.com/spencerkclark> `_.
205
+ - :py:class: `~core.rolling. DataArrayCoarsen ` and :py:class: `~core.rolling. DatasetCoarsen `
206
+ now implement a ``reduce `` method, enabling coarsening operations with custom
207
+ reduction functions (:issue: `3741 `, :pull: `4939 `).
208
+ By ` Spencer Clark <https://github.com/spencerkclark >`_.
209
209
- Most rolling operations use significantly less memory. (:issue: `4325 `).
210
210
By `Deepak Cherian <https://github.com/dcherian >`_.
211
211
- Add :py:meth: `Dataset.drop_isel ` and :py:meth: `DataArray.drop_isel `
@@ -224,9 +224,8 @@ New Features
224
224
225
225
Bug fixes
226
226
~~~~~~~~~
227
- - Use specific type checks in
228
- :py:func: `~xarray.core.variable.as_compatible_data ` instead of blanket
229
- access to ``values `` attribute (:issue: `2097 `)
227
+ - Use specific type checks in ``xarray.core.variable.as_compatible_data `` instead of
228
+ blanket access to ``values `` attribute (:issue: `2097 `)
230
229
By `Yunus Sevinchan <https://github.com/blsqr >`_.
231
230
- :py:meth: `DataArray.resample ` and :py:meth: `Dataset.resample ` do not trigger
232
231
computations anymore if :py:meth: `Dataset.weighted ` or
0 commit comments