CPJKU / partitura

A python package for handling modern staff notation of music
https://partitura.readthedocs.io
Apache License 2.0
243 stars 18 forks source link

Release 1.2.2 #243

Closed huispaty closed 1 year ago

huispaty commented 1 year ago

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

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 74.09% and project coverage change: -0.19 :warning:

Comparison is base (aa4e2d6) 85.16% compared to head (d71fbfa) 84.97%.

Additional details and impacted files ```diff @@ 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 ``` | [Impacted Files](https://app.codecov.io/gh/CPJKU/partitura/pull/243?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CPJKU) | Coverage Δ | | |---|---|---| | [partitura/\_\_init\_\_.py](https://app.codecov.io/gh/CPJKU/partitura/pull/243?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CPJKU#diff-cGFydGl0dXJhL19faW5pdF9fLnB5) | `100.00% <ø> (ø)` | | | [partitura/directions.py](https://app.codecov.io/gh/CPJKU/partitura/pull/243?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CPJKU#diff-cGFydGl0dXJhL2RpcmVjdGlvbnMucHk=) | `78.49% <ø> (ø)` | | | [partitura/io/importkern.py](https://app.codecov.io/gh/CPJKU/partitura/pull/243?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CPJKU#diff-cGFydGl0dXJhL2lvL2ltcG9ydGtlcm4ucHk=) | `85.36% <ø> (ø)` | | | [partitura/io/matchfile\_base.py](https://app.codecov.io/gh/CPJKU/partitura/pull/243?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CPJKU#diff-cGFydGl0dXJhL2lvL21hdGNoZmlsZV9iYXNlLnB5) | `95.65% <ø> (ø)` | | | [partitura/musicanalysis/\_\_init\_\_.py](https://app.codecov.io/gh/CPJKU/partitura/pull/243?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CPJKU#diff-cGFydGl0dXJhL211c2ljYW5hbHlzaXMvX19pbml0X18ucHk=) | `100.00% <ø> (ø)` | | | [partitura/io/musescore.py](https://app.codecov.io/gh/CPJKU/partitura/pull/243?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CPJKU#diff-cGFydGl0dXJhL2lvL211c2VzY29yZS5weQ==) | `28.91% <16.66%> (-0.04%)` | :arrow_down: | | [partitura/utils/misc.py](https://app.codecov.io/gh/CPJKU/partitura/pull/243?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CPJKU#diff-cGFydGl0dXJhL3V0aWxzL21pc2MucHk=) | `61.11% <25.00%> (-36.19%)` | :arrow_down: | | [partitura/io/exportmusicxml.py](https://app.codecov.io/gh/CPJKU/partitura/pull/243?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CPJKU#diff-cGFydGl0dXJhL2lvL2V4cG9ydG11c2ljeG1sLnB5) | `68.97% <31.25%> (-2.40%)` | :arrow_down: | | [tests/test\_display.py](https://app.codecov.io/gh/CPJKU/partitura/pull/243?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CPJKU#diff-dGVzdHMvdGVzdF9kaXNwbGF5LnB5) | `38.46% <38.46%> (ø)` | | | [partitura/display.py](https://app.codecov.io/gh/CPJKU/partitura/pull/243?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CPJKU#diff-cGFydGl0dXJhL2Rpc3BsYXkucHk=) | `28.81% <47.05%> (+6.81%)` | :arrow_up: | | ... and [24 more](https://app.codecov.io/gh/CPJKU/partitura/pull/243?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CPJKU) | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/CPJKU/partitura/pull/243/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CPJKU)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.