TextBlob v0.17.1 Release Notes
Release Date: 2021-10-21 // about 3 years ago-
๐ Bug fixes:
- ๐ Fix translation and language detection (:issue:
395
). Thanks :user:sudoguy
for the patch.
- ๐ Fix translation and language detection (:issue:
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
.
- Performance improvement: Use