Skip to content

Commit bed344c

Browse files
authored
Update whats-new.rst
1 parent 16e29e2 commit bed344c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

doc/whats-new.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ New Features
2525

2626
- Fix :py:meth:`xr.cov` and :py:meth:`xr.corr` now support complex valued arrays (:issue:`7340`, :pull:`7392`).
2727
By `Michael Niklas <https://github.com/headtr1ck>`_.
28+
- Use fastpath when grouping both montonically increasing and decreasing variable
29+
in :py:class:`GroupBy` (:issue:`6220`, :pull:`7427`). By `Joel Jaeschke <https://github.com/joeljaeschke>`_.
2830

2931
Breaking changes
3032
~~~~~~~~~~~~~~~~
@@ -87,11 +89,6 @@ Deprecations
8789
and will be removed in a future version of xarray (:issue:`6985`:,
8890
:pull:`7373`). By `Spencer Clark <https://github.com/spencerkclark>`_.
8991

90-
Enhancements
91-
~~~~~~~~~~~
92-
93-
- Use fastpath when grouping both montonically increasing and decreasing variable
94-
in :py:class:`GroupBy` (:issue:`6220`, :pull:`7427`). By `Joel Jaeschke <https://github.com/joeljaeschke>`_.
9592

9693
Bug fixes
9794
~~~~~~~~~

0 commit comments

Comments
 (0)