Skip to content

Commit 7f7eb3c

Browse files
committed
update whats-new
1 parent 34032ef commit 7f7eb3c

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

doc/whats-new.rst

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,7 @@ v2024.03.0 (unreleased)
2323
New Features
2424
~~~~~~~~~~~~
2525

26-
- Added a simple `nbytes` representation in DataArrays and Dataset `repr`.
27-
(:issue:`8690`, :pull:`8702`).
28-
By `Etienne Schalk <https://github.com/etienneschalk>`_.
29-
- Allow negative frequency strings (e.g. ``"-1YE"``). These strings are for example used
30-
in :py:func:`date_range`, and :py:func:`cftime_range` (:pull:`8651`).
31-
By `Mathias Hauser <https://github.com/mathause>`_.
32-
- Add :py:meth:`NamedArray.expand_dims`, :py:meth:`NamedArray.permute_dims` and :py:meth:`NamedArray.broadcast_to`
33-
(:pull:`8380`) By `Anderson Banihirwe <https://github.com/andersy005>`_.
34-
- Xarray now defers to flox's `heuristics <https://flox.readthedocs.io/en/latest/implementation.html#heuristics>`_
35-
to set default `method` for groupby problems. This only applies to ``flox>=0.9``.
36-
By `Deepak Cherian <https://github.com/dcherian>`_.
37-
- All `quantile` methods (e.g. :py:meth:`DataArray.quantile`) now use `numbagg`
38-
for the calculation of nanquantiles (i.e., `skipna=True`) if it is installed.
39-
This is currently limited to the linear interpolation method (`method='linear'`).
40-
(: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.
26+
- Grouped and resampling quantile calculations now use the vectorized algorithm in ``flox>=0.9.2`` if present.
4227
By `Deepak Cherian <https://github.com/dcherian>`_.
4328
- Do not broadcast in arithmetic operations when global option ``arithmetic_broadcast=False``
4429
(:issue:`6806`, :pull:`8784`).

0 commit comments

Comments
 (0)