| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-21 | feat(sim/flow): Support flow transformations | Fabian Mastenbroek | |
| This change adds a new component, FlowTransform, which is able to transform the flow from one component to another, based on some inversible transformation. Such as component is useful when converting between different units of flow between different components. | |||
| 2022-10-21 | perf(sim/flow): Add support for multi-flow stages | Fabian Mastenbroek | |
| This change adds support for creating nodes in a flow graph that support multiple inputs and outputs directly, instead of our current approach where we need to re-implement the `FlowConsumerContext` interface in order to support multiple inputs or outputs. | |||
