TextBlob v0.15.2 Release Notes

Release Date: 2018-11-21 // over 5 years ago
  • ๐Ÿ› 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.