From bed344cf0f0f7ea0bb96d20609d852730408bdb4 Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Fri, 24 Feb 2023 13:00:48 -0700 Subject: [PATCH] Update whats-new.rst --- doc/whats-new.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 ~~~~~~~~~