Releases: JuliaIO/JLD2.jl
Releases · JuliaIO/JLD2.jl
v0.4.32
JLD2 v0.4.32
Closed issues:
Merged pull requests:
- enable dependabot for GitHub actions (#459) (@ranocha)
- Bump styfle/cancel-workflow-action from 0.6.0 to 0.11.0 (#460) (@dependabot[bot])
- Bump actions/checkout from 2 to 3 (#461) (@dependabot[bot])
- Bump actions/cache from 1 to 3 (#462) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#463) (@dependabot[bot])
- deprecate time datatype (#467) (@dpinol)
- Make conversion from custom serialization work even when original type cannot be understood. (#468) (@KnutAM)
- Correct some typos (#469) (@goggle)
- A few minor perforamnce fixes (#470) (@sjkelly)
v0.4.31
JLD2 v0.4.31
Closed issues:
- Inexact Error during saving large data. (#399)
- Remove large_fractal_heap.h5 (60Mb) file from package? (#443)
- error reconstructing DataFrames? (with solution) (#447)
- InexactError while loading JLD2 (#451)
- Reading data file fails when original package that created the data changed (#453)
- Unpack for JLD2File (#454)
Merged pull requests:
- move test files to separate repo (#449) (@JonasIsensee)
- use UInt64 for chunk_dimensions (#452) (@JonasIsensee)
- Add support for @unpack, @pack! for file-interface (+Test,Documentation) (#455) (@lukasgrunwald)
- CompatHelper: add new compat entry for Requires at version 1, (keep existing compat) (#458) (@github-actions[bot])
v0.4.30
JLD2 v0.4.30
Closed issues:
- Custom Serialization for paramteric types (#418)
- Error saving DataFrame in 1.8.3 (#441)
JLD2.InvalidDataException("Did not find a Superblock.")
error from "straightforward" save and load (#445)
Merged pull requests:
- allow loading compressed files during precompilation (#446) (@marius311)
v0.4.29
JLD2 v0.4.29
Closed issues:
- @load causes an error when file is missing even when the line is not executed (#430)
- issue under Julia v1.8.3 (#440)
Merged pull requests:
- struct upgrade pathway (#439) (@JonasIsensee)
v0.4.28
v0.4.27
JLD2 v0.4.27
Closed issues:
- 0.4.26 broken - UndefVarError in
JLD2.ReadRepresentation()
(#434)
Merged pull requests:
- avoid spurious bug with eager gc (#435) (@JonasIsensee)
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)