-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.3.0 #268
Release 1.3.0 #268
Conversation
…ray_to_part # Conflicts: # partitura/utils/music.py
# Conflicts: # partitura/io/importmidi.py # partitura/utils/music.py # tests/test_note_array.py
# Conflicts: # partitura/io/importmidi.py # partitura/utils/music.py # tests/test_note_array.py
…note_array_to_part � Conflicts: � partitura/utils/music.py � tests/test_note_array.py
… into note_array_to_part
This PR adds some new performance features in the same style as the score features.
change version in setup.py
Note array to part
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #268 +/- ##
==========================================
+ Coverage 85.00% 85.33% +0.32%
==========================================
Files 72 79 +7
Lines 12653 13561 +908
==========================================
+ Hits 10756 11572 +816
- Misses 1897 1989 +92
☔ View full report in Codecov by Sentry. |
Problem in uniformity: Should I change this? |
…make it uniform with make_note_features.
New Release 1.3.0 (major)
This PR addresses release 1.3.0, it includes several bug fixes, code cleaning, documentation, and new functionality.
New Features
partitura.musicanalysis.scorify(note_array)
;New Optional Features
partitura.load_music21(m21_score)
partitura.utils.music.tokenize(score_data, tokenizer)
Bug Fixes
none
in Match Export #261clip_note_off
argument does not work inslice_ppart_by_time
. #248partitura.score.merge_parts
with elements without explicit staff info #223Other Changes