Releases: hbuschme/TextGridTools
Releases · hbuschme/TextGridTools
Release 1.5
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
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
Release 1.4.3
Bugfix
- Fixed a typo that resulted in unwanted tuple creation in tgt.util.communicative_labels
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
Release 1.4.1
Bugfix
- Concatenating multi-tier TextGrids with tiers of different length would have caused misalignment among tiers.
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.
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.
Release 1.3.1
Bugfix in setup.py
Release 1.3.0
- Added a new script to extract parts of a textgrid-file.
- Various bugfixes.