Skip to content

0.1.0

Latest
Compare
Choose a tag to compare
@ianlini ianlini released this 24 Feb 12:26
· 2 commits to master since this release
b12ee65

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)