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
@@ -65,6 +65,8 @@ Bug fixes
65
65
66
66
- Numbers are properly formatted in a plot's title (:issue:`5788`, :pull:`5789`).
67
67
By `Maxime Liquet <https://github.com/maximlt>`_.
68
+
- Subclasses of ``byte`` and ``str`` (e.g. ``np.str_`` and ``np.bytes_``) will now serialise to disk rather than raising a ``ValueError: unsupported dtype for netCDF4 variable: object`` as they did previously (:pull:`5264`).
69
+
By `Zeb Nicholls <https://github.com/znicholls>`_.
0 commit comments