From b42236425456418b64803f099f6ca1fc3d24031f Mon Sep 17 00:00:00 2001 From: Steven Bird Date: Mon, 11 Oct 2021 13:16:38 +0930 Subject: [PATCH] updates for 3.6.5 --- ChangeLog | 16 ++++++++++++++++ RELEASE-HOWTO.txt | 2 +- nltk/VERSION | 2 +- web/conf.py | 4 ++-- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3615a2b8fa..9dff019415 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Version 3.6.5 2021-10-11 + +* modernised nltk.org website +* addressed LGTM.com issues +* support ZWJ sequences emoji and skin tone modifer emoji in TweetTokenizer +* METEOR evaluation now requires pre-tokenized input +* Code linting and type hinting +* implement get_refs function for DrtLambdaExpression +* Enable automated CoreNLP, Senna, Prover9/Mace4, Megam, MaltParser CI tests +* specify minimum regex version that supports regex.Pattern +* avoid re.Pattern and regex.Pattern which fail for Python 3.6, 3.7 + +Thanks to the following contributors to 3.6.5 +Tom Aarsen, Saibo Geng, Mohaned Mashaly, Dimitri Papadopoulos, Danny Sepler, +Ahmet Yildirim, RnDevelover, yutanakamura + Version 3.6.4 2021-10-01 * deprecate `nltk.usage(obj)` in favor of `help(obj)` diff --git a/RELEASE-HOWTO.txt b/RELEASE-HOWTO.txt index 2b8ef619fa..9b76051f82 100644 --- a/RELEASE-HOWTO.txt +++ b/RELEASE-HOWTO.txt @@ -34,7 +34,7 @@ Building an NLTK distribution sphinx-build -E ./web ./build - Publish them cd nltk.github.com; git pull (begin with current docs repo) - + cp -r build/* ../nltk.github.com git add . git commit -m "updates for version 3.X.Y" git push origin master diff --git a/nltk/VERSION b/nltk/VERSION index 0f44168a4d..d15b8b06fa 100644 --- a/nltk/VERSION +++ b/nltk/VERSION @@ -1 +1 @@ -3.6.4 +3.6.5 diff --git a/web/conf.py b/web/conf.py index 6e03126fbd..d4341f2e69 100644 --- a/web/conf.py +++ b/web/conf.py @@ -75,9 +75,9 @@ def run_apidoc(app): # built documents. # # The short X.Y version. -version = "3.6.4" +version = "3.6.5" # The full version, including alpha/beta/rc tags. -release = "3.6.4" +release = "3.6.5" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.