Skip to content

Commit ee02113

Browse files
authored
groupby: Dispatch quantile to flox. (#8720)
* groupby: Dispatch median, quantile to flox. * bump min flox version * Add test for chunked dataarrays * Cleanup * Disable median for now. * update whats-new * update whats-new * bump min flox version * add requires_dask * restore dim order * fix whats-new * Fix doctest * cleanup * Update xarray/core/groupby.py * Fix mypy
1 parent aaf3b7e commit ee02113

File tree

5 files changed

+99
-134
lines changed

5 files changed

+99
-134
lines changed

doc/whats-new.rst

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ v2024.03.0 (unreleased)
2323
New Features
2424
~~~~~~~~~~~~
2525

26+
- Grouped and resampling quantile calculations now use the vectorized algorithm in ``flox>=0.9.4`` if present.
27+
By `Deepak Cherian <https://github.com/dcherian>`_.
2628
- Do not broadcast in arithmetic operations when global option ``arithmetic_broadcast=False``
2729
(:issue:`6806`, :pull:`8784`).
2830
By `Etienne Schalk <https://github.com/etienneschalk>`_ and `Deepak Cherian <https://github.com/dcherian>`_.

0 commit comments

Comments
 (0)