All Versions
36
Latest Version
Avg Release Cycle
129 days
Latest Release
522 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.17.1 Changes
October 21, 2021๐ Bug fixes:
- ๐ Fix translation and language detection (:issue:
395
). Thanks :user:sudoguy
for the patch.
- ๐ Fix translation and language detection (:issue:
-
v0.17.0 Changes
February 17, 2021๐ Features:
- Performance improvement: Use
chain.from_iterable
in_text.py
to improve runtime and memory usage (:pr:333
). Thanks :user:cool-RR
for the PR.
Other changes:
- โ Remove usage of
ctypes
(:pr:354
). Thanks :user:casatir
.
- Performance improvement: Use
-
v0.16.0 Changes
April 26, 2020๐ Deprecations:
- ๐
TextBlob.translate()
andTextBlob.detect_language
are deprecated. Use the official Google Translate API instead (:issue:215
).
Other changes:
- Backwards-incompatible: Drop support for Python 3.4.
- โ Test against Python 3.7 and Python 3.8.
- ๐ Pin NLTK to
nltk<3.5
on Python 2 (:issue:315
).
- ๐
-
v0.15.3 Changes
February 24, 2019๐ Bug fixes:
- ๐ Fix bug when
Word
string type after pos_tags is not astr
(:pr:255
). Thanks :user:roman-y-korolev
for the patch.
- ๐ Fix bug when
-
v0.15.2 Changes
November 21, 2018๐ Bug fixes:
- ๐ Fix bug that raised a
RuntimeError
when executing methods that delegate topattern.en
(:issue:230
). Thanks :user:vvaezian
for the report and thanks :user:danong
for the fix. - ๐ Fix methods of
WordList
that modified the list in-place by removing the internal_collection
variable (:pr:235
). Thanks :user:jammmo
for the PR.
- ๐ Fix bug that raised a
-
v0.15.1 Changes
January 20, 2018๐ Bug fixes:
- Convert POS tags from treebank to wordnet when calling
lemmatize
to preventMissingCorpusError
(:issue:160
). Thanks :user:jschnurr
.
- Convert POS tags from treebank to wordnet when calling
-
v0.15.0 Changes
December 02, 2017๐ Features:
- โ Add
TextBlob.sentiment_assessments
property which exposes pattern's sentiment assessments (:issue:170
). Thanks :user:jeffakolb
.
- โ Add
-
v0.14.0 Changes
November 20, 2017๐ Features:
- ๐ Use specified tokenizer when tagging (:issue:
167
). Thanks :user:jschnurr
for the PR.
- ๐ Use specified tokenizer when tagging (:issue:
-
v0.13.1 Changes
November 11, 2017๐ Bug fixes:
- Avoid AttributeError when using pattern's sentiment analyzer
(:issue:
178
). Thanks :user:tylerjharden
for the catch and patch. - Correctly pass
format
argument toNLTKClassifier.accuracy
(:issue:177
). Thanks :user:pavelmalai
for the catch and patch.
- Avoid AttributeError when using pattern's sentiment analyzer
(:issue:
-
v0.13.0 Changes
August 15, 2017๐ Features:
- ๐ Performance improvements to
NaiveBayesClassifier
(:issue:63
, :issue:77
, :issue:123
). Thanks :user:jcalbert
for the PR.
- ๐ Performance improvements to