Releases: LowLevel73/pipesmith
Releases · LowLevel73/pipesmith
Release list
Version 1.1.0 - Added input validation feature.
First public release of pipesmith
Key Features
- Flexible Pipeline Construction: Combine different callable objects into valid pipelines based on custom conditions.
- Label-Based Conditions: Apply conditions to ensure certain steps are included, excluded, or required based on the labels associated with the callable object.
- Input Validation: The class automatically validates the syntax of the input structure during initialization.