diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 3698058cfe8..76548fe95c5 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -26,6 +26,11 @@ New Features - Use a concise format when plotting datetime arrays. (:pull:`8449`). By `Jimmy Westling `_. + +- :py:meth:`~xarray.DataArray.rank` now operates on dask-backed arrays, assuming + the core dim has exactly one chunk. (:pull:`8475`). + By `Maximilian Roos `_. + Breaking changes ~~~~~~~~~~~~~~~~