All Versions
36
Latest Version
Avg Release Cycle
129 days
Latest Release
889 days ago

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.
  • 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.
  • v0.16.0 Changes

    April 26, 2020

    ๐Ÿ—„ Deprecations:

    • ๐Ÿ—„ TextBlob.translate() and TextBlob.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 a str (:pr:255). Thanks :user:roman-y-korolev for the patch.
  • v0.15.2 Changes

    November 21, 2018

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Fix bug that raised a RuntimeError when executing methods that delegate to pattern.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.
  • v0.15.1 Changes

    January 20, 2018

    ๐Ÿ› Bug fixes:

    • Convert POS tags from treebank to wordnet when calling lemmatize to prevent MissingCorpusError (:issue:160). Thanks :user:jschnurr.
  • v0.15.0 Changes

    December 02, 2017

    ๐Ÿ”‹ Features:

    • โž• Add TextBlob.sentiment_assessments property which exposes pattern's sentiment assessments (:issue:170). Thanks :user:jeffakolb.
  • v0.14.0 Changes

    November 20, 2017

    ๐Ÿ”‹ Features:

    • ๐Ÿ‘‰ Use specified tokenizer when tagging (:issue:167). Thanks :user:jschnurr for the PR.
  • 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 to NLTKClassifier.accuracy (:issue:177). Thanks :user:pavelmalai for the catch and patch.
  • v0.13.0 Changes

    August 15, 2017

    ๐Ÿ”‹ Features:

    • ๐ŸŽ Performance improvements to NaiveBayesClassifier (:issue:63, :issue:77, :issue:123). Thanks :user:jcalbert for the PR.