MAT.jl
MAT.jl copied to clipboard
Cleaning up some old issues
I think we can clean up some old issues. Listing some here. These aren't bugs but more like feature requests.
- Changing Compression level in HDF5 #165
- Using
matreadfrom data in memory instead of a MAT-file #42 #96 - Preserve order of struct fields using
OrderedDict#159 - Opening a MAT-file with both read-write access #109
- Slicing complex matrix in HDF5 MAT-file #76
The OrderedDict is still on my mind ever since I learned the MatlabClassObject writing requires the fields to be in order. So it might actually be a good idea to make OrderedDict the default (while perhaps making the output dicttype a user option?). Then we have better read-write consistency of structs and classes.