File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ v2025.09.1 (unreleased)
13
13
New Features
14
14
~~~~~~~~~~~~
15
15
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 >`_.
16
20
17
21
Breaking changes
18
22
~~~~~~~~~~~~~~~~
@@ -29,6 +33,17 @@ Deprecations
29
33
Bug fixes
30
34
~~~~~~~~~
31
35
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
+
32
47
33
48
Documentation
34
49
~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments