File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments