JuliaIO / JLD.jl

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

Update to accommodate HDF5 v0.16 #307

Closed musm closed 2 years ago

musm commented 2 years ago
mkitti commented 2 years ago

Perhaps this should be just compatible with HDF5 0.16. If we require H5Zblosc, it effectively is only compatible with HDF5 0.16 anyways. (H5Zblosc 0.1.0 depends on HDF5 0.16)

HDF5 = "0.16"
musm commented 2 years ago

Agreed..