File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ Udapi Change Log
2
2
----------------
3
3
See https://github.com/udapi/udapi-python/commits/master for details.
4
4
5
+ 0.4.0 2024-03-28
6
+ - support for CorefUD 1.3
7
+ - edits by Dan Zeman in block.ud.*
8
+ - requires Python 3.9+ (difficult to test older versions in Circle-CI)
9
+
5
10
0.3.0 2022-04-06
6
11
- support for CorefUD 1.0 (new CoNLL-U format for coreference annotation)
7
12
- edits by Dan Zeman in block.ud.*
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = udapi
3
- version = 0.3 .0
3
+ version = 0.4 .0
4
4
author = Martin Popel
5
5
6
6
description = Python framework for processing Universal Dependencies data
@@ -14,7 +14,7 @@ classifiers =
14
14
15
15
[options]
16
16
packages = find:
17
- python_requires = >=3.6
17
+ python_requires = >=3.9
18
18
include_package_data = True
19
19
scripts =
20
20
bin/udapy
You can’t perform that action at this time.
0 commit comments