JuliaIO / JLD2.jl

HDF5-compatible file format in pure Julia
Other
549 stars 85 forks source link

New interface requires installing JLD2 #400

Closed hdavid16 closed 2 years ago

hdavid16 commented 2 years ago

jldsave is not defined when using FileIO. using JLD2 is required. This should either be mentioned in the README or FileIO should be extended to recognize jldsave.

JonasIsensee commented 2 years ago

Hi @hdavid16,

jldsave is API specific to JLD2 and has no place in FileIO. If you feel that this needs to be pointed out explicitly, you are welcome to open a PR.