File tree Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,10 @@ 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
- ~~~~~~~~~~~~
10
+ v2025.10.0 (October 6, 2025)
11
+ ----------------------------
15
12
13
+ This release reverts a breaking change to Xarray's preferred netCDF backend.
16
14
17
15
Breaking changes
18
16
~~~~~~~~~~~~~~~~
@@ -26,20 +24,14 @@ Breaking changes
26
24
``xr.set_options(netcdf_engine_order=['h5netcdf', 'netcdf4', 'scipy']) ``.
27
25
By `Stephan Hoyer <https://github.com/shoyer >`_.
28
26
29
- Deprecations
30
- ~~~~~~~~~~~~
31
-
32
27
33
28
Bug fixes
34
29
~~~~~~~~~
35
30
31
+ - Fix error raised when writing scalar variables to Zarr with ``region={} ``
32
+ (:pull: `10796 `).
33
+ By `Stephan Hoyer <https://github.com/shoyer >`_.
36
34
37
- Documentation
38
- ~~~~~~~~~~~~~
39
-
40
-
41
- Internal Changes
42
- ~~~~~~~~~~~~~~~~
43
35
44
36
.. _whats-new.2025.09.1 :
45
37
@@ -125,9 +117,6 @@ Bug fixes
125
117
- Allow ``combine_attrs="drop_conflicts" `` to handle objects with ``__eq__ `` methods that return
126
118
non-bool values (e.g., numpy arrays) without raising ``ValueError `` (:pull: `10726 `).
127
119
By `Maximilian Roos <https://github.com/max-sixty >`_.
128
- - Fix error raised when writing scalar variables to Zarr with ``region={} ``
129
- (:pull: `10796 `).
130
- By `Stephan Hoyer <https://github.com/shoyer >`_.
131
120
132
121
Documentation
133
122
~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments