Skip to content

Releases: appier/h5sparse

0.1.0

24 Feb 12:26
b12ee65
Compare
Choose a tag to compare

New

  • h5sparse.Group now inherits from h5py.Group (#7)
  • h5sparse.File now inherits from (h5py.File, h5sparse.Group) (#7)
  • h5sparse.Dataset now inherits from h5py.Group (#7)
  • support sparse_format in create_dataset (#8)
  • support dtype in Dataset (#9)

Change

  • the input parameter of h5sparse.Group.__init__() is changed from h5py.Group to h5py.GroupID (#7)

0.0.5

25 May 07:19
Compare
Choose a tag to compare

New

  • forward non-sparse data to h5py (#8)
  • support in operation for h5spars.Group (#8)

0.0.4

07 Feb 07:23
Compare
Choose a tag to compare

Fix

  • return h5sparse.Dataset in create_dataset() (#4)

0.0.3

06 Feb 08:31
Compare
Choose a tag to compare

Change

  • use Group.attrs instead of dataset to represent shape and format (#2)
  • append to dataset (#3)

0.0.2

06 Feb 04:14
Compare
Choose a tag to compare

New

  • create_dataset from h5sparse.Dataset (#1)

0.0.1

03 Feb 06:39
Compare
Choose a tag to compare

New

  • H5py-like interface for creating sparse matrix dataset.
  • H5py-like interface for getting whole sparse matrix or a slice of sparse matrix.