Brief description of the changes.
- Bug fix (non-breaking change that fixes an issue)
- New feature (non-breaking change that adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
- Documentation update
- Refactoring (no functional changes)
Fixes #(issue number)
- Change 1
- Change 2
- Change 3
- Tests pass locally (
pytest) - Linting passes (
ruff check .) - Type checking passes (
mypy src/) - New tests added for new functionality
- Documentation updated if needed
Add screenshots to help explain your changes.
- My code follows the project's style guidelines
- I have performed a self-review of my code
- I have commented my code where necessary
- I have updated the CHANGELOG.md
- My changes generate no new warnings