JuliaIO / JLD.jl

Saving and loading julia variables while preserving native types
MIT License
278 stars 55 forks source link

Deprecate exists to haskey and names to keys and bump minor version in prep for HDF5 release #290

Closed musm closed 3 years ago

musm commented 3 years ago

Fixed this up to also deprecate names -> keys. Should be good to go after a final look.

musm commented 3 years ago

Fixed up the tests, should be good to go now along with the MAT.jl PR.

musm commented 3 years ago

@jmert any chance you would like to take a final look?