Skip to content

Releases: HDFGroup/h5pyd

v0.2.9

05 Jul 17:40
Compare
Choose a tag to compare

Changes since the v0.2.8 release:

  • fix for numpy deprecation warning - use frombuffer not fromstring
  • support broadcast for dset
  • fix for external links with relative paths
  • fix for creating dataset with initial data
  • fix for create_dataset with **kwds args
  • return dset.chunks as tuple not list (for h5py compatibility)
  • several fixes that improve dimension scale functionality and h5py compatibility

v0.2.8

08 Jun 16:54
Compare
Choose a tag to compare

Improved support for array types, other fixes.

v0.2.7

01 Dec 21:21
Compare
Choose a tag to compare

This release contains the following updates:

  • Support for the h5py dimension scale api
  • Enhancements to the hsload tool to handle files containing object references
  • Various bug fixes