- feat: option to hide 'acknowledgments'
- feat: switch to pyannote.core 0.4.3
- feat: pip install tvd[notebook] for notebook visualization
- fix: Python 3 support for tvd.create
- feat: Python 3 support
- fix: fix bug in Episode.for_json
- BREAKING CHANGE: switch to pyannote.core 0.2 new JSON format
- feat: easy reproduction with docker
- fix: require pyannote.core 0.0.5 (with fixed JSON I/O)
- fix: change resource directory to 'metadata'
- BREAKING CHANGE: rename section 'www' section to (more generic) 'resources'
- feat: get_resource can load from disk
- fix: several bugs in
tvd.create
reproduction script
- chore: get rid of AnnotationGraph in favor of pyannote.core.Transcription
- feat(AnnotationGraph): crop() method for visualizing large graphs
- fix: IPython Notebook SVG display with "&"
- fix: T (TAnchored, TFloating) comparisons
- fix: missing HTML characters mapping
- fix: IPython Notebook SVG display with non-ASCII characters
- fix: download_as_utf8 converts HTML characters
- feat: IPython Notebook SVG display
- feat(Plugin): give to Caesar what belongs to Caesar
- feat: keep track versions of TVD and its plugins
- feat(Plugin): new download_as_utf8 method takes care of UTF-8 encoding
- feat(AnnotationGraph): floating time relabelling, pre- and post-alignment
- fix: tvd.create argument parsing
- feat: temporally-ordered graph traversal
- feat: timerange estimation
- improve: TStart and TEnd jsonification
- remove requests dependency
- first public release