Skip to content

Releases: hbuschme/TextGridTools

Release 1.5

18 Dec 08:56
Compare
Choose a tag to compare

New features:

  • Added methods for extracting tier parts.
  • Read/write files from file handlers (pull request #25)

Bugfix:

  • Fixed a deprecation warning about collections.Sequence (pull request #27)

Release 1.4.5

02 Mar 21:22
Compare
Choose a tag to compare

Bugfix:

  • Fixed a small bug when writing PointTiers to long text format (#16).

This release can be cited/linked to using the DOI 10.5281/zenodo.2582132

Release 1.4.4

29 Jan 20:51
Compare
Choose a tag to compare

Improvements:

  • Support for TextGrid files in old "short format" (#11).
  • Updated documentation building:
  • Added Zenodo–Github integration that provides a citable DOI for each release (see below).

Bugfix:

  • Fixed a bug when reading eaf-files with empty annotations.

This release can be cited/linked to using the DOI 10.5281/zenodo.2552765

Release 1.4.3

07 Nov 22:42
Compare
Choose a tag to compare

Bugfix

  • Fixed a typo that resulted in unwanted tuple creation in tgt.util.communicative_labels

Release 1.4.2

01 Apr 08:42
Compare
Choose a tag to compare

Improvement

  • Adding a single Tier via the add_tiers method now raises an Exception. This prevents wrong use of the API.

Feature

  • Added a new convenience script tgt-shift-boundaries.py

Release 1.4.1

07 Mar 20:42
Compare
Choose a tag to compare

Bugfix

  • Concatenating multi-tier TextGrids with tiers of different length would have caused misalignment among tiers.

Release 1.4.0

07 Mar 16:39
Compare
Choose a tag to compare

Bugfix

  • Fixed a bug in tgt.util.concatenate_textgrids.
  • Fixed a bug in tgt-concatenate-textgrids.py that prevented writing long text format files.

Features

  • Extended properties for start/end_times of Annotations.
  • Added an option to tgt-concatenate-textgrids.py for interpreting start/end times as absolute.
  • Added a TextGridToolsException for more specific error handling.

Release 1.3.2

17 Feb 20:09
Compare
Choose a tag to compare

Bugfixes

  • Escaping quotes in Interval and Point labels when writing to/reading from TextGrid.
  • Escaping tier names when writing to/reading from TextGrid.

Features

  • Added a function to TextGrid to return all tiers of a given name instead of just the first.
  • Added a function to calculate turns from chronograms.

Misc

  • Changes to the label format of chronograms.

Release 1.3.1

09 Sep 06:07
Compare
Choose a tag to compare

Bugfix in setup.py

Release 1.3.0

04 Sep 06:28
Compare
Choose a tag to compare
  • Added a new script to extract parts of a textgrid-file.
  • Various bugfixes.