Recent Releases of tgt

tgt - Release 1.5

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)

- Python
Published by hbuschme about 2 years ago

tgt - Release 1.4.5

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

- Python
Published by hbuschme almost 7 years ago

tgt - Release 1.4.4

Improvements: * Support for TextGrid files in old "short format" (#11). * Updated documentation building: * Offline documentation building with sphinx. * Automatic online-documentation building with readthedocs: → https://textgridtools.readthedocs.io/en/stable/. * 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

- Python
Published by hbuschme about 7 years ago

tgt - Release 1.4.3

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

- Python
Published by hbuschme over 9 years ago

tgt - Release 1.4.2

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

- Python
Published by hbuschme almost 10 years ago

tgt - Release 1.4.1

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

- Python
Published by hbuschme almost 10 years ago

tgt - Release 1.4.0

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.

- Python
Published by hbuschme almost 10 years ago

tgt - Release 1.3.2

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.

- Python
Published by hbuschme about 10 years ago

tgt - Release 1.0

- Python
Published by hbuschme about 10 years ago

tgt - Release 1.3.1

Bugfix in setup.py

- Python
Published by hbuschme over 10 years ago

tgt - Release 1.3.0

  • Added a new script to extract parts of a textgrid-file.
  • Various bugfixes.

- Python
Published by hbuschme over 10 years ago

tgt - Release 1.2.0

  • It is now possible to read ELAN eaf files (only alignable annotations so far).

- Python
Published by hbuschme about 11 years ago

tgt - Release 1.0.2

Bugfixes.

- Python
Published by hbuschme over 11 years ago

tgt - Release 1.0.1

Bugfixes.

- Python
Published by hbuschme over 11 years ago

tgt - Release 1.1.0

  • It is now possible to delete annotations from a tier using the same queries that are used for getting annotations. The underlying API was generalised
  • Added methods to calculate a chronogram of speech/silence from two tiers.
  • Added a method to get a copy of a tier in which consecutive intervals with the same label are merged.
  • Annotations on tiers can now be accessed via the [] operator.
  • Several bugfixes.

- Python
Published by hbuschme over 11 years ago