We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702e9b1 commit b085e99Copy full SHA for b085e99
CHANGES.txt
@@ -2,6 +2,11 @@ Udapi Change Log
2
----------------
3
See https://github.com/udapi/udapi-python/commits/master for details.
4
5
+0.3.0 2022-04-06
6
+ - support for CorefUD 1.0 (new CoNLL-U format for coreference annotation)
7
+ - edits by Dan Zeman in block.ud.*
8
+ - Circle-CI (instead of Travis-CI)
9
+
10
0.2.3 2021-02-23
11
- support for enhanced dependencies and coreference
12
- requires Python 3.6+ due to f-strings
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = udapi
-version = 0.2.3
+version = 0.3.0
author = Martin Popel
author_email = popel@ufal.mff.cuni.cz
description = Python framework for processing Universal Dependencies data
0 commit comments