Skip to content

Releases: gunthercox/ChatterBot

1.2.6

05 Apr 21:44
Compare
Choose a tag to compare
  • 296809e Fix for postgres compatibility for the SQLStorageAdapter
  • #2412 Generate response search index when in_response_to key is present in files (such as json files passed to the .train() method when using the JsonFileTrainer

1.2.5

02 Apr 10:54
Compare
Choose a tag to compare
  • #2408 Django migrations (added help_text attributes to all model fields for the Django admin)
  • #2408 Various Django-related bug fixes
  • #2410 Fix for loading single files specified by the JsonFileTrainer and CsvFileTrainer

1.2.4

29 Mar 19:05
Compare
Choose a tag to compare
  • #2405 Add support for Python versions 3.10, 3.11, 3.12
  • #2403 Additional support for loading data from CSV, TSV, and JSON formats.
  • #2404 Improved documentation around taggers and more descriptive exception messages
  • 387a689 Add a --help flag to python -m chatterbot invocations

1.2.3

10 Mar 11:46
Compare
Choose a tag to compare

1.2.2

26 Feb 12:28
Compare
Choose a tag to compare
  • #2395 - Performance improvements by centralizing search-text generation
  • #2395 - Miscellaneous fixes related to searching and matching for response generation

1.2.1

19 Feb 13:14
Compare
Choose a tag to compare
  • Use bulk processing from spacy pipeline for improved performance #2392
  • Modify TimeLogicAdapter to use SpaCy PhraseMatcher instead of NLTK NaiveBayesClassifier #2394

1.2.0

09 Feb 18:08
Compare
Choose a tag to compare

This release brings chatterbot significantly up to date for comparability with the latest versions of its dependencies, as well as dropping support for older versions of Python that are no longer maintained. As noted in #2389, the minimum supported version of Python will be version 3.9, with newer versions being added soon.

Along with this release, we also have a new documentation site: https://docs.chatterbot.us

1.0.8

22 Aug 18:42
Compare
Choose a tag to compare

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

1.0.7

20 Aug 10:30
Compare
Choose a tag to compare

Add support for Python 3.8

1.1 Alpha 7

01 May 20:57
Compare
Choose a tag to compare
1.1 Alpha 7 Pre-release
Pre-release

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