Development Guide#

Found a bug? Saw a typo? Want a new feature? Any questions or suggestions? Please don’t be shy! Tell us by opening an issue or just start a pull request.

If you want to contribute to spatialtis, here is some information to start with.

First clone the repository

git clone https://github.com/Mr-Milk/SpatialTis.git

And then install the dependencies, it should contain everything

pip install -r requirements.txt

Here are some tools used in development:

Code Quality:

Documentation:

Continuous Integration:

And here are some requirements:

  • Every exposed API should have type annotation.

  • Docstring is numpy style