JuliaIO / MAT.jl

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

bump HDF5 requirement to include 0.13 #137

Closed bjarthur closed 4 years ago

bjarthur commented 4 years ago

might fix https://github.com/JuliaIO/MAT.jl/issues/136

bjarthur commented 4 years ago

oh gosh. HDF5 0.13 requires julia 1.3. do we want to bump the julia requirement for MAT as well?

bjarthur commented 4 years ago

any objections to dropping support for julia 1.0 like HDF5 did?

jaakkor2 commented 4 years ago

My system upgraded HDF5.jl to v0.13.0 and at the same time downgraded MAT.jl to v0.6.0. I "vote" for this PR.