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.
2 parents 7ac492b + b1db1f7 commit f656738Copy full SHA for f656738
ChangeLog
@@ -2,7 +2,8 @@ Version 3.9.1 2024-08-19
2
* Fixed bug that prevented wordnet from loading
3
4
Version 3.9 2024-08-18
5
-* Avoid need for pickled models, resolves security vulnerability CVE-2024-39705
+* Fix security vulnerability CVE-2024-39705 (breaking change)
6
+* Replace pickled models (punkt, chunker, taggers) by new pickle-free "_tab" packages
7
* No longer sort WordNet synsets and relations (sort in calling function when required)
8
* Add Python 3.12 support
9
* Many other minor fixes
0 commit comments