github JuliaIO/JLD2.jl v0.6.0

latest release: v0.6.1
11 days ago

JLD2 v0.6.0

Diff since v0.5.15

  • Breaking: Rework compression API. Expose filter approach of hdf5 broadly similar to HDF5.jl.
    See docs for description. The basic compress=true api still works but backend libraries were
    replaced.
  • Added new filter pkgs JLD2Lz4 and JLD2Bzip2 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:

Closed issues:

  • Alignment error (#648)
  • could not find manifest entry in GitHub Actions (#657)

Don't miss a new JLD2.jl release

NewReleases is sending notifications on new releases.