diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 486001c7288..379c3f8fbf8 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -25,6 +25,8 @@ New Features - Fix :py:meth:`xr.cov` and :py:meth:`xr.corr` now support complex valued arrays (:issue:`7340`, :pull:`7392`). By `Michael Niklas `_. +- Use fastpath when grouping both montonically increasing and decreasing variable + in :py:class:`GroupBy` (:issue:`6220`, :pull:`7427`). By `Joel Jaeschke `_. Breaking changes ~~~~~~~~~~~~~~~~ @@ -87,11 +89,6 @@ Deprecations and will be removed in a future version of xarray (:issue:`6985`:, :pull:`7373`). By `Spencer Clark `_. -Enhancements -~~~~~~~~~~~ - -- Use fastpath when grouping both montonically increasing and decreasing variable - in :py:class:`GroupBy` (:issue:`6220`, :pull:`7427`). By `Joel Jaeschke `_. Bug fixes ~~~~~~~~~