File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ New Features
34
34
- Xarray now defers to flox's `heuristics <https://flox.readthedocs.io/en/latest/implementation.html#heuristics >`_
35
35
to set default `method ` for groupby problems. This only applies to ``flox>=0.9 ``.
36
36
By `Deepak Cherian <https://github.com/dcherian >`_.
37
+ - Grouped and resampling quantile calculations now use the vectorized algorithm in ``flox>=0.9.2 `` if present.
38
+ By `Deepak Cherian <https://github.com/dcherian >`_.
37
39
- All `quantile ` methods (e.g. :py:meth: `DataArray.quantile `) now use `numbagg `
38
40
for the calculation of nanquantiles (i.e., `skipna=True `) if it is installed.
39
41
This is currently limited to the linear interpolation method (`method='linear' `).
40
42
(:issue: `7377 `, :pull: `8684 `) By `Marco Wolsza <https://github.com/maawoo >`_.
41
- - Grouped and resampling quantile calculations now use ``flox>=0.9.2 `` if present.
42
- By `Deepak Cherian <https://github.com/dcherian >`_.
43
43
- Do not broadcast in arithmetic operations when global option ``arithmetic_broadcast=False ``
44
44
(:issue: `6806 `, :pull: `8784 `).
45
45
By `Etienne Schalk <https://github.com/etienneschalk >`_ and `Deepak Cherian <https://github.com/dcherian >`_.
You can’t perform that action at this time.
0 commit comments