Skip to content

Releases: Forced-Alignment-and-Vowel-Extraction/alignedTextGrid

v0.6.4

01 Mar 18:41
364bf5f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.3...v0.6.4

v0.6.3

21 Feb 15:46
8aaca9e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.6.3

v0.6.2

20 Feb 17:10
88215b0
Compare
Choose a tag to compare

within hotfix
Full Changelog: v0.6.1...v0.6.2

v0.6.1

20 Feb 13:03
10a714c
Compare
Choose a tag to compare

What's Changed

  • set .within on tiergroups

Full Changelog: v0.6.0...v0.6.1

v0.6.0

18 Feb 17:11
c1b8709
Compare
Choose a tag to compare

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

22 Nov 14:47
4f1b729
Compare
Choose a tag to compare

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 most aligned_textgrid objects.

Full Changelog: v0.4.1...v0.5.0

v0.4.1

03 Nov 17:02
5d49965
Compare
Choose a tag to compare

What's Changed

  • changed default point tier behavior by @JoFrhwld in #130
    • Now SequencePointTier() defaults to an empty sequence list.
  • implement sequence first last by @JoFrhwld in #128
    • SequenceIntervals, SequenceTiers and SequencePointTiers now all have .first and .last attributes

Full Changelog: v0.4.0...v0.4.1

v 0.4.0

27 Oct 21:34
6d67fca
Compare
Choose a tag to compare

What's Changed

  • New SequencePoint and SequencePointTier classes, to handle Praat point tiers
  • custom_classes() can generate custom SequencePoint subclasses
  • Individual tiers within TierGroups or PointsGroups can now be dot-accessed with the name of the tier's entry class if it is unique.

v0.3.0

07 Apr 21:46
2bbbb10
Compare
Choose a tag to compare

Now, multiple different hierarchies can be included in a single aligned textgrid.

v0.2.1

28 Mar 20:56
f994049
Compare
Choose a tag to compare

What's Changed

Documentation fixes