TextBlob v0.17.1 Release Notes

Release Date: 2021-10-21 // over 2 years ago
  • 🐛 Bug fixes:

    • 🛠 Fix translation and language detection (:issue:395). Thanks :user:sudoguy for the patch.

Previous changes from v0.17.0

  • 🔋 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.