TextBlob v0.5.1 Release Notes

Release Date: 2013-08-13 // over 10 years ago
    • 🛠 Fix bug that disallowed display of non-ascii characters in the Python REPL.
    • ⏪ Backwards incompatible: Restore blob.json property for backwards compatibility with textblob<=0.3.10. Add a to_json() method that takes the same arguments as json.dumps.
    • ➕ Add WordList.append and WordList.extend methods that append Word objects.