JuliaIO / MAT.jl

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

Fix depwarns and most of errors on 0.6 #64

Closed yuyichao closed 7 years ago

yuyichao commented 7 years ago

The only error left on 0.6 is https://github.com/JuliaLang/julia/issues/20078

simonster commented 7 years ago

Thanks. LGTM provided tests pass.

yuyichao commented 7 years ago

The errors on master are due to JuliaLang/julia#20078 and the depwarns are mostly(all?) from HDF5, which should already be fixed but not tagged yet.