scipp / sciline

Build scientific pipelines for your data
https://scipp.github.io/sciline/
BSD 3-Clause "New" or "Revised" License
10 stars 2 forks source link

Overview: Rewrite of `Pipeline` #161

Closed SimonHeybrock closed 3 months ago

SimonHeybrock commented 5 months ago

It seems we have converged on a solution for rewriting Pipeline in a simpler way, removing ParamTable and using map-reduce operations instead. The current status of the rewrite/prototype can be found in the v2-prototype branch. We will likely want to distribute the work on this soon, so here is a summary of the status, which I intend to keep up to date.

Last update: 2024-04-15

To do

Open questions