Development#
Development install#
Users interested in developing can install the latest version from github. Cython is needed in case the binary extension is being developed, and users can consult the dedicated instructions on the github repository.
Testing suite with pytest#
From the repositories root directory, the entire test suite can be run with the following command:
python -m pytest tests/
Coding style#
Code can be supplied with numpy docstrings so they can be parsed into this documentation.