Merged
Conversation
add work metadata to musicxml export
Add github codespace support
configurable aggregation function
old encoding was PCM float64, test expected PCM int16
Support `<sound>` tags with tempo/dynamics
Merged
Update to version 1.8.0
huispaty
previously approved these changes
Feb 6, 2026
Collaborator
huispaty
left a comment
There was a problem hiding this comment.
This PR introduces several updates, primarily around versioning and packaging, along with a handful of fixes.
…e tests - Add root-alter import from MusicXML <root-alter> element - Add root-alter export to MusicXML - Add comprehensive test suite for ChordSymbol: - Unit tests for ChordSymbol class (sharp, flat, double alterations, bass, etc.) - MusicXML import tests using inline XML - Round-trip tests (export and re-import) - Test documenting backward-compatible kind text attribute behavior - Skip bass round-trip test (bass import not yet implemented)
Collaborator
|
Sorry for being late to the party. I did some testing of this PR, and encountered a crash related to chord imports from musicxml. I created a PR for this: #488. Should we include this in 1.8.0? |
Chord fixes
safe lark parsing
use pandas built-in dtype checking
Member
Author
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.
PR for Version 1.8.0
Changes
pkg_resources(PR Cleanup #476)get_time_maps_from_alignment(PR configurable aggregation function #479)<sound>tags in MusicXML with tempo/dynamics (PR Support<sound>tags with tempo/dynamics #477)setup.py) Refactor installation #481TODO
CHANGES.md