Releases: JuliaIO/JLD2.jl
Releases · JuliaIO/JLD2.jl
v0.5.15
JLD2 v0.5.15
- Add new solution for custom type mapping gives allows full control also for parametric types.
Merged pull requests:
- Advanced typemap and full user control (#650) (@JonasIsensee)
Closed issues:
- Typemap yields
Upgrade(type)
objects on load (#630)
v0.5.14
JLD2 v0.5.14
- Support for
Memory
andMemoryRef
Merged pull requests:
- Fix docstring signature indent in object_headers.jl (#646) (@abhro)
- support for Memory and MemoryRef (#649) (@JonasIsensee)
Closed issues:
v0.5.13
JLD2 v0.5.13
Merged pull requests:
- mention bools in HDF5 compat docs (#642) (@ajwheeler)
- convert UnPack into an extension (#643) (@JonasIsensee)
Closed issues:
v0.5.12
JLD2 v0.5.12
- Fix precompile workload for loading on nightly
Merged pull requests:
- Backports some fixes to 0.4 (#631) (@KristofferC)
- Update dependabot.yml (#634) (@vtjnash)
- stop precompiling FileIO.load (#637) (@JonasIsensee)
- bump version & changelog (#638) (@JonasIsensee)
Closed issues:
- Updating structs without renaming (#627)
v0.4.54
JLD2 v0.4.54
- This backports compatibility of JLD2 v0.4 to julia v1.11
This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.
v0.5.11
JLD2 v0.5.11
- enable
Upgrade
of mutable structs insideUnion
types
Merged pull requests:
- Cleanup of Lookup3 hash (#626) (@nhz2)
- Fix unions for upgrades on mutable structs (#629) (@IanButterworth)
Closed issues:
v0.5.10
JLD2 v0.5.10
- fix recently introduced regression where
UInt32
was converted toInt32
on load. - deprecation: Do not rely on JLD2 loading compression libraries. This is not fully stable due to worldage issues and it will be removed in a future release. (Instead do
using CodecXX
yourself)
Merged pull requests:
- Draft: new version (#620) (@JonasIsensee)
- fix reconstruction of UInt32 and add regression test (#622) (@JonasIsensee)
v0.5.9
JLD2 v0.5.9
- Regression fix for Union-type array elements
- fix printing issue in
printtoc
Merged pull requests:
- Bump codecov/codecov-action from 4 to 5 (#616) (@dependabot[bot])
- Version v0.5.9 (#618) (@JonasIsensee)
Closed issues:
- Regression in serializing + deserializing union vectors introduced in 0.5.6 (#617)
v0.5.8
JLD2 v0.5.8
- compatibility with nightly
Merged pull requests:
- Nightlyfix (#615) (@JonasIsensee)
Closed issues:
- Incompatibility with Julia 1.12 due to missing
Base.module_keys
(#614)