Skip to content

Latest commit

 

History

History
138 lines (84 loc) · 5.15 KB

File metadata and controls

138 lines (84 loc) · 5.15 KB

CHANGELOG

v1.0.0 (2025-09-08)

Bug Fixes

  • Add missing build dependencies to GitHub workflows (#22, 4e2effd)

  • Add README.md version tracking to semantic-release config (#22, 4e2effd)

  • Grant pull-request write permission for PR comments (#22, 4e2effd)

  • Make PR comment step non-critical in workflow (#22, 4e2effd)

  • Mark all remaining integration test functions (#22, 4e2effd)

  • Mark all SwaraClient() auth tests as integration (#22, 4e2effd)

  • Mark test_large_query_performance as integration test (#22, 4e2effd)

  • Skip integration tests in CI to avoid authentication issues (#22, 4e2effd)

Features

  • Implement all three workflow improvements from review (#22, 4e2effd)

  • Implement automated version bumping and PyPI publishing (#22, 4e2effd)

v0.1.14 (2025-09-08)

v0.1.13 (2025-09-08)

v0.1.10 (2025-08-14)

Bug Fixes

  • Resolve discontinuous jumps in Trajectory ID 6 (yoyo) compute method (#9, 9ee079f)

v0.1.9 (2025-08-14)

v0.1.8 (2025-08-12)

v0.1.7 (2025-08-11)

v0.1.6 (2025-08-07)

Bug Fixes

  • Resolve client test failure by mocking waiver check endpoint (6201187)

  • Resolve critical packaging configuration bugs (76fadec)

  • Resolve failing unit tests (82c1a0b)

  • Resolve validation conflicts with existing tests (fa36a44)

Chores

  • Bump version to 0.1.6 for PyPI release (87b4adb)

  • Remove Python cache files from git tracking (45260b9)

Documentation

  • Add comprehensive PyPI publishing guide to CLAUDE.md (2474dde)

  • Update documentation for package rename from idtap-api to idtap (b98a77a)

Features

  • Add comprehensive parameter validation to all data model classes (bbcbe67)

  • Add comprehensive parameter validation to Raga constructor (e24343c)

  • Add get_raga_rules method to retrieve pitch rules for specific ragas (67e36d7)

Refactoring

  • Rename package from idtap-api to idtap for cleaner imports (113109b)

  • Replace tempo magic numbers with named constants (5e0cb3e)

  • Standardize frequency validation and key handling (598450f)

Testing

  • Add manual test for add_trajectory functionality (03b0cd4)

v0.1.4 (2025-07-31)

  • Initial Release