Skip to content

Commit

Permalink
Update whats-new.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian authored Feb 24, 2023
1 parent 16e29e2 commit bed344c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/headtr1ck>`_.
- Use fastpath when grouping both montonically increasing and decreasing variable
in :py:class:`GroupBy` (:issue:`6220`, :pull:`7427`). By `Joel Jaeschke <https://github.com/joeljaeschke>`_.

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

Enhancements
~~~~~~~~~~~

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

Bug fixes
~~~~~~~~~
Expand Down

0 comments on commit bed344c

Please sign in to comment.