Skip to content

Commit aa4e2d6

Browse files
authored
Merge pull request #193 from CPJKU/develop
Release 1.2.0
2 parents 730e5a5 + 7667ae3 commit aa4e2d6

31 files changed

+15569
-2121
lines changed

CHANGES.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@ Release Notes
22
=============
33

44

5+
Version 1.2.0 (Released on 2022-12-01)
6+
--------------------------------------
7+
8+
9+
New features
10+
11+
* Load and save alignments, performances, and scores stored in match files (.match) of all available versions
12+
* Support for mei loading via verovio (if installed)
13+
* PerformedPart notes store timing information in both ticks and seconds
14+
* Support for pitch class piano rolls
15+
* New MIDI time conversion functions
16+
17+
18+
Bug fixes
19+
20+
* Fix render via musescore (if installed)
21+
* Fix bug slowing down musicxml export
22+
* Fix consecutive tie bug in kern import
23+
* Gracefully handle slur mismatch in kern import
24+
* Fix metrical position flag in note arrays
25+
* Fix in MEI import and handling multiple staff groups inside the main staffGroup
26+
* Fix measure map for single measure parts
27+
28+
29+
Other changes
30+
31+
* Improved documentation
32+
* Extended test coverage
33+
* Extended and updated notebook tutorials: https://cpjku.github.io/partitura_tutorial/
34+
35+
36+
537
Version 1.1.1 (Released on 2022-10-31)
638
--------------------------------------
739

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ renders the part to an image and displays it:
9494
```python
9595
pt.render(part)
9696
```
97-
![Score example](https://raw.githubusercontent.com/CPJKU/partitura/master/docs/images/score_example.png)
97+
![Score example](https://raw.githubusercontent.com/CPJKU/partitura/main/docs/source/images/score_example.png)
9898

9999

100100
The notes in this part can be accessed through the property

0 commit comments

Comments
 (0)