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 slice and range #90

Closed frejanordsiek closed 4 years ago

frejanordsiek commented 4 years ago

Add support for reading and writing slice and range.

frejanordsiek commented 4 years ago

Added in commit 61a8215de21022fcfaa9711dcab5ce177dcfaf51 in a new marshaller Marshallers.PythonSliceRangeMarshaller.