diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 7e006e875e2..0364fada1d6 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -88,6 +88,10 @@ Internal Changes By `Jimmy Westling `_. - Use isort's `float_to_top` config. (:pull:`5695`). By `Maximilian Roos `_. +- Refactor `xarray.core.duck_array_ops` to no longer special-case dispatching to + dask versions of functions when acting on dask arrays, instead relying numpy + and dask's adherence to NEP-18 to dispatch automatically. (:pull:`5571`) + By `Tom Nicholas `_. .. _whats-new.0.19.0: @@ -206,10 +210,6 @@ Internal Changes pandas-specific implementation into ``PandasIndex.query()`` and ``PandasMultiIndex.query()`` (:pull:`5322`). By `Benoit Bovy `_. -- Refactor `xarray.core.duck_array_ops` to no longer special-case dispatching to - dask versions of functions when acting on dask arrays, instead relying numpy - and dask's adherence to NEP-18 to dispatch automatically. (:pull:`5571`) - By `Tom Nicholas `_. .. _whats-new.0.18.2: