v0.4.23
github-actions
released this
10 Sep 08:31
·
258 commits
to master
since this release
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)