We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b1b8c commit 398d8e6Copy full SHA for 398d8e6
doc/whats-new.rst
@@ -26,6 +26,11 @@ New Features
26
- Use a concise format when plotting datetime arrays. (:pull:`8449`).
27
By `Jimmy Westling <https://github.com/illviljan>`_.
28
29
+
30
+- :py:meth:`~xarray.DataArray.rank` now operates on dask-backed arrays, assuming
31
+ the core dim has exactly one chunk. (:pull:`8475`).
32
+ By `Maximilian Roos <https://github.com/max-sixty>`_.
33
34
Breaking changes
35
~~~~~~~~~~~~~~~~
36
0 commit comments