You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/whats-new.rst
+12-21
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,21 @@ What's New
15
15
np.random.seed(123456)
16
16
17
17
18
-
.. _whats-new.2024.07.1:
18
+
.. _whats-new.2024.09.0:
19
19
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
22
26
23
27
New Features
24
28
~~~~~~~~~~~~
25
29
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`).
27
33
By `Pascal Bourgault <https://github.com/aulemahal>`_.
28
34
29
35
Performance
@@ -38,6 +44,8 @@ Performance
38
44
By `Deepak Cherian <https://github.com/dcherian>`_.
39
45
- Allow data variable specific ``constant_values`` in the dataset ``pad`` function (:pull:`9353``).
40
46
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>`_.
41
49
42
50
Breaking changes
43
51
~~~~~~~~~~~~~~~~
@@ -61,11 +69,6 @@ Breaking changes
61
69
zarr 2.14 2.16
62
70
===================== ========= =======
63
71
64
-
65
-
Deprecations
66
-
~~~~~~~~~~~~
67
-
68
-
69
72
Bug fixes
70
73
~~~~~~~~~
71
74
@@ -90,24 +93,12 @@ Bug fixes
90
93
(:issue:`9408`, :pull:`9413`).
91
94
By `Oliver Higgs <https://github.com/oliverhiggs>`_.
92
95
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
-
103
96
Internal Changes
104
97
~~~~~~~~~~~~~~~~
105
98
106
99
- Re-enable testing ``pydap`` backend with ``numpy>=2`` (:pull:`9391`).
107
100
By `Miguel Jimenez <https://github.com/Mikejmnez>`_ .
0 commit comments