We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd6a35d commit 7e6f3e5Copy full SHA for 7e6f3e5
doc/whats-new.rst
@@ -25,6 +25,11 @@ Breaking changes
25
26
New Features
27
~~~~~~~~~~~~
28
+- Support using an existing, opened h5netcdf ``File`` with
29
+ :py:class:`~xarray.backends.H5NetCDFStore`. This permits creating an
30
+ :py:class:`~xarray.Dataset` from a h5netcdf ``File`` that has been opened
31
+ using other means (:issue:`3618`).
32
+ By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_.
33
- Implement :py:func:`median` and :py:func:`nanmedian` for dask arrays. This works by rechunking
34
to a single chunk along all reduction axes. (:issue:`2999`).
35
By `Deepak Cherian <https://github.com/dcherian>`_.
0 commit comments