File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,10 @@ Internal Changes
88
88
By `Jimmy Westling <https://github.com/illviljan >`_.
89
89
- Use isort's `float_to_top ` config. (:pull: `5695 `).
90
90
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 >`_.
91
95
92
96
.. _whats-new.0.19.0 :
93
97
@@ -206,10 +210,6 @@ Internal Changes
206
210
pandas-specific implementation into ``PandasIndex.query() `` and
207
211
``PandasMultiIndex.query() `` (:pull: `5322 `).
208
212
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 >`_.
213
213
214
214
.. _whats-new.0.18.2 :
215
215
You can’t perform that action at this time.
0 commit comments