Releases: josh-ashkinaze/plurals
Releases · josh-ashkinaze/plurals
0.2.29.3
0.2.29.2
- Bugfix of instruction overwrite
- More unit tests
- Formatting/spacing cleanup of deliberation file
0.2.29.1
Additional non-functionality-changing PyPi changes:
- Mermaid diagram asset link
0.2.29
Changed to PyPi metadata and information but not functionality of package
- Refer to GitHub assets in README
- Updated citation info
- Add docs to PyPi
0.2.28
- Significant documentation overhaul: Re-did entire README and Sphinx documentation
- Minor improvements to docstrings
0.2.27
- 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
- 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
- Changed the behavior of
SmartString
so that None is replaced with '' - Tweaks to indentation of documentation
0.2.24
- Changed from pprint to pformat for repr
- Added unit tests for self representations
0.2.23
- updating unit tests to match default change