Version 1.8.0
This version introduces the following changes. As of this version, the minimum required Python version is Python 3.10. Use Partitura version ≤ 1.7.0 for Python 3.7 to 3.9.
New Features
- Add GitHub Codespace support #474
- Add work metadata to MusicXML export #473
- Configurable aggregations for
get_time_maps_from_alignment#479 - Support
<sound>tags in MusicXML with tempo and dynamics #477
Bug Fixes
- Update version in docs #476
- Fix note shifting due to invisible note objects in MusicXML #484
- Safe parsing of lark trees with missing column attributes #489
- Fix handling of chord attributes #488
- Safe pandas type checking in tests #486