Skip to content

Commit b78c42e

Browse files
committed
whats-new.rst entry, minor fix
1 parent 2f7af43 commit b78c42e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/whats-new.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ New Features
3232
`Tom Nicholas <https://github.com/TomNicholas>`_.
3333
- Added zarr backends for :py:func:`open_groups` (:issue:`9430`, :pull:`9469`).
3434
By `Eni Awowale <https://github.com/eni-awowale>`_.
35+
- Implement handling of complex numbers (netcdf4/h5netcdf) and enums (h5netcdf) (:issue:`9246`, :issue:`3297`, :pull:`9509`).
36+
By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_.
3537

3638
Breaking changes
3739
~~~~~~~~~~~~~~~~

xarray/tests/test_backends.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1858,7 +1858,7 @@ def test_encoding_enum__no_fill_value(self):
18581858
fill_value=None,
18591859
)
18601860
v[:] = 1
1861-
with open_dataset(tmp_file, engine=self.engine) as original:
1861+
with open_dataset(tmp_file) as original:
18621862
save_kwargs = {}
18631863
# We don't expect any errors.
18641864
# This is effectively a void context manager

0 commit comments

Comments
 (0)