- support for CorefUD 1.3 - edits by Dan Zeman in block.ud.* - requires Python 3.9+ (difficult to test older versions in Circle-CI)
0.3.0
- support for CorefUD 1.0 (new CoNLL-U format for coreference annotation) - edits by Dan Zeman in block.ud.* - Circle-CI (instead of Travis-CI)
0.2.3
- support for enhanced dependencies and coreference - requires Python 3.6+ due to f-strings - speed-up (benchmark 40.5s -> 10.4s)
0.2.2
- support for loading/storing documents from/to strings - allow private modules (starting with dot instead of udapi.block) - MorphoDiTa wrapper udapi/tool/morphodita.py - root.sent_id returns always the same as root.address()