appier / h5sparse

Scipy sparse matrix in HDF5
https://pypi.python.org/pypi/h5sparse
MIT License
45 stars 8 forks source link

Support writing sparse data to a file object opened directly from h5py. #19

Open bryan-lunt opened 2 years ago

bryan-lunt commented 2 years ago

As the title says. Sometimes you may have an h5py file object that was opened in other code and comes to you, and you may wish to read or write sparse data to it.

Thanks.