@@ -23,22 +23,7 @@ v2024.03.0 (unreleased)
23
23
New Features
24
24
~~~~~~~~~~~~
25
25
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.
42
27
By `Deepak Cherian <https://github.com/dcherian >`_.
43
28
- Do not broadcast in arithmetic operations when global option ``arithmetic_broadcast=False ``
44
29
(:issue: `6806 `, :pull: `8784 `).
0 commit comments