Skip to content

Commit

Permalink
whats-new.rst entry, minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer committed Sep 18, 2024
1 parent 2f7af43 commit b78c42e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ New Features
`Tom Nicholas <https://github.com/TomNicholas>`_.
- Added zarr backends for :py:func:`open_groups` (:issue:`9430`, :pull:`9469`).
By `Eni Awowale <https://github.com/eni-awowale>`_.
- Implement handling of complex numbers (netcdf4/h5netcdf) and enums (h5netcdf) (:issue:`9246`, :issue:`3297`, :pull:`9509`).
By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_.

Breaking changes
~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion xarray/tests/test_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -1858,7 +1858,7 @@ def test_encoding_enum__no_fill_value(self):
fill_value=None,
)
v[:] = 1
with open_dataset(tmp_file, engine=self.engine) as original:
with open_dataset(tmp_file) as original:
save_kwargs = {}
# We don't expect any errors.
# This is effectively a void context manager
Expand Down

0 comments on commit b78c42e

Please sign in to comment.