Skip to content

Commit 7e6f3e5

Browse files
committed
WIP: add item to whats-new.rst
1 parent bd6a35d commit 7e6f3e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/whats-new.rst

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ Breaking changes
2525

2626
New Features
2727
~~~~~~~~~~~~
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>`_.
2833
- Implement :py:func:`median` and :py:func:`nanmedian` for dask arrays. This works by rechunking
2934
to a single chunk along all reduction axes. (:issue:`2999`).
3035
By `Deepak Cherian <https://github.com/dcherian>`_.

0 commit comments

Comments
 (0)