H5sparse

Latest version: v0.1.0

Safety actively analyzes 618874 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1.0

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

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

0.0.4

Fix
- return `h5sparse.Dataset` in `create_dataset()` (4)

0.0.3

Change
- use `Group.attrs` instead of dataset to represent shape and format (2)
- append to dataset (3)

0.0.2

New
- `create_dataset` from `h5sparse.Dataset` (1)

0.0.1

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

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.