Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 698 Bytes

File metadata and controls

26 lines (18 loc) · 698 Bytes

Description

Please include a summary of the change and which issue is fixed.

Fixes # (issue)

Type of Change

  • Bug fix (non-breaking change fixing an issue)
  • New feature (non-breaking change adding functionality)
  • Breaking change (fix or feature that breaks existing behavior)
  • Documentation update
  • Dependency update

How Has This Been Tested?

  • pytest passes locally
  • Manual test with sample data

Checklist

  • My code follows the project's style guidelines
  • I have added tests that prove my fix/feature works
  • All new and existing tests pass
  • I have updated the documentation accordingly
  • I have added a CHANGELOG entry