v0.1.13
ChatArena 0.1.13
This is the first ChatArena release under the Farama Foundation, and marks an important step bringing the project towards the Farama Standards. It also includes many quality-of-life updates and bugfixes. Some highlights include:
- Continuous integration pipelines have been added to perform testing on windows, linux, and macOS with python versions 3.8, 3.9, 3.10 and 3.11.
- Pre-commit hooks have been added to automatically perform linting, type checking, etc.
- CONTRIBUTING.md has been added, with instructions for new contributors
This release also includes significant updates to the Umshini environments, culminated over the past ~3 months
New Features and Improvements
- Feat: add langchain support by @dexhunter in #46
- Add pre-commit hooks and CI tests for windows, mac, linux by @elliottower in #79
- Add python-publish workflow to automate pypi releases by @elliottower in #78
Bug Fixes
- Update PettingZoo and Umshini requirements by @elliottower in #43
- Fix: Missing name for json by @dexhunter in #45
- Fix typos in README.md @pminervini in #61
- Gradio version fix by @elliottower in #80
- Bump version number to 0.1.13 by @elliottower in #83
Full Changelog: v0.1.12...v0.1.13