JuliaIO / MAT.jl

Julia module for reading MATLAB files
MIT License
278 stars 71 forks source link

Changes to improve v1.0 handling #107

Closed dawbarton closed 5 years ago

dawbarton commented 5 years ago

This PR improves compatibility with v1.0 in a similar vein to #86 but uses the low-level HDF5 interface to avoid having to use reinterpret. It doesn't fix all the compatibility problems (I haven't had time) but it shouldn't break v0.6 compatibility either (waiting on CI to confirm).

dawbarton commented 5 years ago

According to CI, this works with v0.6 but (as stated) doesn't fix all the v1.0 issues yet. Hopefully this is a step in the right direction.