Skip to content

Commit

Permalink
updates for 3.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbird committed Oct 11, 2021
1 parent 03e4b4e commit b422364
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions 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)`
Expand Down
2 changes: 1 addition & 1 deletion RELEASE-HOWTO.txt
Expand Up @@ -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)
<copy them over from build to ../nltk.github.com>
cp -r build/* ../nltk.github.com
git add .
git commit -m "updates for version 3.X.Y"
git push origin master
Expand Down
2 changes: 1 addition & 1 deletion nltk/VERSION
@@ -1 +1 @@
3.6.4
3.6.5
4 changes: 2 additions & 2 deletions web/conf.py
Expand Up @@ -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.
Expand Down

0 comments on commit b422364

Please sign in to comment.