Skip to content

Release v 0.7.0

Compare
Choose a tag to compare
@jreadey jreadey released this 04 Feb 01:31
· 384 commits to master since this release

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.