Releases: gunthercox/ChatterBot
Releases · gunthercox/ChatterBot
0.8.7
Just some Python Packaging updates in this one folks.
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
Features
- The time logic adapter can now take
positive
andnegative
parameters for custom data #1121
Not features
Improvements
- Remove unused
jsondatabase
requirement fromrequirements.txt
#1156 - Update SQL Alchemy minimum version to 1.2 #1155
Documentation
- Doc config updates #1118
Testing
- Remove makefile and add tox command documentation #1119
0.8.1
0.8.0
Breaking changes
- Replace ChatterBot's "sessions" with "Conversations" #828
- Use lowercase table names for SQL Alchemy tables 1c81c51
- The JSON file storage adapter has been removed #1004
Enhancements
- Add tags attribute to models #906
- Move SQL Alchemy models out of storage adapter #910
- Add sqlite pragma settings to sql_storage.py #916
- Increase max_length of Django Statement model text field to 400 characters #937
- Increase max_length of Django Statement model text field to 400 characters #937
- Allow any database model to be used by specifying it a parameter for the model #1001
- Move relational fields out of abstract base models #1010
- Use improved mathparse library for math evaluation logic adapter #1018
- Add tagging when training with SQL storage #1021
Bug fixes
- Use JSON "dump" instead of "dumps" #915
- Change distinct to aggregate in mongodb.py #916
- Don't append .db to sql database name #933
- Allow Django model
extra_data
field to be blank #941
Documentation
0.7.6
Bug fixes
- convert_unicode on the String type (thanks to @vkosuri and @wilddylan) #890
Enhancements
- Allow specification of ssl verification for hipchat adapters (via @Achimh3011) #875
- Display training progress indicator when training with corpus #899