Contributions and feedback of all kind are welcome! Please see below how to best reach us or contribute.
If you have questions about the use of the package please consider contacting us via the mailing list
If you find a bug or have concrete suggestions for improvements feel free to open an issue on the Github issue tracker.
Patches and pull requests can also be submitted via Github. Please include your name in the copyright statement at the beginning of the file.
In order to keep the code readable we follow the PEP8 Style Guide.
We use ruff to automatically format and check code style.
Consider checking your contribution by running ruff format and ruff check in the root directory of the package.
Notable exceptions are docstrings for which we follow the numpydoc style.