Skip to content

Commit 40eceae

Browse files
committed
Prepare for 3.9.2 release
1 parent 3da4e1e commit 40eceae

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

ChangeLog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Version 3.9.2 2025-03-10
2+
3+
* Minor fixes including:
4+
* properly initialize Portuguese corpus reader
5+
* support for mixed rules conversion into Chomsky Normal Form
6+
* only import tkinter if a GUI is needed
7+
* issue #2112 with Corenlp
8+
* new environment variable NLTK_DOWNLOADER_FORCE_INTERACTIVE_SHELL
9+
* Lesk defaults to most frequent sense in case of ties
10+
11+
Thanks to the following contributions to 3.9.2:
12+
Jose Cols, Peter de Blanc, GeneralPoxter, Eric Kafe, William LaCroix, Jason Liu,
13+
Samer Masterson, Mike014, purificant, Andrew Ernest Ritz, samertm, Ikram Ul Haq
14+
115
Version 3.9.1 2024-08-19
216
* Fixed bug that prevented wordnet from loading
317

nltk/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.9.1
1+
3.9.2

web/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ def generate_custom_files():
126126
# built documents.
127127
#
128128
# The short X.Y version.
129-
version = "3.9.1"
129+
version = "3.9.2"
130130
# The full version, including alpha/beta/rc tags.
131-
release = "3.9.1"
131+
release = "3.9.2"
132132

133133
# The language for content autogenerated by Sphinx. Refer to documentation
134134
# for a list of supported languages.

0 commit comments

Comments
 (0)