ChatterBot Versions Save

ChatterBot is a machine learning, conversational dialog engine for creating chat bots

1.0.8

3 years ago

This release makes a handful of ChatterBot's dependencies optional as described in #2027

1.0.7

3 years ago

Add support for Python 3.8

1.1.0a7

4 years ago

(A second attempt to automate PyPi releases with GitHub Actions)

1.1.0a6

4 years ago

A practice run using GitHub Actions to deploy releases.

1.1.0a5

4 years ago

1.0.6

4 years ago
  • Update sqlalchemy to version >= 1.3 #1715

1.1.0a4

4 years ago

1.1.0a3

4 years ago
  • Remove pymongo from main dependency list #1728
  • Add new search and tagging classes #1729

1.1.0a2

5 years ago
  • Read version from config instead of using import #1701

1.1.0a1

5 years ago
  • Updates to comparison methods #1683
  • Switch from NLTK to Spacy for text indexing #1684
  • Fix tests for getting language classes #1693
  • Allow language parameters to be set for comparison methods #1696