forked from udapi/udapi-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGES.txt
More file actions
21 lines (17 loc) · 709 Bytes
/
CHANGES.txt
File metadata and controls
21 lines (17 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Udapi Change Log
----------------
See https://github.com/udapi/udapi-python/commits/master for details.
0.3.0 2022-04-06
- 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 2021-02-23
- support for enhanced dependencies and coreference
- requires Python 3.6+ due to f-strings
- speed-up (benchmark 40.5s -> 10.4s)
0.2.2 2018-01-08
- 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()
0.2.1 2017-10-23 the first PyPI release