Skip to content

Commit 1e8f618

Browse files
authored
Whats-new: 2023.10.0 (#8334)
* Whats-new: 2023.10.0 * [skip-ci] fix rst * [skip-ci] Update whats-new.rst
1 parent 526c80f commit 1e8f618

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

doc/whats-new.rst

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,25 @@ What's New
1414
1515
np.random.seed(123456)
1616
17-
.. _whats-new.2023.09.1:
17+
.. _whats-new.2023.10.0:
1818

19-
v2023.09.1 (unreleased)
20-
-----------------------
19+
v2023.10.0 (19 Oct, 2023)
20+
-------------------------
21+
22+
This release brings performance enhancements to reading Zarr datasets, the ability to use `numbagg <https://github.com/numbagg/numbagg>`_ for reductions,
23+
an expansion in API for ``rolling_exp``, fixes two regressions with datetime decoding,
24+
and many other bugfixes and improvements. Groupby reductions will also use ``numbagg`` if ``flox>=0.8.1`` and ``numbagg`` are both installed.
25+
26+
Thanks to our 13 contributors:
27+
Anderson Banihirwe, Bart Schilperoort, Deepak Cherian, Illviljan, Kai Mühlbauer, Mathias Hauser, Maximilian Roos, Michael Niklas, Pieter Eendebak, Simon Høxbro Hansen, Spencer Clark, Tom White, olimcc
2128

2229
New Features
2330
~~~~~~~~~~~~
24-
31+
- Support high-performance reductions with `numbagg <https://github.com/numbagg/numbagg>`_.
32+
This is enabled by default if ``numbagg`` is installed.
33+
By `Deepak Cherian <https://github.com/dcherian>`_. (:pull:`8316`)
34+
- Add ``corr``, ``cov``, ``std`` & ``var`` to ``.rolling_exp``.
35+
By `Maximilian Roos <https://github.com/max-sixty>`_. (:pull:`8307`)
2536
- :py:meth:`DataArray.where` & :py:meth:`Dataset.where` accept a callable for
2637
the ``other`` parameter, passing the object as the only argument. Previously,
2738
this was only valid for the ``cond`` parameter. (:issue:`8255`)

0 commit comments

Comments
 (0)