-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The sparse module was designed a bit hastily and it is only after trying to use it in another project that I noticed the following discrepancy:
NpyFile allows an NPY file to be attempted to be parsed using multiple dtypes, yet the sparse types demand knowing the type upfront.
Adding more functionality to the sparse types seems unwise. (I'd hate for those docs to become even more inscrutible). I wish there was a nice in-between solution, where the user could use NpzWriter directly, but had access to functions that somehow made it easier to correctly read a sparse matrix (automatically reading the correct filenames with the correct dtypes for indices). I'm not sure what that would look like.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request