Skip to content

Commit ed0418b

Browse files
Release notes for v2024.09.0 (#9480)
1 parent 781877c commit ed0418b

File tree

1 file changed

+12
-21
lines changed

1 file changed

+12
-21
lines changed

doc/whats-new.rst

+12-21
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,21 @@ What's New
1515
np.random.seed(123456)
1616
1717
18-
.. _whats-new.2024.07.1:
18+
.. _whats-new.2024.09.0:
1919

20-
v2024.07.1 (unreleased)
21-
-----------------------
20+
v2024.09.0 (Sept 11, 2024)
21+
--------------------------
22+
This release drops support for Python 3.9, and adds support for grouping by :ref:`multiple arrays <groupby.multiple>`, while providing numerous performance improvements and bug fixes.
23+
24+
Thanks to the 33 contributors to this release:
25+
Alfonso Ladino, Andrew Scherer, Anurag Nayak, David Hoese, Deepak Cherian, Diogo Teles Sant'Anna, Dom, Elliott Sales de Andrade, Eni, Holly Mandel, Illviljan, Jack Kelly, Julius Busecke, Justus Magin, Kai Mühlbauer, Manish Kumar Gupta, Matt Savoie, Maximilian Roos, Michele Claus, Miguel Jimenez, Niclas Rieger, Pascal Bourgault, Philip Chmielowiec, Spencer Clark, Stephan Hoyer, Tao Xin, Tiago Sanona, TimothyCera-NOAA, Tom Nicholas, Tom White, Virgile Andreani, oliverhiggs and tiago
2226

2327
New Features
2428
~~~~~~~~~~~~
2529

26-
- Add :py:attr:`~core.accessor_dt.DatetimeAccessor.days_in_year` and :py:attr:`~core.accessor_dt.DatetimeAccessor.decimal_year` to the Datetime accessor on DataArrays. (:pull:`9105`).
30+
- Add :py:attr:`~core.accessor_dt.DatetimeAccessor.days_in_year` and
31+
:py:attr:`~core.accessor_dt.DatetimeAccessor.decimal_year` to the
32+
``DatetimeAccessor`` on ``xr.DataArray``. (:pull:`9105`).
2733
By `Pascal Bourgault <https://github.com/aulemahal>`_.
2834

2935
Performance
@@ -38,6 +44,8 @@ Performance
3844
By `Deepak Cherian <https://github.com/dcherian>`_.
3945
- Allow data variable specific ``constant_values`` in the dataset ``pad`` function (:pull:`9353``).
4046
By `Tiago Sanona <https://github.com/tsanona>`_.
47+
- Speed up grouping by avoiding deep-copy of non-dimension coordinates (:issue:`9426`, :pull:`9393`)
48+
By `Deepak Cherian <https://github.com/dcherian>`_.
4149

4250
Breaking changes
4351
~~~~~~~~~~~~~~~~
@@ -61,11 +69,6 @@ Breaking changes
6169
zarr 2.14 2.16
6270
===================== ========= =======
6371

64-
65-
Deprecations
66-
~~~~~~~~~~~~
67-
68-
6972
Bug fixes
7073
~~~~~~~~~
7174

@@ -90,24 +93,12 @@ Bug fixes
9093
(:issue:`9408`, :pull:`9413`).
9194
By `Oliver Higgs <https://github.com/oliverhiggs>`_.
9295

93-
Performance
94-
~~~~~~~~~~~
95-
96-
- Speed up grouping by avoiding deep-copy of non-dimension coordinates (:issue:`9426`, :pull:`9393`)
97-
By `Deepak Cherian <https://github.com/dcherian>`_.
98-
99-
Documentation
100-
~~~~~~~~~~~~~
101-
102-
10396
Internal Changes
10497
~~~~~~~~~~~~~~~~
10598

10699
- Re-enable testing ``pydap`` backend with ``numpy>=2`` (:pull:`9391`).
107100
By `Miguel Jimenez <https://github.com/Mikejmnez>`_ .
108101

109-
110-
111102
.. _whats-new.2024.07.0:
112103

113104
v2024.07.0 (Jul 30, 2024)

0 commit comments

Comments
 (0)