Julia 1.0 add JLD Error

It hasn’t been announced but I get the impression the long term plan is to deprecate JLD.jl in favor of JLD2.jl. Unless you have serialized a huge amount of data it might be worth converting your data to the JLD2 format through 0.6 (on which both packages work). If you need to serialize a large quantity of absolutely crucial data, I’d personally recommend using a conventional HDF5 format until the situation stabilizes somewhat.

2 Likes