We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3aa322 commit 352c00eCopy full SHA for 352c00e
CHANGES.txt
@@ -2,7 +2,13 @@ Udapi Change Log
2
----------------
3
See https://github.com/udapi/udapi-python/commits/master for details.
4
5
-0.4.0 2024-03-28
+0.5.0 2025-10-18
6
+ - added mwt.feats
7
+ - added root.prev_tree and root.next_tree
8
+ - .github/workflows/python-publish.yml
9
+ - edits by Dan Zeman in block.ud.*
10
+
11
+0.4.0 2025-03-28
12
- support for CorefUD 1.3
13
- edits by Dan Zeman in block.ud.*
14
- requires Python 3.9+ (difficult to test older versions in Circle-CI)
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = udapi
-version = 0.4.0
+version = 0.5.0
author = Martin Popel
author_email = [email protected]
description = Python framework for processing Universal Dependencies data
0 commit comments