Releases: JuliaIO/JLD2.jl
v0.5.9
JLD2 v0.5.9
- Regression fix for Union-type array elements
- fix printing issue in
printtoc
Merged pull requests:
- Bump codecov/codecov-action from 4 to 5 (#616) (@dependabot[bot])
- Version v0.5.9 (#618) (@JonasIsensee)
Closed issues:
- Regression in serializing + deserializing union vectors introduced in 0.5.6 (#617)
v0.5.8
JLD2 v0.5.8
- compatibility with nightly
Merged pull requests:
- Nightlyfix (#615) (@JonasIsensee)
Closed issues:
- Incompatibility with Julia 1.12 due to missing
Base.module_keys
(#614)
v0.5.7
v0.5.6
JLD2 v0.5.6
Merged pull requests:
- Aquatests (#607) (@JonasIsensee)
- new version (#609) (@JonasIsensee)
Closed issues:
v0.5.5
JLD2 v0.5.5
Experimental support for reading from / writing to existing IO
objects.
You can pass streams but JLD2 needs random access - so it will buffer.
Lot's of performance improvements possible in the future with better IO
wrapper implementations.
Merged pull requests:
- Draft: Accepting already open and limited IO types (#535) (@JonasIsensee)
v0.5.4
JLD2 v0.5.4
Fix correctness bug in certain edge case introduced in v0.4.53
Please update!
Merged pull requests:
- v0.5.4 Hotfix for #603 (#604) (@JonasIsensee)
Closed issues:
- Issue saving & loading larger nested dictionaries from v0.4.53 onwards (#603)
v0.5.3
JLD2 v0.5.3
Merged pull requests:
- Fix error when trying to store instances of <: Function types (#602) (@SamuelBadr)
Closed issues:
v0.5.2
JLD2 v0.5.2
Merged pull requests:
- remove warning that is no longer relevant (#595) (@JonasIsensee)
- only warn for anon functions (#597) (@JonasIsensee)
- v0.5.2 (#598) (@JonasIsensee)
Closed issues:
v0.5.1
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)