Skip to content

Commit ebfc6a3

Browse files
committed
move whatsnew entry on duck array ops refactor to correct version
1 parent 043d68b commit ebfc6a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/whats-new.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ Internal Changes
8888
By `Jimmy Westling <https://github.com/illviljan>`_.
8989
- Use isort's `float_to_top` config. (:pull:`5695`).
9090
By `Maximilian Roos <https://github.com/max-sixty>`_.
91+
- Refactor `xarray.core.duck_array_ops` to no longer special-case dispatching to
92+
dask versions of functions when acting on dask arrays, instead relying numpy
93+
and dask's adherence to NEP-18 to dispatch automatically. (:pull:`5571`)
94+
By `Tom Nicholas <https://github.com/TomNicholas>`_.
9195

9296
.. _whats-new.0.19.0:
9397

@@ -206,10 +210,6 @@ Internal Changes
206210
pandas-specific implementation into ``PandasIndex.query()`` and
207211
``PandasMultiIndex.query()`` (:pull:`5322`).
208212
By `Benoit Bovy <https://github.com/benbovy>`_.
209-
- Refactor `xarray.core.duck_array_ops` to no longer special-case dispatching to
210-
dask versions of functions when acting on dask arrays, instead relying numpy
211-
and dask's adherence to NEP-18 to dispatch automatically. (:pull:`5571`)
212-
By `Tom Nicholas <https://github.com/TomNicholas>`_.
213213

214214
.. _whats-new.0.18.2:
215215

0 commit comments

Comments
 (0)