Releases: JuliaIO/JLD2.jl
Releases · JuliaIO/JLD2.jl
v0.4.26
JLD2 v0.4.26
Closed issues:
- Warning: type does not exist in workspace; reconstructing (#390)
- List groups? (#419)
- Supporting Dict{Symbol} (#420)
- Internal limit of filename length? (#424)
- compression of large matrix (#425)
- preprocess on a struct before saving it (#426)
- Custom serialization with duplicated instances (#431)
- circular references with Ref are not correctly restored using custom serialization (#433)
Merged pull requests:
- make compress doc more visible (#423) (@xgdgsc)
- identity preservation for custom serialized structs (#432) (@JonasIsensee)
v0.4.25
JLD2 v0.4.25
v0.4.24
JLD2 v0.4.24
Closed issues:
- LoadError: MethodError: no method matching names(::Base.Broadcast.BroadcastFunction{typeof(FileIO.save)}) (#417)
Merged pull requests:
- read compat for many hdf5 files (#388) (@JonasIsensee)
- Update CompatHelper.yml (#415) (@jishnub)
v0.4.23
JLD2 v0.4.23
Closed issues:
- Clarify security boundaries (#115)
- Document fallback behaviour - (e.g. advanced docs?) (#226)
- is keys(fh) documented (#236)
- load data that was saved on a x64 system, on a x86 system (#255)
- Note somewhere that reading from a .jld file is cached (#277)
- Advertise JLD2DebugTools.jl in the docs (#303)
- Document custom group size (#311)
- Compatibility issue with MATLAB HDF5 (#386)
- jldsave error (#389)
- Fail-safe way to write into a jld2 file in parallel? (#391)
- Wrong saving/reloading of Array in Julia 1.7.2 (#397)
- New interface requires installing JLD2 (#400)
- Custom serialization returns sometimes disk representation (#408)
- Loading BitSet gives error from saved file (#410)
Merged pull requests:
- Various things such as docs (#387) (@JonasIsensee)
- Update README.md (#404) (@hdavid16)
- typo fix in docs and advocate for wrapper struct if custom serialization is used (#407) (@koehlerson)
- Create Invalidations.yml (#412) (@ranocha)
- const fields in mutable structs (#414) (@JonasIsensee)
v0.4.22
JLD2 v0.4.22
Closed issues:
- HDFView 3.1.3 with HDF5 1.10.7 cannot load JLD2 (#381)
- Error in recursive types? (#382)
- unable to precompile JLD2 (Windows 7 - Julia 1.6.5) (#383)
Merged pull requests:
- fix reconstruction of partially init structs (#385) (@JonasIsensee)
v0.4.21
JLD2 v0.4.21
Closed issues:
- Precompilation is not comaptible with earlier versions of FileIO (#350)
jldsave
description in README.md should be improved a bit (#371)
Merged pull requests:
- switch to OrderedCollections.jl (#375) (@JonasIsensee)
- Explicit type remapping (#376) (@JonasIsensee)
v0.4.20
JLD2 v0.4.20
Merged pull requests:
- Add a comment on
jldsave
(#372) (@BoundaryValueProblems) - TTFX improvements (#373) (@JonasIsensee)
v0.4.19
JLD2 v0.4.19
Closed issues:
- EOFError: read end of file JLD2 (#299)
Merged pull requests:
- don't inline long ntuples (#370) (@JonasIsensee)
v0.4.18
JLD2 v0.4.18
Closed issues:
- error with dynamically loaded CodecZlib (#368)
Merged pull requests:
- Compression loading (#369) (@JonasIsensee)