Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 969 Bytes

File metadata and controls

41 lines (28 loc) · 969 Bytes

Summary

Brief description of the changes.

Type of Change

  • 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)

Related Issues

Fixes #(issue number)

Changes Made

  • Change 1
  • Change 2
  • Change 3

Testing

  • Tests pass locally (pytest)
  • Linting passes (ruff check .)
  • Type checking passes (mypy src/)
  • New tests added for new functionality
  • Documentation updated if needed

Screenshots (if applicable)

Add screenshots to help explain your changes.

Checklist

  • 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