JuliaIO / JLD.jl

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

Fix HDF5.exists, HDF5.haddr_t, and HDF5.object_info deprecation warnings #325

Closed musm closed 1 year ago

musm commented 1 year ago

HDF5.exists was removed in v0.16 of HDF5 and since the present version of JLD specifies this as minimum compatible HDF5 version, it is safe to remove the warning.

Also update HDF5.haddr_t and HDF5 deprecated calls

fix https://github.com/JuliaIO/JLD.jl/issues/323 fix https://github.com/JuliaIO/JLD.jl/issues/324