JLD2 v0.6.0
- Breaking: Rework compression API. Expose filter approach of hdf5 broadly similar to HDF5.jl.
See docs for description. The basiccompress=true
api still works but backend libraries were
replaced. - Added new filter pkgs
JLD2Lz4
andJLD2Bzip2
to enable lz4 and bzip2 filters without making
them dependencies by default. These will be registered as separate pkgs.
If you previously used compression with JLD2
, you will now no longer need CodecZlib
, CodecZstd
and similar.
Deflate()
takes the role of CodecZlibCompressor
and ZstdFilter()
replaces CodecZstdCompressor
.
Both are included by default.
Merged pull requests:
- compression rework (#651) (@JonasIsensee)
- dynamic is_win7 (#653) (@JonasIsensee)
- improved readmmap (#654) (@JonasIsensee)
- Fix hash function definition (#655) (@bvdmitri)
- Bump julia-actions/julia-downgrade-compat from 1 to 2 (#656) (@dependabot[bot])
- Bump actions/checkout from 4 to 5 (#658) (@dependabot[bot])
Closed issues: