Releases: JuliaIO/JLD2.jl
Releases · JuliaIO/JLD2.jl
v0.5.10
JLD2 v0.5.10
- fix recently introduced regression where
UInt32
was converted toInt32
on load. - deprecation: Do not rely on JLD2 loading compression libraries. This is not fully stable due to worldage issues and it will be removed in a future release. (Instead do
using CodecXX
yourself)
Merged pull requests:
- Draft: new version (#620) (@JonasIsensee)
- fix reconstruction of UInt32 and add regression test (#622) (@JonasIsensee)
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: