-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change .groupby fastpath to work for monotonic increasing and decreas…
…ing (#7427) * Fix GH6220 This fixes GH6220 which makes it possible to use the fast path for .groupby for monotonically increasing and decreasing values. * Implemented groupby tests as described by feedback * Implemented groupby tests as described by feedback * Minor test. * Test resampling error with monotonic decreasing data. * Fix test. * Added feature to whats-new.rst * Update whats-new.rst * main * flox test * Update xarray/tests/test_groupby.py Co-authored-by: Michael Niklas <[email protected]> --------- Co-authored-by: dcherian <[email protected]> Co-authored-by: Deepak Cherian <[email protected]> Co-authored-by: Michael Niklas <[email protected]>
- Loading branch information
1 parent
d0048ef
commit 0023e5d
Showing
3 changed files
with
28 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters