Releases: JuliaIO/JLD2.jl
Releases · JuliaIO/JLD2.jl
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)
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)