You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change .groupby fastpath to work for monotonic increasing and decreasing (#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]>
0 commit comments