Skip to content

Commit dfc651d

Browse files
committed
Add release notes
1 parent 614f62e commit dfc651d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doc/whats-new.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ v2025.09.1 (unreleased)
1313
New Features
1414
~~~~~~~~~~~~
1515

16+
- ``engine='netcdf4'`` now supports reading and writing in-memory netCDF files.
17+
All of Xarray's netCDF backends now support in-memory reads and writes
18+
(:pull:`10624`).
19+
By `Stephan Hoyer <https://github.com/shoyer>`_.
1620

1721
Breaking changes
1822
~~~~~~~~~~~~~~~~
@@ -29,6 +33,17 @@ Deprecations
2933
Bug fixes
3034
~~~~~~~~~
3135

36+
- Xarray objects opened from file-like objects with ``engine='h5netcdf'`` can
37+
now be pickled, as long as the underlying file-like object also support
38+
pickle
39+
(:pull:`10624`).
40+
By `Stephan Hoyer <https://github.com/shoyer>`_.
41+
- Closing Xarray objects opened from file-like objects with ```engine='scipy'``
42+
no longer closes the underlying file, consistent the h5netcdf backend
43+
(:pull:`10624`).
44+
By `Stephan Hoyer <https://github.com/shoyer>`_.
45+
46+
3247

3348
Documentation
3449
~~~~~~~~~~~~~

0 commit comments

Comments
 (0)