- BREAKING: switch to pyannote.core 3.3
- BREAKING: remove parsers based on pyannote.core.Scores
- BREAKING: remove unused CoParser
- doc: make it explicit that project is no longer maintainted
- fix: fix corner case where uris look like numbers
- setup: switch to pyannote.core 1.2
- BREAKING: remove Transcription support
- setup: switch to pyannote.core 1.1
- fix: fix corner case where certain labels are changed to NaN by pandas.read_table
- fix: fix py3 support
- setup: switch to pyannote.core 0.10
- improve: major speed-up
- setup: switch to pyannote.core 0.9
- fix: fix JSONParser
- feat: add SEGParser
- setup: switch to pyannote.core 0.8
- fix: SRTParser bug with blank subtitles
- feat: Travis continuous integration
- fix: TRSParser Python3 support
- feat: Python 3 support
- feat: test suite
- setup: switch to pyannote.core 0.3
- feat: parser .hyp files with REPEREParser
- fix: CoParser
- fix CTMParser and SRTParser
- fix: add missing 'uris' and 'modalities' properties
- BREAKING CHANGES: plugins!
- feat: smart MagicParser
- feat: CoParser utility
- feat add support for SRT file format
- feat: add support for REPERE file format
- feat: add support for UEM file format
- feat: add (incomplete) support for TRS file format
- feat: CTM parser