Skip to content

Commit

Permalink
this is version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
johentsch committed Feb 10, 2023
1 parent b45016d commit f65c82e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog
=========

Version 1.2.3
=============

**ms3 requires Python 3.10**

* Piece.get_facet() gets parameter 'force' which defaults to False (analogous to the other methods),
in order to avoid unsolicited score parsing.
* improves `ms3 transform`:
* parse only facets to be concatenated (rather than all TSV files)
* do not accidentally output metadata if not requested
* prevents including 'volta_mcs' in metadata of pieces that don't have voltas

Version 1.2.2
=============

Expand Down
2 changes: 1 addition & 1 deletion src/ms3/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from .logger import function_logger, update_cfg, LogCapturer
from ._typing import FileDict, Facet, ViewDict, FileDataframeTupleMaybe

MS3_VERSION = '1.2.3beta'
MS3_VERSION = '1.2.3'
LATEST_MUSESCORE_VERSION = '3.6.2'
COMPUTED_METADATA_COLUMNS = ['TimeSig', 'KeySig', 'last_mc', 'last_mn', 'length_qb', 'last_mc_unfolded', 'last_mn_unfolded', 'length_qb_unfolded',
'volta_mcs', 'all_notes_qb', 'n_onsets', 'n_onset_positions',
Expand Down

0 comments on commit f65c82e

Please sign in to comment.