You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Named pipelines, | operator and reverse pipeline (#173)
* add name to pipeline and allow retrieval os sub-pipelines using their names
* add a property to reverse the effects of a pipeline
* allow using | operator to combine pipelines
* store pipeline name in steps
* Add named pipe demo
* implement pipeline reverse as an Operation instead of a Pipeline
* add ReversedPipeline in the API docs
* add patterns notebook to the gallery
---------
Co-authored-by: Tennessee Leeuwenburg <[email protected]>
0 commit comments