v0.19.0: Conditional execution
Pre-release
Pre-release
✨ New features and improvements
- Introduce
conditionparameter forTaskclasses.conditionallows passing aCallableto tasks that determines whether to run a task for any givenDoc. If condition validates toFalse, task bypasses the corresponding doc. (#195) - Refactor to move
inference_typeintoGenerationSettings(#194)
🔴 Bug fixes
-
⚠️ Backwards incompatibilities
-
📖 Documentation and examples
-
👥 Contributors
Full Changelog: v0.18.1...v0.19.0