Skip to content

Releases: orlnub123/cleverbot.py

2.5.0

31 Jul 15:40
Compare
Choose a tag to compare

Changes

  • Made Cleverbot picklable
  • Added migrations
  • Changed nameless conversations to be weakly stored
  • Fixed Cleverbot.reset erroring without conversations

2.4.0

28 May 15:51
Compare
Choose a tag to compare

Changes

  • Added a command line interface
  • Changed the async Cleverbot.close to a coroutine

2.3.0

19 May 16:46
Compare
Choose a tag to compare

Changes

  • Added __slots__ to Conversation
  • Added deleters to Conversation properties
  • Added the ability to pass filenames into save and load

2.2.0

29 Mar 18:03
Compare
Choose a tag to compare

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

20 Mar 17:43
Compare
Choose a tag to compare

Changes

  • Fixed tests not being included in the source

2.1.0

20 Mar 17:42
Compare
Choose a tag to compare

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

01 Nov 01:51
Compare
Choose a tag to compare

Changes

  • Added cs as a property
  • Added the ability to del the cs attribute
  • Fixed a problem with CleverbotBase

2.0.0

19 Oct 18:05
Compare
Choose a tag to compare

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

26 Sep 11:23
Compare
Choose a tag to compare

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

17 Sep 17:05
Compare
Choose a tag to compare

Changes

  • Added direct access to the reply data with data[key]
  • Changed asay to a coroutine
  • Removed _attr_list