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 support for Ellipsis and NotImplemented #89

Closed frejanordsiek closed 4 years ago

frejanordsiek commented 4 years ago

Add support for reading and writing ... (https://docs.python.org/3/library/stdtypes.html#the-ellipsis-object) and NotImplemented (https://docs.python.org/3/library/stdtypes.html#the-notimplemented-object).

frejanordsiek commented 4 years ago

Added in commit 4f791d3394ce0bc4b0f8a326bbf77bdcf58ccdeb. Note that the functionality was added to Marshallers.PythonNoneMarshaller, which was renamed to Marshallers.PythonNoneEllipsisNotImplementedMarshaller