Releases: JuliaIO/JLD2.jl
Releases · JuliaIO/JLD2.jl
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)
v0.4.17
v0.4.16
JLD2 v0.4.16
Closed issues:
- saving and loading a heavily nested struct [Question] (#353)
- fail to load after structure member type redefinition (#354)
- missing jldsave (#364)
- Broken in 1.7? (#365)
Merged pull requests:
- Fix @save macro (#355) (@JonasIsensee)
- Auto conversion of convertible types (#356) (@JonasIsensee)