Skip to content

0.6.0

Compare
Choose a tag to compare
@gunthercox gunthercox released this 21 Mar 19:31
· 828 commits to master since this release

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