diff --git a/doc/whats-new.rst b/doc/whats-new.rst index c907a391b94..61302ed23c7 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -7,12 +7,10 @@ What's New .. _whats-new.2025.10.0: -v2025.10.0 (unreleased) ------------------------ - -New Features -~~~~~~~~~~~~ +v2025.10.0 (October 6, 2025) +---------------------------- +This release reverts a breaking change to Xarray's preferred netCDF backend. Breaking changes ~~~~~~~~~~~~~~~~ @@ -26,20 +24,14 @@ Breaking changes ``xr.set_options(netcdf_engine_order=['h5netcdf', 'netcdf4', 'scipy'])``. By `Stephan Hoyer `_. -Deprecations -~~~~~~~~~~~~ - Bug fixes ~~~~~~~~~ +- Fix error raised when writing scalar variables to Zarr with ``region={}`` + (:pull:`10796`). + By `Stephan Hoyer `_. -Documentation -~~~~~~~~~~~~~ - - -Internal Changes -~~~~~~~~~~~~~~~~ .. _whats-new.2025.09.1: @@ -125,9 +117,6 @@ Bug fixes - Allow ``combine_attrs="drop_conflicts"`` to handle objects with ``__eq__`` methods that return non-bool values (e.g., numpy arrays) without raising ``ValueError`` (:pull:`10726`). By `Maximilian Roos `_. -- Fix error raised when writing scalar variables to Zarr with ``region={}`` - (:pull:`10796`). - By `Stephan Hoyer `_. Documentation ~~~~~~~~~~~~~