What's Changed
- chore: update init.py by @eltociear in #181
- parallel study evaluation by @recursix in #180
- Refactor HuggingFace model initialization to include base model name … by @jardinetsouffleton in #190
- limiting to python 3.11 and above by @ThibaultLSDC in #194
- Implement parallel processing for studies using ProcessPoolExecutor a… by @recursix in #195
- Update README.md, fix typo by @ollmer in #196
- small API change - passing exp_root to study.run() by @optimass in #200
- added
study.shuffle_exps()
feature by @optimass in #202 - trying to fix tests by @ThibaultLSDC in #206
- Add new agent configurations for Claude Sonnet 3.5 and vision models by @jardinetsouffleton in #213
New Contributors
- @eltociear made their first contribution in #181
- @optimass made their first contribution in #200
Full Changelog: v0.3.2...v0.4.0