File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ New Features
25
25
26
26
- Fix :py:meth: `xr.cov ` and :py:meth: `xr.corr ` now support complex valued arrays (:issue: `7340 `, :pull: `7392 `).
27
27
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 >`_.
28
30
29
31
Breaking changes
30
32
~~~~~~~~~~~~~~~~
@@ -87,11 +89,6 @@ Deprecations
87
89
and will be removed in a future version of xarray (:issue: `6985 `:,
88
90
:pull: `7373 `). By `Spencer Clark <https://github.com/spencerkclark >`_.
89
91
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 >`_.
95
92
96
93
Bug fixes
97
94
~~~~~~~~~
You can’t perform that action at this time.
0 commit comments