Releases: Forced-Alignment-and-Vowel-Extraction/alignedTextGrid
Releases · Forced-Alignment-and-Vowel-Extraction/alignedTextGrid
v0.6.4
What's Changed
- Add codepath to initialize an empty AlignedTextGrid by @chrisbrickhouse in #170
Full Changelog: v0.6.3...v0.6.4
v0.6.3
v0.6.2
within hotfix
Full Changelog: v0.6.1...v0.6.2
v0.6.1
v0.6.0
What's Changed
- New
.interleave_class()
method for AlignedTextGrids. You can extend the entry class hierarchy and interleave a new SequenceTier within TextGrids.
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
SequenceIntervals
now have a unique id based on their location in the hierarchy.- A new
to_df()
function that returns a polars data frame for mostaligned_textgrid
objects.
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
- changed default point tier behavior by @JoFrhwld in #130
- Now
SequencePointTier()
defaults to an empty sequence list.
- Now
- implement sequence first last by @JoFrhwld in #128
SequenceInterval
s,SequenceTier
s andSequencePointTier
s now all have.first
and.last
attributes
Full Changelog: v0.4.0...v0.4.1
v 0.4.0
What's Changed
- New
SequencePoint
andSequencePointTier
classes, to handle Praat point tiers custom_classes()
can generate customSequencePoint
subclasses- Individual tiers within
TierGroup
s orPointsGroup
s can now be dot-accessed with the name of the tier's entry class if it is unique.