Release v2.2.3
What's changed
Bug fixes:
- Fixed list handling in local LLM response parsing — single-prompt batches were not unwrapped correctly
- Fixed chat template handling for local LLMs (#72)
- Fixed
ExperimentConfignot being applied before resolvingx_columnin tasks (#68) - Fixed keyword handling in
RandomSearchSelector.select_exemplars(#70) - Fixed various typos
Further changes:
- Added
CONTRIBUTING.mdwith workflow, code quality, and testing guidelines - Added
accelerateas a dependency of the[transformers]extra, enabling local inference without manual installation - Overhauled README: added quickstart code example, PyPI badge, installation guide, scientific publications section, and citation block
- New tests now account for 96% test coverage
Full Changelog: here