Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish pyOpenSci review #243

Merged
merged 4 commits into from Mar 28, 2023
Merged

Finish pyOpenSci review #243

merged 4 commits into from Mar 28, 2023

Conversation

NickleDave
Copy link
Collaborator

Fixes #42 and #241

* 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
@NickleDave
Copy link
Collaborator Author

@all-contributors please add @YannickJadoul for ideas bug docs userTesting

@allcontributors
Copy link
Contributor

@NickleDave

I've put up a pull request to add @YannickJadoul! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modify Annotation to allow for multiple seq
1 participant