Skip to content

Releases: josh-ashkinaze/plurals

0.2.25

09 Sep 19:49
Compare
Choose a tag to compare
  • Changed the behavior of SmartString so that None is replaced with ''
  • Tweaks to indentation of documentation

0.2.24

05 Sep 22:02
8deedbe
Compare
Choose a tag to compare
  • Changed from pprint to pformat for repr
  • Added unit tests for self representations

0.2.23

03 Sep 20:10
Compare
Choose a tag to compare
  • updating unit tests to match default change

0.2.22

03 Sep 18:34
Compare
Choose a tag to compare
  • Harmonize wave persona templates and combination instructions

0.2.21

29 Aug 00:25
Compare
Choose a tag to compare
  • Improve DAG documentation

0.2.20.1

28 Aug 23:30
Compare
Choose a tag to compare
  • Re-release

0.2.19

28 Aug 21:57
Compare
Choose a tag to compare
  • Allow the Moderator to have no System Instructions
  • Change default so that when no system instructions and no persona are passed, then Mod has no system instructions vs before Moderators had default Moderator persona (this is Case 5 in initialization)
  • Update unit tests with this change

0.2.20

28 Aug 23:28
Compare
Choose a tag to compare
  • Clean up debugging comments

0.2.18

27 Aug 17:26
6960922
Compare
Choose a tag to compare
  • Debate templates
  • jury templates
  • Changed first_wave and second_wave combo instructions
  • Strip placeholders from debates
  • Make persona template in Agent default to None instead of "default" and then handle default later
  • Pretty print info
  • to_json method for Agents

0.2.17

22 Aug 19:56
Compare
Choose a tag to compare
  • Change: Renamed empathetic to second_wave and rational to first_wave to better capture nuance
  • For Sphinx docs, encapsulated arguments in double backticks