You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/whats-new.rst
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,8 @@ New Features
34
34
Bug fixes
35
35
~~~~~~~~~
36
36
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>`_.
37
39
- 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`).
38
40
By `Andrew Pauling <https://github.com/andrewpauling>`_
39
41
- Fix silently overwriting the `engine` key when passing :py:func:`open_dataset` a file object
0 commit comments