You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Be able to parse both "normal" and short format TextGrid files, in both UTF-8 and UTF-16 encoding
Remove empty intervals by default, provide option to not remove them
Be able to load a TextGrid with multiple IntervalTiers and then convert to an Annotation with multiple sequences, this will require fixing Modify Annotation to allow for multiple seq #42 first
Use reprlib with the vendored TextGrid so it is readable
* Be able to parse both "normal" and short format TextGrid files,
in both UTF-8 and UTF-16 encoding
* Remove empty intervals by default,
provide option to not remove them
* Be able to load a TextGrid with multiple IntervalTiers
and then convert to an Annotation with multiple sequences
* Use reprlib with the vendored TextGrid so it is readable
Squash commits:
- Remove _vendor/textgrid
- Move textgrid module into sub-package
- Move test_textgrid into its own subpackage
- Change example TextGrid to a file with more than one tier, for demo purposes
- Add textgrid sub-package in formats/seq/
- Add tests/data_for_tests/textgrid/
- Add test fixtures:
- a_parse_textgrid_path to fixtures/textgrid.py
- add textgrid with empty interval fixtures
- Add test_textgrid sub-package in test_formats/test_seq
- Rewrite doc/formats/seq/textgrid.md
as discussed here (will update this issue more): pyOpenSci/software-submission#68 (comment)
The text was updated successfully, but these errors were encountered: