Skip to content

Commit 60df138

Browse files
Update README.md
1 parent 3b276d9 commit 60df138

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ Or, if you are using [conda](https://conda.io/docs/):
2525
conda install -c conda-forge conllu
2626
```
2727

28+
## Notes on updating from 5.0 to 6.0
29+
30+
Conllu version 6.0 drops support for one method from the public API: `parse_conllu_plus_fields`. This is no longer needed as we have refactored how fields are read. You likely didn't use this function, but this was part of the public API, so I'm releasing a new major version.
31+
2832
## Notes on updating from 4.0 to 5.0
2933

3034
Conllu version 5.0 drops support for Python 3.6 and 3.7 and requires Python 3.8 at a minimum. If you need support for older versions of python, you can always pin your install to an old version of conllu. You can install it with `pip install conllu==4.5.3`.

0 commit comments

Comments
 (0)