HDF5.jl Versions Save

Save and load data in the HDF5 file format from Julia

v0.16.9

2 years ago

HDF5 v0.16.9

Diff since v0.16.8

Closed issues:

  • h5p_set_meta_block_size(..) duplicated in code (#936)

Merged pull requests:

  • Resize h5p_get_external if no null is found (#926) (@musm)
  • Fix duplicate h5p_set_meta_block_size (#938) (@mkitti)

v0.16.8

2 years ago

HDF5 v0.16.8

Diff since v0.16.7

Closed issues:

  • Segmentation fault in building HDF5 in project (#929)

Merged pull requests:

  • Add meta_block_size property to H5P, H5P coverage (#932) (@mkitti)
  • Add fapl and fcpl keywords to manually enter property lists into h5open (#933) (@mkitti)
  • Add create_dataset convenience forms for dataspace (#934) (@mkitti)
  • Avoid possible segfault when loading system HDF5 (#935) (@jipolanco)

v0.16.7

2 years ago

HDF5 v0.16.7

Diff since v0.16.6

Merged pull requests:

  • Initialise drivers at module load time (#928) (@jipolanco)

v0.16.6

2 years ago

HDF5 v0.16.6

Diff since v0.16.5

Closed issues:

  • Can't compile with hdf5 libraries in lib64? (#922)

Merged pull requests:

  • Update index.md (#923) (@rkube)
  • Add filespace management API calls (#924) (@mkitti)
  • Simplify h5p_get_efile_prefix helper (#925) (@musm)
  • Remove redundant resize in h5p_get_efile_prefix (#927) (@musm)

v0.16.5

2 years ago

HDF5 v0.16.5

Diff since v0.16.4

Merged pull requests:

  • HDF5 Type order precision offset (#918) (@mkitti)
  • show undefined integer (#919) (@mkitti)
  • Add Core driver and other driver API (#920) (@mkitti)
  • Add fill_time and fill_value dataset props (#921) (@mkitti)

v0.16.4

2 years ago

HDF5 v0.16.4

Diff since v0.16.3

Merged pull requests:

  • Allow dataset keyword property lists (#916) (@mkitti)
  • Add anonymous datasets (#917) (@mkitti)

v0.16.3

2 years ago

HDF5 v0.16.3

Diff since v0.16.2

Closed issues:

  • Update v0.16 docs to reflect filter interface changes (#893)
  • 0.16 breaks "external" filters (#896)

Merged pull requests:

  • External dataset support (#900) (@mkitti)
  • Add filters documentation (#901) (@mkitti)
  • Fix #896 (#902) (@mkitti)
  • Add Manifest.toml for documentation generation (#903) (@mkitti)
  • Add test for FilterPipeline and UnknownFilter, fix bug (#904) (@mkitti)
  • Fix UnkownFilter accidental export in the deprecation (#906) (@musm)
  • Add plugin interface via LibHDF5, expand H5Z (#908) (@mkitti)
  • Add ExternalFilter alias for UnkownFilter type (#909) (@musm)
  • Document ExternalFilter, turn UnknownFilter into an alias (#911) (@mkitti)
  • Support track_order (#912) (@t-bltg)
  • typo (#913) (@t-bltg)
  • clean up track_order logic (#914) (@t-bltg)

v0.16.2

2 years ago

HDF5 v0.16.2

Diff since v0.16.1

Closed issues:

  • Implement "bitshuffle" filter for data compression (#285)
  • HISTORY.md is outdated (#894)

Merged pull requests:

  • Update HISTORY.md (#895) (@musm)
  • Minor wording change to readme changelog (#898) (@musm)
  • Support BITSHUFFLE option of Blosc >= v0.7.3 (#899) (@david-macmahon)

v0.16.1

2 years ago

HDF5 v0.16.1

Diff since v0.16.0

Merged pull requests:

  • Fix chunkstorage test by switching to Int rather than Int64 (#892) (@mkitti)

v0.16.0

2 years ago

HDF5 v0.16.0

Diff since v0.15.7

Closed issues:

  • function to change dataset name? (#330)
  • Installing HDF5.jl on ARM M1 (#870)
  • Installing HDF5.jl on armv7l 32 bit (#871)
  • HDF5Plugins.jl: lz4, zstd, and bzip2 filter support (#874)
  • Generalize chunk API beyond Vector{UInt8} (#876)
  • Nightly CI runs are running for 6 hours and then timing out (#877)
  • 0.16 changes filter keyword to filters (#884)

Merged pull requests:

  • Refactor Properties interface (#847) (@simonbyrne)
  • Move type conversion logic to seperate file (#851) (@simonbyrne)
  • Add move_link (#865) (@tomhaber)
  • Update CI.yml to add a 20-minute timeout (#878) (@musm)
  • Update LICENSE.txt (#879) (@musm)
  • Add bzip2, lz4, and zstd independent compression filter packages (#880) (@mkitti)
  • Fix nightly tests, add debugging (#882) (@mkitti)
  • Move filter packages out of main HDF5.jl source directory (#885) (@musm)
  • Broaden chunk interface to AbstractArray (#886) (@mkitti)
  • Add filter to filters deprecation for property rename (#887) (@musm)
  • Remove v0.15 deprecations and update deprecation list with recent additions (#888) (@musm)
  • Add fallback for set_blosc! (#889) (@simonbyrne)
  • remove eval in front of requires blocks (#891) (@KristofferC)