Skip to content

Releases: HDFGroup/h5pyd

v0.24.0

25 Feb 04:52

Choose a tag to compare

Minor update with the following fixes:

  • Improved log handling - issue #280
  • Fix for Active Directory config entries
  • Fix for link cache cleanup - issue #279

v0.23.0

22 Aug 15:01
f6376c3

Choose a tag to compare

Remove support for py3.9
Deprecate use of multi-link delete
Update requriements.txt

v0.22.1

15 Aug 13:44

Choose a tag to compare

Remove unused dependencies (#262)
Remove superfluous debug statements (#261)
Fix for deprecated Numpy functions (#260 )

v0.22.0

15 Aug 13:26
c595b3c

Choose a tag to compare

  • Remove unused dependencies (#262)
  • Remove superfluous debug statements (#261)
  • Fix for deprecated Numpy functions (#260 )

v0.21.0

24 Jan 09:31
8734376

Choose a tag to compare

Honor track_order for Dataset attributes

v0.20.0

27 Dec 02:51
880721b

Choose a tag to compare

Added h5pyd.get_config method. Config object supports track_order, complex_names, and bool_names properties (though the later two have no effect currently).
Setting track_order works like it does with h5py: setting to True when adding objects will result in those objects listing links and attributes via creation order rather than alphanumeric order.

v0.19.0

03 Dec 19:40
825de8e

Choose a tag to compare

Features:

  • Added devcontainer files for running h5pyd (with it's own HSDS) in Github codespaces
  • Several new examples
  • Numpy 2.0 support
  • Added --h5image option to hsload to load HDF5 files as one dataset
  • Enable Fancy selection with multiple coordinates
  • Added SWMR compatibility
  • Added support for multi-dimensional hyperchunks
  • Added MultiManager class (for parallel dataset read/writes
  • Added --names option for hsls

Fixes:

  • hsload fix for HDF5 files with large contiguous datasets
  • enable anonymous groups
  • Fix for using hsload with fastlink and linkpath options
  • Fix for array types

v0.18.0 release

14 Feb 13:58

Choose a tag to compare

This release adds a command line option (-g or —group) to display just objects under the given group.

v0.17.0

01 Dec 01:23
38278c8

Choose a tag to compare

Feature: hsload now will import any custom filters defined on a HDF5 dataset to the filter pipeline for the HSDS dataset.
If the filter is supported in HSDS (e.g. bitshuffle, blosclz, lz4, lz4hc, zlib, zstd as of HSDS v 0.8.5), the filter will be invoked on reads and writes to the dataset, otherwise it will be ignored.

v0.16.0

03 Oct 17:05

Choose a tag to compare

Updates:

  • Fixes for numpy deprecation issues
  • Support for creating domains in root folder (for admin users)
  • Removed h5serv support from test cases
  • Fix for issue: #152