Skip to content

Commit 2a2c924

Browse files
committed
update whats-new
1 parent 34032ef commit 2a2c924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/whats-new.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ New Features
3434
- Xarray now defers to flox's `heuristics <https://flox.readthedocs.io/en/latest/implementation.html#heuristics>`_
3535
to set default `method` for groupby problems. This only applies to ``flox>=0.9``.
3636
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>`_.
3739
- All `quantile` methods (e.g. :py:meth:`DataArray.quantile`) now use `numbagg`
3840
for the calculation of nanquantiles (i.e., `skipna=True`) if it is installed.
3941
This is currently limited to the linear interpolation method (`method='linear'`).
4042
(: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>`_.
4343
- Do not broadcast in arithmetic operations when global option ``arithmetic_broadcast=False``
4444
(:issue:`6806`, :pull:`8784`).
4545
By `Etienne Schalk <https://github.com/etienneschalk>`_ and `Deepak Cherian <https://github.com/dcherian>`_.

0 commit comments

Comments
 (0)