Skip to content

Releases: josh-ashkinaze/plurals

0.2.29.3

15 Oct 05:07
Compare
Choose a tag to compare
  • Internal refactor of setting combination instructions
  • Added more unit tests around different ways to set combination instructions

0.2.29.2

15 Oct 01:01
Compare
Choose a tag to compare
  • Bugfix of instruction overwrite
  • More unit tests
  • Formatting/spacing cleanup of deliberation file

0.2.29.1

27 Sep 10:46
Compare
Choose a tag to compare

Additional non-functionality-changing PyPi changes:

  • Mermaid diagram asset link

0.2.29

27 Sep 10:42
Compare
Choose a tag to compare

Changed to PyPi metadata and information but not functionality of package

  1. Refer to GitHub assets in README
  2. Updated citation info
  3. Add docs to PyPi

0.2.28

23 Sep 20:54
Compare
Choose a tag to compare
  • Significant documentation overhaul: Re-did entire README and Sphinx documentation
  • Minor improvements to docstrings

0.2.27

13 Sep 18:01
Compare
Choose a tag to compare
  • Changed indentation/line wrapping on some templates
  • Harmonized warning logic: Users can pass in a task to agents and the structure without a warning so long as the stripped versions are identical
  • Updated readme examples

0.2.26

12 Sep 18:47
Compare
Choose a tag to compare
  • Change warning for Moderator and Structure task so only thrown if moderator.task.strip() != structure.task.strip()--- a warning should not be thrown if a user enters the same task twice, only if the task conflicts.

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