JuliaIO / MAT.jl

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

Compatibility for Julia v 1.0.1 #100

Closed ghost closed 5 years ago

ghost commented 5 years ago

I mostly rewrote :

After these modifications i was able to read some .mat files

yuyichao commented 5 years ago

And this shouldn't drop 0.6 support so you need Compat.SparseArrays instead. You'll also need to raise the Compat version required and for 1.0 compatibility changes Compat 1.0 should be good enough.

yuyichao commented 5 years ago

Sorry I made a mistake when updating this branch (I pushed my local master instead of the updated branch to the PR branch) and it appears not revertable so I reopenned this as https://github.com/JuliaIO/MAT.jl/pull/102