v0.16.0: Fix `yield` flow; drop `Distillation` task in favor of task-wise distillation
Pre-release
Pre-release
✨ New features and improvements
-
🔴 Bug fixes
- Fix broken
yieldto allow for true doc-/batch-wise processing (#172)
⚠️ Backwards incompatibilities
- Distillation is available only via task interface (i.e.
task.distill(...)), no more dedicatedDistillationtask. This was done as theDistillationtask necessarily requires processing the entire dataset at once, the nature of the task doesn't allow for iterative processing - this made it fundamentally incompatible with the iterative processing style all other components supported. (#173)
📖 Documentation and examples
-
👥 Contributors
Full Changelog: v0.15.1...v0.16.0