Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perimosocordiae/sparray
Sparse arrays for Python
https://github.com/perimosocordiae/sparray
numpy python sparse
Last synced: about 2 months ago
JSON representation
Sparse arrays for Python
- Host: GitHub
- URL: https://github.com/perimosocordiae/sparray
- Owner: perimosocordiae
- License: mit
- Created: 2015-02-12T22:13:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T05:19:09.000Z (over 3 years ago)
- Last Synced: 2024-10-14T13:27:37.133Z (2 months ago)
- Topics: numpy, python, sparse
- Language: Python
- Size: 303 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpArray
[![PyPI version](https://badge.fury.io/py/sparray.svg)](http://badge.fury.io/py/sparray)
[![Build Status](https://travis-ci.org/perimosocordiae/sparray.svg?branch=master)](https://travis-ci.org/perimosocordiae/sparray)
[![Coverage Status](https://coveralls.io/repos/perimosocordiae/sparray/badge.svg?branch=master&service=github)](https://coveralls.io/github/perimosocordiae/sparray?branch=master)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