v0.5.0
JLD2 v0.5.0
breaking change:
Encoding of julia structs was updated to resolve some limitations
This make new files incompatible with JLD2 versions <= v0.4.53
.
Old JLD2
versions will warn when opening a file that is too new and then, depending on the contents, likely error.
Old files can still be read by the new version !
Merged pull requests:
- v0.5.0 (#591) (@JonasIsensee)
- new type encoding (#592) (@JonasIsensee)
Closed issues:
- Bad saving of interactively-defined function in tuple (#36)