Skip to content

Commit

Permalink
prepares release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johentsch committed Dec 12, 2022
1 parent 261569f commit e926d22
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
22 changes: 16 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog
=========

Version 1.0.1
Version 1.0.2
=============

**ms3 requires Python 3.10**
Expand Down Expand Up @@ -36,10 +36,14 @@ New features
same type apart (e.g., scores or annotation files) and pick one automatically, if necessary, or ask for
user input.
* The command ``ms3 review`` combines the functionalities of ``ms3 check``, ``ms3 extract``, and ``ms3 compare``, and is
now the only command used in the new ``dcml_corpus_workflow`` action. For each score that has DCML harmony labels,
it stores another score and TSV file with the suffix ``_reviewed``. The score has all out-of-label tones colored in
red and the TSV file contains a report on this coloring procedure. Both files are stored in the folder
``reviewed`` on the top level of the corpus.
now the only command used in the new ``dcml_corpus_workflow`` action. For each score that has DCML harmony labels,
it stores another score and TSV file with the suffix ``_reviewed``, in the folder ``reviewed``.

* The score has all out-of-label tones colored in red and
* the TSV file contains a report on this coloring procedure. Both files are stored in the folder
``reviewed`` on the top level of the corpus.
* **(1.0.2)** In addition, if any warnings pop up, they are stored in the top-level ``warnings.log`` file.

* Inserting labels into scores is accomplished using the new method ``load_facet_into_scores()`` which comes with the
optional parameter ``git_revision`` which allows loading TSVs from a specific commit.
* Therefore, ``ms3 compare`` (and hence, ``ms3 review``) is now able to compare the labels in a score with those in a TSV file
Expand Down Expand Up @@ -99,10 +103,16 @@ Other changes
* New unittest suite that makes use of the DCMLab/unittest_metacorpus repo and enforces it to be at the correct commit.
* The parser is now more robust against user-induced strangeness in MuseScore files.

Version 1.0.1
=============

See above, version 1.0.2


Version 1.0.0
=============

See above, version 1.0.1
See above, version 1.0.2


Version 0.5.3
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.0.1'
MS3_VERSION = '1.0.2'
LATEST_MUSESCORE_VERSION = '3.6.2'
METADATA_COLUMN_ORDER = ['fname',
# automatically computed columns
Expand Down

0 comments on commit e926d22

Please sign in to comment.