Skip to content

Releases: HDFGroup/h5pyd

Release v 0.8.0

08 Sep 17:27
Compare
Choose a tag to compare

Added support for OpenID and Active Directory authentication
Changed hsload --s3link option to --link, added support for --link with VLEN data
Pass credentials when accessing external links
Added create_dataset_like and create_scale methods (h5py compat)
Support HTTP Compression
Misc. bug fixes

Release v 0.7.0

04 Feb 01:31
Compare
Choose a tag to compare

Updated Travis test to not depend on Kita Lab
Fix for dimscales with anonymous datasets
Support loading HDF5 files stored in S3 without downloading the file

Note: to load an HDF5 file that is stored on S3 (e.g. s3://mybucket/myfile.h5) use hsload with the --s3link option:
$hsload --s3link s3://mybucket/myfile.h5 /home/myfolder/
This will copy the file metadata to HSDS storage, but chunk data will be accessed from the original file.

Release v 0.6.0

24 Dec 21:03
Compare
Choose a tag to compare
  • Return extra chunk properties for CHUNK_REF layouts
  • Support for accessing anonymous datasets
  • Remove py27 compatibility code
  • Removed support for Python 3.5, added support for Python 3.8
  • Fix for get root Folder object

Release v 0.5.0

31 Oct 18:12
Compare
Choose a tag to compare

Release v 0.4.4

25 Oct 19:23
Compare
Choose a tag to compare

Added multi-file query functionality in Folder class.
Added query option to hsls.

Release v 0.4.0

31 Jan 02:11
Compare
Choose a tag to compare

Added PyTables like Tables class.
Removed read_where method from Dataset.

Release v 0.3.4

18 Jan 18:39
Compare
Choose a tag to compare

Changes since v0.3.3:

Added retry parameter to File constructor
Various bug fixes

v0.3.3

06 Nov 02:26
Compare
Choose a tag to compare

Changes since v0.3.2:

  • Added support for float16 type
  • Various bug fixes

v0.3.2

02 Aug 21:32
Compare
Choose a tag to compare

Fix for PY27 compatibility issue.

v0.3.1

01 Aug 06:48
Compare
Choose a tag to compare

Changes since v0.3.0:

  • New domains are not read-only by default (i.e. no default ACL is created)
  • Fix for Numpy future warning for non-tuple dataset indexing
  • Misc fixes