Skip to content

v0.19.0: Conditional execution

Pre-release
Pre-release

Choose a tag to compare

@rmitsch rmitsch released this 08 Nov 22:57
· 68 commits to main since this release

✨ New features and improvements

  • Introduce condition parameter for Task classes. condition allows passing a Callable to tasks that determines whether to run a task for any given Doc. If condition validates to False, task bypasses the corresponding doc. (#195)
  • Refactor to move inference_type into GenerationSettings (#194)

🔴 Bug fixes

-

⚠️ Backwards incompatibilities

-

📖 Documentation and examples

-

👥 Contributors

@rmitsch


Full Changelog: v0.18.1...v0.19.0