Skip to content

Releases: johentsch/ms3

ms3 v1.2.10

13 Jun 14:24
Compare
Choose a tag to compare
  • merges old_tests with new_tests
  • correct handling of labels_cfg
  • refrains from calling logging.basicConfig()
  • unknown TSV types now default to labels
  • conti now recognized as abbreviation for "continuation idea"
  • suppresses warnings about multiple "Fingering_text" values

ms3 v1.2.9

11 May 15:37
Compare
Choose a tag to compare
  • when updating README.md:
    • make 2nd-level heading ## Overview (instead of first-level)
    • don't output ms3 version (to avoid merge conflicts)
  • small bugfixes in ms3 review command

ms3 v1.2.8

02 May 15:35
Compare
Choose a tag to compare
  • operations.insert_labels_into_score() filters pieces exactly one facet to be inserted (e.g. labels),
    not a fuzzy regex (e.g., which would include form_labels in the filter)

ms3 v1.2.7

28 Apr 13:51
3f17292
Compare
Choose a tag to compare
  • warning files omit system-dependend information from warning headers (6764476)
  • bugfixes

ms3 v1.2.6

26 Apr 16:48
Compare
Choose a tag to compare
  • changes the behaviour of the ms3 review command
    • after coloring out-of-label notes, issue one warning per dubious label
    • rather than one warnings.log file per corpus, create one <fname>.warnings file per piece in the reviewed folder
  • makes ms3 empty work under the new CLI (d8f661a)

ms3 v1.2.5

23 Mar 18:13
Compare
Choose a tag to compare
  • Corpus and Piece come with the new method count_pieces()
  • ms3 transform -D to concatenate only metadata works
  • View.fnames_with_incomplete_facets = False enforces selected facets if some have been excluded

v1.2.4

18 Feb 19:33
Compare
Choose a tag to compare
  • segment_by_criterion warns if not IntervalIndex is present d260261
  • adds missing arguments 'unfold' and 'interval_index' to Piece.get_parsed() 71f8c3e
  • when iterating through pieces, skip fnames that don't have any files under the current view fdce948

ms3 1.2.3

10 Feb 03:28
Compare
Choose a tag to compare
  • 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

ms3 1.2.2

07 Feb 10:59
Compare
Choose a tag to compare
  • removes deprecated elements from tab completion
  • enables view settings when adding new corpora to Parse object
  • small stuff

ms3 1.2.1

31 Jan 14:31
Compare
Choose a tag to compare
  • enables hiding the info prints in operations.insert_labels_into_score()
  • adds filter_other_fnames argument to Corpus.add_dir()