Bug fixes
- Fix format of Django API view response data #608
- Prevent non-string type values from breaking comparison algorithms #655
Improvements
- Enhancement of the decimal percent of similarity in levenshtein_distance (via @addelll) #618
- Add Django Setting to allow ChatterBot Statement objects to be used instead of Django Statement model (via @web-maker) #653
Breaking changes
- Change logic adapters to just return one value #587
- The confidence value is no longer returned from the
generate_response
method (it's available on the statement object now) #588 - Remove confidence parameter from output adapter process methods #589
- Require session id for generate_response method #598
Conversations
- Create conversation model #594
Corpus
- Add data to English dialog corpus (via @vkosuri) #516
- Migrated corpus module to a new separate repository (https://github.com/gunthercox/chatterbot-corpus) [#654]