This repository was archived by the owner on Apr 30, 2026. It is now read-only.
v0.1.3
What's Changed
- Add a YAML based file format for pipelines by @markmc in #86
- llmblock: Set a more reasonable default for num_tokens by @russellb in #125
- pipeline: Fail explicitly on an empty dataset by @russellb in #127
- Automate validation of pipeline configs by @russellb in #132
- Update grounded_skills.yaml to add seed value by @aakankshaduggal in #137
- ci: Run lint job if pipeline configs change by @russellb in #140
- Set gen_kwargs['n'] dynamically in the simple pipelines by @russellb in #144
- Add
model_promptconfig param for LLMBlock by @russellb in #141 - filterblock: add default_value for use with convert_dtype by @markmc in #143
- Export public APIs in top-level package by @tiran in #73
- Indent simple pipeline "principle" content by @derekhiggins in #150
- Move
gen_kwargsdown toLLMBlockby @markmc in #146 - ci: run e2e on pipeline config related changes by @russellb in #151
- importblock: resolve circular import issue by @markmc in #153
- Remove unused requirements by @russellb in #152
- Drop
__index_level_0__columns by @aakankshaduggal in #142 - Fix SamplePopulatorBlock by @markmc in #156
- Block Name In Errors by @gabe-l-hart in #155
- Load custom pipelines from shared data dir by @derekhiggins in #166
- LLMBlock concurrency by @gabe-l-hart in #157
New Contributors
- @tiran made their first contribution in #73
- @derekhiggins made their first contribution in #150
- @gabe-l-hart made their first contribution in #155
Full Changelog: v0.1.2...v0.1.3