Skip to content

Commit

Permalink
Merge pull request #193 from CPJKU/develop
Browse files Browse the repository at this point in the history
Release 1.2.0
  • Loading branch information
sildater authored Dec 1, 2022
2 parents 730e5a5 + 7667ae3 commit aa4e2d6
Show file tree
Hide file tree
Showing 31 changed files with 15,569 additions and 2,121 deletions.
32 changes: 32 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@ Release Notes
=============


Version 1.2.0 (Released on 2022-12-01)
--------------------------------------


New features

* Load and save alignments, performances, and scores stored in match files (.match) of all available versions
* Support for mei loading via verovio (if installed)
* PerformedPart notes store timing information in both ticks and seconds
* Support for pitch class piano rolls
* New MIDI time conversion functions


Bug fixes

* Fix render via musescore (if installed)
* Fix bug slowing down musicxml export
* Fix consecutive tie bug in kern import
* Gracefully handle slur mismatch in kern import
* Fix metrical position flag in note arrays
* Fix in MEI import and handling multiple staff groups inside the main staffGroup
* Fix measure map for single measure parts


Other changes

* Improved documentation
* Extended test coverage
* Extended and updated notebook tutorials: https://cpjku.github.io/partitura_tutorial/



Version 1.1.1 (Released on 2022-10-31)
--------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ renders the part to an image and displays it:
```python
pt.render(part)
```
![Score example](https://raw.githubusercontent.com/CPJKU/partitura/master/docs/images/score_example.png)
![Score example](https://raw.githubusercontent.com/CPJKU/partitura/main/docs/source/images/score_example.png)


The notes in this part can be accessed through the property
Expand Down
Loading

0 comments on commit aa4e2d6

Please sign in to comment.