You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Using the io module it's possible to load a Mat from an NPY file.
However it's not possible to easily load a scipy sparse matrice
Describe the solution you'd like
I would like to also load from NPYZ for SparseColMat and SparseRowMat
Describe alternatives you've considered
I started to implement this on my side but i could upstream this work here if it's ok to use the feature npz from npyz
A note from the npyz readme
adding a public dependency on the zip crate. This requires opt-in because zip has a fair number of transitive dependencies. (note >that some npz-related helper functions are available even without the feature)
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Using the io module it's possible to load a
Mat
from an NPY file.However it's not possible to easily load a scipy sparse matrice
Describe the solution you'd like
I would like to also load from NPYZ for
SparseColMat
andSparseRowMat
Describe alternatives you've considered
I started to implement this on my side but i could upstream this work here if it's ok to use the feature
npz
fromnpyz
A note from the
npyz
readmeThe text was updated successfully, but these errors were encountered: