Skip to content

Commit f880049

Browse files
authored
release notes for 2025.10.0 (#10821)
1 parent 6aa48c3 commit f880049

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

doc/whats-new.rst

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ What's New
77

88
.. _whats-new.2025.10.0:
99

10-
v2025.10.0 (unreleased)
11-
-----------------------
12-
13-
New Features
14-
~~~~~~~~~~~~
10+
v2025.10.0 (October 6, 2025)
11+
----------------------------
1512

13+
This release reverts a breaking change to Xarray's preferred netCDF backend.
1614

1715
Breaking changes
1816
~~~~~~~~~~~~~~~~
@@ -26,20 +24,14 @@ Breaking changes
2624
``xr.set_options(netcdf_engine_order=['h5netcdf', 'netcdf4', 'scipy'])``.
2725
By `Stephan Hoyer <https://github.com/shoyer>`_.
2826

29-
Deprecations
30-
~~~~~~~~~~~~
31-
3227

3328
Bug fixes
3429
~~~~~~~~~
3530

31+
- Fix error raised when writing scalar variables to Zarr with ``region={}``
32+
(:pull:`10796`).
33+
By `Stephan Hoyer <https://github.com/shoyer>`_.
3634

37-
Documentation
38-
~~~~~~~~~~~~~
39-
40-
41-
Internal Changes
42-
~~~~~~~~~~~~~~~~
4335

4436
.. _whats-new.2025.09.1:
4537

@@ -125,9 +117,6 @@ Bug fixes
125117
- Allow ``combine_attrs="drop_conflicts"`` to handle objects with ``__eq__`` methods that return
126118
non-bool values (e.g., numpy arrays) without raising ``ValueError`` (:pull:`10726`).
127119
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>`_.
131120

132121
Documentation
133122
~~~~~~~~~~~~~

0 commit comments

Comments
 (0)