Skip to content

Commit

Permalink
Merge pull request #357 from CPJKU/develop
Browse files Browse the repository at this point in the history
Version 1.5.0
  • Loading branch information
manoskary authored Jul 17, 2024
2 parents 8812ca6 + 4a102fa commit 76f18c1
Show file tree
Hide file tree
Showing 48 changed files with 7,157 additions and 3,643 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/partitura_unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install Optional dependencies
run: |
pip install music21==8.3.0 Pillow==9.5.0 musescore==0.0.1
pip install miditok==2.0.6 tokenizers==0.13.3
pip install miditok==2.0.6 tokenizers==0.13.3 pandas==2.0.3
- name: Run Tests
run: |
pip install coverage
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,6 @@ static

# phdocs
phdocs.txt

# fluidsynth default soundfont
partitura/assets/MuseScore_General.sf*
25 changes: 25 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
Release Notes
=============

Version 1.5.0 (Released on 2024-07-17)
--------------------------------------

## New Features

- Dcml annotation parser
- New kern import for faster and more robust
- Barebones Kern export
- MEI export
- Mei export Updates
- Estimate symbolic durations
- New harmony classes and checks for Roman numerals, Chord Symbols, Cadences and Phrases in
- Intervals as partitura classes
- transposition of parts
- Export wav with fluidsynth

## Other Changes

- improved documentation
- improved typing
- New tests
- optional dependency of pandas



Version 1.4.1 (Released on 2023-10-25)
--------------------------------------

Expand Down
Loading

0 comments on commit 76f18c1

Please sign in to comment.