frejanordsiek / hdf5storage

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.
BSD 2-Clause "Simplified" License
82 stars 24 forks source link

Adding read/write support for numpy masked arrays #98

Open frejanordsiek opened 4 years ago

frejanordsiek commented 4 years ago

Add a marshaller for reading/writing numpy masked arrays (https://numpy.org/doc/stable/reference/maskedarray.html).