hdf5storage icon indicating copy to clipboard operation
hdf5storage copied to clipboard

Python package to read and write a wide range of Python types to/from HDF5 formatted files. Can read/write data to the HDF5 based Matlab v7.3 MAT files.

Results 24 hdf5storage issues
Sort by recently updated
recently updated
newest added

np.unicode_ has been replaced by np.str_

A couple sets of changes needed for Numpy 2.0, just replacing `np.unicode_` with `np.str_` and `np.NaN` with `np.nan`. Both are drop-in replacements for Python >= 3.6, which looks like the...