Skip to content

Commit 76f18c1

Browse files
authored
Merge pull request #357 from CPJKU/develop
Version 1.5.0
2 parents 8812ca6 + 4a102fa commit 76f18c1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+7157
-3643
lines changed

.github/workflows/partitura_unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install Optional dependencies
2929
run: |
3030
pip install music21==8.3.0 Pillow==9.5.0 musescore==0.0.1
31-
pip install miditok==2.0.6 tokenizers==0.13.3
31+
pip install miditok==2.0.6 tokenizers==0.13.3 pandas==2.0.3
3232
- name: Run Tests
3333
run: |
3434
pip install coverage

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,6 @@ static
152152

153153
# phdocs
154154
phdocs.txt
155+
156+
# fluidsynth default soundfont
157+
partitura/assets/MuseScore_General.sf*

CHANGES.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
Release Notes
22
=============
33

4+
Version 1.5.0 (Released on 2024-07-17)
5+
--------------------------------------
6+
7+
## New Features
8+
9+
- Dcml annotation parser
10+
- New kern import for faster and more robust
11+
- Barebones Kern export
12+
- MEI export
13+
- Mei export Updates
14+
- Estimate symbolic durations
15+
- New harmony classes and checks for Roman numerals, Chord Symbols, Cadences and Phrases in
16+
- Intervals as partitura classes
17+
- transposition of parts
18+
- Export wav with fluidsynth
19+
20+
## Other Changes
21+
22+
- improved documentation
23+
- improved typing
24+
- New tests
25+
- optional dependency of pandas
26+
27+
28+
429
Version 1.4.1 (Released on 2023-10-25)
530
--------------------------------------
631

0 commit comments

Comments
 (0)