Your contribution is welcome!
April 12, 2026 ยท View on GitHub
Issues
- Question
- Sharing your use case
- Feature Request
- Bug Report
Pull requests
- Improve/refactor the current code (description about how you tested in the pull request comment is appreciated.)
- Improve the documentation
- Add a new feature (e.g. TensorFlow support)
- Add test code (using
pytest) for the existing/new code tosrc/testsdirectory
Testing environment (appreciated)
- Install tox 4.26.0 locally with
python -m pip install --upgrade "tox==4.26.0" - Use
python -m toxto run the optional dependency smoke suite locally, for examplepython -m tox -e py311-latest - Keep local smoke-test runs aligned with the checks used in CI
- CI runs the same matrix defined in
.github/workflows/optional-dependency-matrix.yml - Re-run the suite before opening a pull request if you touched optional-dependency paths
Coding Style (appreciated, but optional)
- Formatting by Black
- PEP 484 type hints
- Google docstrings