github gunthercox/ChatterBot 0.5.3

latest releases: 1.0.8, 1.0.7, 1.1.0a7...
7 years ago

Bug fixes

  • Change default occurrence count to from 0 to 1 in Response model [https://github.com//pull/491]
  • wsgi should point example_app (via @vkosuri) [https://github.com//pull/505]
  • Convert response unicode into JSON object (via @vkosuri) [https://github.com//pull/498]

Maintenance

  • Remove 'has_storage' method [https://github.com//pull/492]
  • Deprecate OutputFormatAdapter [https://github.com//pull/500]
  • Run json database in-memory when testing [https://github.com//pull/496]
  • Do not update extra data from kwargs [https://github.com//pull/499]
  • Update migration documentation (via @rajasimon) [https://github.com//pull/501]
  • Remove the deprecated approximate sentence match adapter [https://github.com//pull/502]
  • Remove the deprecated sentiment adapter class [https://github.com//pull/503]
  • Update bootstrap version to 4-alpha in example app [https://github.com//pull/506]

Increasing Integration with Django

Several changes have been made to help make Django a first class citizen in ChatterBot. These changes improve both the performance of ChtterBot when using the popular Python web framework. The changes also help to make it more convenient for developers to use Django and ChatterBot together.

  • Give Django Statement & Response models the same attributes as ChatterBot Statements & Responses [https://github.com//pull/488]
  • Make sure default Django input and output adapters work with the Statement & Response models [https://github.com//pull/490]

Don't miss a new ChatterBot release

NewReleases is sending notifications on new releases.