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)