Skip to content

Releases: HDFGroup/h5pyd

Vo.18 release

14 Feb 13:58
Compare
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
Compare
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
Compare
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

v0.14.1

03 May 16:06
Compare
Choose a tag to compare

Fixes:

  • apply environment variables (HS_USERNAME, HS_PASSWORD, HS_BUCKET) when present
  • Fix hsload -a --noclobber behavior

v0.14.0

11 Apr 15:57
Compare
Choose a tag to compare

Features:

  • display filters in hsls (#144)
  • add --ignore-filters option to hsload (ignore any existing filters in source hdf5 file) (#143)

Fixes

  • enable hsload for non-utf8 encodable attributes (#135)
  • enable hsload with compact datasets (#136)
  • enable hsload with datasets using object reference type (#139)
  • emit warning when hsload is used with datasets with the scale offset filter (#142)
  • use enviornment variable override for hs tools (#145)

v0.13.0

03 Mar 09:58
Compare
Choose a tag to compare

Features:

  • cmdline tools use unified help system for more consistent display for help screens
  • hsstat tool added (same functionality as old hsinfo )

v0.12.0

28 Nov 20:55
8da95ff
Compare
Choose a tag to compare

Added aggregation options (-a, --extend, --extend-offset) for hsload. Run hsload -h for usage (see #120)
dataset.chunks will always return None or tuple (see #130)
fix for FLETCHER32 filter (see #128)
fix for compound types with one field (see #127)
fix for hsload on empty dataset (see #116)
hsload will exit on first failure unless --ignore flag is used (see #111)

v 0.8.4

13 Apr 23:20
Compare
Choose a tag to compare

Added support for null space datasets and attributes
Fixed regression where api_key not recognized in hscfg file

Release v 0.8.2

03 Nov 06:57
Compare
Choose a tag to compare

Add retries for POST requests (in addition to GET/PUT/DELETE).
New tests for app programs.

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