Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 993 Bytes

CHANGELOG.md

File metadata and controls

23 lines (19 loc) · 993 Bytes

1.1.1 2017.04.10 - Ricardo Torres

Fixed

  • Bug correction in h5 funciton calls

1.1.0 2017.04.07 - Ricardo Torres

Created

  • Defined extendDataset to write datasets in block or extend existing datasets
  • Defined methods to create scales and link them to datasets
  • New method to verify if an attribute exists

Changed

  • The datasets can now be extended in all if its dimenions instead of only the last

1.0.0 2017.03.22 - Ricardo Torres

Created

  • Defined 4 classes, H5Attributable, H5Group, H5File and H5Dataset
  • Can open and create HDF5 File, open and creat a group, read and write attributes, read, read only part and write datasets.