Release 0.2.0 (pre-release)
Pre-release
Pre-release
Release Notes
Version 0.2.0 (pre-release; Released on 2019-10-04)
API changes:
- The TimeLine class has been merged into the Part class
New features:
- Add
find_tuplets
andtie_notes
to public API - New Tuplet class analog to Slur, allows for better musicxml tuplet
support - Remove deprecated get_starting_objects_of_type/get_ending_objects_of_type (use
iter_starting/iter_ending)
Bug fixes:
- Multiple fixes in tuplet and slur handling
Other changes:
- Update package description/long description
- More documentation
- Add separate tuplet and slur test cases
- Improve show_diff