Conversation
This PR fixes error in load_musicxml from xml.
Added tutorial link to the README
Added "note_array_from_part" to init all for the documentation
updated contributing with minor comments and corrections
Adding contributing file
fixed bug in unfolding
New Workflows including pypi, blacken, and stale issues.
This PR introduces new features from basis mixer with additional performance array fields and fixes the ScoreLike and Performance Like standardized format.
This PR addresses a minor bug with simple fix.
This PR adds a function for slicing performance that was proposed by Ivan
Roman Numeral Analysis add on (Reopen #220 after reverting merge)
fosfrancesco
previously approved these changes
May 10, 2023
sildater
reviewed
May 10, 2023
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #243 +/- ##
==========================================
- Coverage 85.16% 84.97% -0.19%
==========================================
Files 68 72 +4
Lines 12123 12668 +545
==========================================
+ Hits 10324 10765 +441
- Misses 1799 1903 +104
☔ View full report in Codecov by Sentry. |
fosfrancesco
previously approved these changes
May 10, 2023
sildater
reviewed
May 10, 2023
sildater
reviewed
May 10, 2023
sildater
reviewed
May 10, 2023
sildater
reviewed
May 10, 2023
sildater
approved these changes
May 10, 2023
fosfrancesco
approved these changes
May 10, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 1.2.2
Release date: 2023-10-05
This is an update with new features including I/O support of the newly released match file format version 1.0.0 (and all prior versions).
New features
Bug fixes
Other changes