Skip to content

0.4.11

Compare
Choose a tag to compare
@gunthercox gunthercox released this 26 Oct 19:48
· 1070 commits to master since this release

Features

  • Added date parsing utility (via @rmdort) [https://github.com//pull/321]
  • Add methods for adding and removing logic adapters [https://github.com//pull/316]
  • Add a sentiment selection based logic adapter [https://github.com//pull/291]
  • Move logic adapter statement comparison methods to their own module [https://github.com//pull/327, https://github.com//pull/333]
  • Add Gitter input and output adapters [https://github.com//pull/330]
  • Pass logic adapter confidence to the output adapter [https://github.com//pull/332]
  • Allow chat bot to be created from json config file [https://github.com//pull/340]
  • Add command line ability to get chatterbot version [https://github.com/gunthercox/ChatterBot/commit/673bf358b99d8329ebf754c8b28d898218725126]

Bug fixes

Force training even if read_only is True (via @rmdort) [https://github.com//pull/337]

Maintenance

  • Support queries in storage adapters by default [https://github.com//pull/305]

Testing

  • Test that response history is maintained in Django API view [https://github.com//pull/303]
  • Clean up integration tests [https://github.com//pull/328]
  • Clean up nltk-based language utils and tests [https://github.com//pull/361]

Corpus

Documentation