timmahrt / praatIO

A python library for working with praat, textgrids, time aligned audio transcripts, and audio files. It is primarily used for extracting features from and making manipulations on audio files given hierarchical time-aligned transcriptions (utterance > word > syllable > phone, etc).
MIT License
299 stars 32 forks source link

GitHub tag for 3.7.1 is missing #13

Closed jayvdb closed 5 years ago

jayvdb commented 5 years ago

It would also be helpful to upload an sdist to PyPI, so it can be used for packaging.

timmahrt commented 5 years ago

Thank you for your feedback. I haven't been tagging patch releases so diligently. I'll do so more consistently from now on.

Also, I'll do releases as both wheels and source releases from now on. Thanks!

jayvdb commented 5 years ago

Thanks a lot. I've submitted an update for the openSUSE package at https://build.opensuse.org/request/show/701339 , using the tag as it contains the tests.

timmahrt commented 4 years ago

@jayvdb In your PR for opensuse (701339) you removed xsampa from the code as it is unlicensed. It seems like it was a bad idea for me to include unlicensed code in the first place, so I've removed xsampa.py and all related code in praatio 4.0.0.

I will keep unlicensed code out of my open source projects going forward.