* bump depedit to 2.3.0 (with variable definition support, see https://corpling.uis.georgetown.edu/depedit/)
* python 3.8 compatibility (timing module)
* support flair 0.6.1 (version 0.4.5--0.6.1 APIs now supported, given sequence tagger model trained with appropriate version)
* add speaker compatible check for global 1st/2nd speaker coref consistency in input with gold speaker information
* expose sentence object to coref rules (e.g. `samesentence` / `!samesentence` constraints in a model's `coref_rules.tab`)
* added configuration options:
* `no_overlap` setting to allow/forbid nested markable coreference
* `force_single_type_chains` setting to enforce majority entity type in a mixed type chain
* bug fixes