0.5.0
ChatterBot 0.5 Release Notes (Major Release)
Backwards incompatible changes
- Split utils folder into a single file [https://github.com//pull/418]
- Rename 'context' to 'chatbot' [https://github.com//pull/419]
- Clean up or remove NLTK wrapper classes [https://github.com//pull/420]
- Change adapter import paths [https://github.com//pull/422]
Bug fixes
- Update scope of external package imports [https://github.com//pull/426]
- Remove check for ajax request in Django view [https://github.com//pull/428]
- Prevent possible edge case when adding inserting logic adapters [https://github.com//pull/434]
Features