A library for sparse array manipulation in Python.
- Resolve API holes (
__setitem__
, fancy indexing, etc) - Add support for multiple backends (transparent, opaque)
- Add docstrings to all public functions/classes/modules
- Generate sphinx docs
- Provide usage examples (here and in the docs)
Requires recent versions of:
- numpy
- scipy
- Cython (optional)
Testing requires:
- nose
- nose-cov