TextBlob v0.16.0 Release Notes

Release Date: 2020-04-26 // almost 4 years ago
  • ๐Ÿ—„ 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).