From ebfc6a3db0580cc11418e906766805ff4bf36455 Mon Sep 17 00:00:00 2001 From: Thomas Nicholas Date: Thu, 30 Sep 2021 17:38:40 -0400 Subject: [PATCH] move whatsnew entry on duck array ops refactor to correct version --- doc/whats-new.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: