Development¶
Contributing¶
Contributions are welcome! Please follow these standards:
- Docstrings: Google style is mandatory.
- Tests: New features must be covered by tests in
tests/. - API Coverage: Must remain above 95%.
Release Process¶
- Bump version in
pyproject.toml. - Generate changelog via
git-cliff. - Deploy documentation via GitHub Actions.