Skip to content

Commit 75e9adc

Browse files
committed
DOC: Add whats-new entry for fixing 4471
Add a whats-new entry for the fix to issue pydata#4471, corresponding to PR pydata#4485.
1 parent 3cfd1af commit 75e9adc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/whats-new.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ New Features
3434
Bug fixes
3535
~~~~~~~~~
3636

37+
- Fix bug where reading a scalar value from a NetCDF file opened with the ``h5netcdf`` backend would raise a ``ValueError`` when ``decode_cf=True`` (:issue:`4471`, :pull:`4485`).
38+
By `Gerrit Holl <https://github.com/gerritholl>`_.
3739
- Fix bug where datetime64 times are silently changed to incorrect values if they are outside the valid date range for ns precision when provided in some other units (:issue:`4427`, :pull:`4454`).
3840
By `Andrew Pauling <https://github.com/andrewpauling>`_
3941
- Fix silently overwriting the `engine` key when passing :py:func:`open_dataset` a file object

0 commit comments

Comments
 (0)