sparray

Sparse representation for ndarrays


License
MIT
Install
pip install sparray==0.0.4

Documentation

SpArray

PyPI version Build Status Coverage Status

A library for sparse array manipulation in Python.

TODO list

  • 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)

Requirements

Requires recent versions of:

  • numpy
  • scipy
  • Cython (optional)

Testing requires:

  • nose
  • nose-cov