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-21Lines changed: 14 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,36 +7,32 @@ What's New
7
7
8
8
.. _whats-new.2025.10.0:
9
9
10
-
v2025.10.0 (unreleased)
11
-
-----------------------
12
-
13
-
New Features
14
-
~~~~~~~~~~~~
15
-
16
-
- Improved ``pydap`` backend behavior and performance when using :py:func:`open_dataset`, :py:func:`open_datatree` when downloading dap4 (opendap) data (:issue:`10628`, :pull:`10629`).
17
-
``batch=True|False`` is a new ``backend_kwarg`` that further enables downloading multiple arrays in single response. In addition ``checksums`` is added as optional argument to be passed to ``pydap`` backend.
18
-
By `Miguel Jimenez-Urias <https://github.com/Mikejmnez>`_.
10
+
v2025.10.0 (October 6, 2025)
11
+
----------------------------
19
12
13
+
This release reverts a breaking change to Xarray's preferred netCDF backend.
20
14
21
15
Breaking changes
22
16
~~~~~~~~~~~~~~~~
23
17
24
-
25
-
Deprecations
26
-
~~~~~~~~~~~~
18
+
- Xarray's default engine for reading/writing netCDF files has been reverted to
19
+
prefer netCDF4, which was the default before v2025.09.1. This change
20
+
had larger implications for the ecosystem than we anticipated. We are still
21
+
considering changing the default in the future, but will be a bit more careful
22
+
about the implications. See :issue:`10657` and linked issues for discussion.
0 commit comments