Skip to content

0.5.0

Compare
Choose a tag to compare
@gunthercox gunthercox released this 30 Nov 19:51
· 998 commits to master since this release

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

  • Add session management [https://github.com//pull/424]
  • Remove dependency on Textblob [https://github.com//pull/435]