MAT.jl icon indicating copy to clipboard operation
MAT.jl copied to clipboard

Cleaning up some old issues

Open foreverallama opened this issue 1 month ago • 1 comments

I think we can clean up some old issues. Listing some here. These aren't bugs but more like feature requests.

  1. Changing Compression level in HDF5 #165
  2. Using matread from data in memory instead of a MAT-file #42 #96
  3. Preserve order of struct fields using OrderedDict #159
  4. Opening a MAT-file with both read-write access #109
  5. Slicing complex matrix in HDF5 MAT-file #76

foreverallama avatar Dec 08 '25 07:12 foreverallama

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.

matthijscox avatar Dec 10 '25 08:12 matthijscox