Releases: JuliaIO/JLD2.jl
Releases Β· JuliaIO/JLD2.jl
v0.4.42
JLD2 v0.4.42
Merged pull requests:
- inline group show (#310) (@JonasIsensee)
- Object identity & no custom serialization to vector (#520) (@JonasIsensee)
- fix reconstruction with unknown type param (#521) (@JonasIsensee)
- limit inlining (#523) (@JonasIsensee)
- load nested groups propertly (#524) (@JonasIsensee)
- iostreamgroupfix (#525) (@JonasIsensee)
- some cleanup (#526) (@JonasIsensee)
- Add @nospecializeinfer around worst offenders (#527) (@JonasIsensee)
- New version & changelog (#528) (@JonasIsensee)
Closed issues:
- Slow performance on Tuple{Type1, Type2} (#2)
- Security issue: Type confusion, convert called during deserialization (#117)
- Type Resolution with changing module paths (#182)
- API: jldsave & save_object (#210)
- Loading a group with fileio (#313)
- Custom serialization for SymEngine.jl required (#362)
- JLD2 for opening netCDF files (#406)
- Determine required modules before loading (#421)
- StackOverflowError with recursive Dict types (#427)
- save_object has no compress kwarg (#457)
- Reconstructed types regression in v0.4.33 (#479)
- Inexact error when saving large data without compresssion (#487)
- Dict of mutable struct reconstruction fails with newer JLD2 versions (#506)
v0.4.41
JLD2 v0.4.41
Merged pull requests:
- fix vararg tuples (#519) (@JonasIsensee)
Closed issues:
- Issue when saving tuples of variable length (Vararg tuples). (#486)
- [Feature request]
save(file, x)
andload(file)
(#495) - jldopen(filename, "w";) will fail in win7 (#508)
- Saving vector of dictionaries initialized as #undef gives "This should not have happened" (#510)
- error when serializing expression containing
Int128
(#511)
v0.4.40
JLD2 v0.4.40
Merged pull requests:
- bignum fix (#513) (@JonasIsensee)
- module reference serialization (#516) (@JonasIsensee)
- correct canbeuninitialized (#517) (@JonasIsensee)
- changelog & version (#518) (@JonasIsensee)
Closed issues:
- occasional corruption while loading
Matrix{Rational{BigInt}}
(#512)
v0.4.39
JLD2 v0.4.39
- backward compatibility support for windows 7 by changing the default IO type to IOStream (#509) (@HongBinYu-hub)
Merged pull requests:
- compat: no MmapIO for windows 7 (#509) (@HongBinYu-hub)
- JLD2 v0.4.39 (#514) (@johnnychen94)
Closed issues:
- Julia compat needs fixing in General (#490)
- [email protected] compatible issue with [email protected] (#501)
- Don't map back to Julia composite type (#504)
v0.4.38
JLD2 v0.4.38
Merged pull requests:
- Revert "Align writeas for Dict with wconvert" (#498) (@sjkelly)
- fix iddicts (#499) (@JonasIsensee)
- bump version and changelog (#500) (@JonasIsensee)
- Declare
[compat]
requirements for std libraries (#502) (@Felix-Gauthier)
Closed issues:
- Deserializing LRUCache.LRU breaks in v0.4.37 (#497)
v0.4.37
JLD2 v0.4.37
Merged pull requests:
v0.4.36
JLD2 v0.4.36
Merged pull requests:
- Bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0 (#488) (@dependabot[bot])
- CompatHelper: bump compat for TranscodingStreams to 0.10, (keep existing compat) (#489) (@github-actions[bot])
- Update Project.toml (#491) (@JonasIsensee)
Closed issues:
- Loading file without known type throws recussive warnings, interrupt resistant (#137)
- error when saving and loading SharedArray (#392)
- array of NamedTuple from julia 1.6 to julia 1.7 fail to load (#393)
- segfault on loading JLD2 file (#395)
- JLD2 saves PyObjects as NULL (#411)
- Reconstruction warnings (#456)
- Upgrading old structures with parametric composite types (#474)
- file permissions after adding JLD2 (#482)
v0.4.35
JLD2 v0.4.35
Merged pull requests:
- fix roundtrip of Tuple{Type{Int}} (#485) (@JonasIsensee)
Closed issues:
- Round-trip serialization for
Tuple{Type{Int32}}
results inTuple{DataType}
(#484)
v0.4.34
JLD2 v0.4.34
Merged pull requests:
- Bump actions/checkout from 3 to 4 (#481) (@dependabot[bot])
- Don't keep file in open files cache if it fails to read metadata (#483) (@Keno)
Closed issues:
v0.4.33
JLD2 v0.4.33
Closed issues:
- Tuple-of-type-of-closure cannot be reloaded (#37)
- DataType as tuple field (#298)
- EXCEPTION_ACCESS_VIOLATION with basic example (#384)
- UndefVarError: #68#new_logstate not defined (#471)
- LoadError: type DataType has no field size (#472)
Merged pull requests:
- Remove Union{} test for v1.10 (#473) (@JonasIsensee)
- Can't upgrade parametric types (#475) (@JonasIsensee)
- eval-free reconstructed types (#476) (@JonasIsensee)
- Single file multi-threading (read-only) (#477) (@ejmeitz)