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
+14-18Lines changed: 14 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,14 @@
6
6
What's New
7
7
==========
8
8
9
-
.. _whats-new.2025.11.1:
9
+
.. _whats-new.2025.12.0:
10
10
11
-
v2025.11.1 (unreleased)
11
+
v2025.12.0 (unreleased)
12
12
-----------------------
13
+
This release rolls back the default engine for HTTP urls, adds support for :py:class:`DataTree` objects in ``combine_nested`` and contains numerous bug fixes.
14
+
15
+
Thanks to the 16 contributors to this release:
16
+
Benoit Bovy, Christine P. Chai, Deepak Cherian, Dhruva Kumar Kaushal, Ian Hunt-Isaak, Ilan Gold, Illviljan, Julia Signell, Justus Magin, Lars Buntemeyer, Maximilian Roos, Miguel Jimenez, Nick Hodgskin, Richard Berg, Spencer Clark and Stephan Hoyer
13
17
14
18
New Features
15
19
~~~~~~~~~~~~
@@ -18,25 +22,15 @@ New Features
18
22
when downloading dap4 (opendap) dimensions data (:issue:`10628`, :pull:`10629`). In addition ``checksums=True|False``
19
23
is added as optional argument to be passed to ``pydap`` backend.
20
24
By `Miguel Jimenez-Urias <https://github.com/Mikejmnez>`_.
21
-
22
-
- :py:func:`combine_nested` now support :py:class:`DataTree` objects
23
-
(:pull:`10849`).
25
+
- :py:func:`combine_nested` now supports :py:class:`DataTree` objects (:pull:`10849`).
24
26
By `Stephan Hoyer <https://github.com/shoyer>`_.
25
27
26
-
Breaking Changes
27
-
~~~~~~~~~~~~~~~~
28
-
29
-
30
-
Deprecations
31
-
~~~~~~~~~~~~
32
-
33
-
34
28
Bug Fixes
35
29
~~~~~~~~~
36
30
37
31
- When assigning an indexed coordinate to a data variable or coordinate, coerce it from
38
-
``IndexVariable`` to ``Variable`` (:issue:`9859`, :issue:`10829`, :pull:`10909`)
39
-
By `Julia Signell <https://github.com/jsignell>`_
32
+
``IndexVariable`` to ``Variable`` (:issue:`9859`, :issue:`10829`, :pull:`10909`).
33
+
By `Julia Signell <https://github.com/jsignell>`_.
40
34
- The NetCDF4 backend will now claim to be able to read any URL except for one that contains
41
35
the substring zarr. This restores backward compatibility after
42
36
:pull:`10804` broke workflows that relied on ``xr.open_dataset("http://...")``
@@ -48,17 +42,19 @@ Bug Fixes
48
42
By `Justus Magin <https://github.com/keewis>`_.
49
43
- Support decoding unsigned integers to ``np.timedelta64``.
50
44
By `Deepak Cherian <https://github.com/dcherian>`_.
51
-
45
+
- Properly handle internal type promotion and ``NA`` objects for extension arrays (:pull:`10423`).
46
+
By `Ilan Gold <https://github.com/ilan-gold>`_.
52
47
53
48
Documentation
54
49
~~~~~~~~~~~~~
55
50
56
51
- Added section on the `limitations of cftime arithmetic <https://docs.xarray.dev/en/stable/user-guide/weather-climate.html#arithmetic-limitations-with-non-standard-calendars>`_ (:pull:`10653`).
57
-
By `Lars Buntemeyer <https://github.com/larsbuntemeyer>`_
52
+
By `Lars Buntemeyer <https://github.com/larsbuntemeyer>`_.
58
53
59
54
Internal Changes
60
55
~~~~~~~~~~~~~~~~
61
-
56
+
- Change the development workflow to use ``pixi`` (:issue:`10732`, :pull:`10888`).
57
+
By `Nick Nodgskin <https://github.com/VeckoTheGecko>`_.
0 commit comments