Releases: orlnub123/cleverbot.py
Releases · orlnub123/cleverbot.py
2.5.0
Changes
- Made Cleverbot picklable
- Added migrations
- Changed nameless conversations to be weakly stored
- Fixed
Cleverbot.reset
erroring without conversations
2.4.0
Changes
- Added a command line interface
- Changed the async
Cleverbot.close
to a coroutine
2.3.0
Changes
- Added __slots__ to Conversation
- Added deleters to Conversation properties
- Added the ability to pass filenames into save and load
2.2.0
Changes
- Added a persistent tweak setting to change Cleverbot's mood more easily
- Fixed error on save if there were no conversations
2.1.1
Changes
- Fixed tests not being included in the source
2.1.0
Changes
- Added conversations
- Added the ability to save and load Cleverbot and its conversations
- Added tests
- Made async_ easier to work with
2.0.1
Changes
- Added cs as a property
- Added the ability to del the cs attribute
- Fixed a problem with CleverbotBase
2.0.0
Changes
- Added a separate asynchronous Cleverbot class at cleverbot.async_.Cleverbot
- Removed asay
- Removed passing of keyword arguments to requests.Session.get and aiohttp.ClientSession.get
- Fixed Timeout throwing an error on Python 2.6
1.3.0
Changes
- Added sessions for performance gain
- Added close to close the sessions
- Fixed the cleverbot state not being set when setting it with an attribute
1.2.2
Changes
- Added direct access to the reply data with data[key]
- Changed asay to a coroutine
- Removed _attr_list