- Propagate embarrassingly parallel splitters and aggregators to leaf steps
0.1.11
- Refactor the ImplementationGraph recursion logic for clarity
0.1.10
- Make InputSlots and OutputSlots mutable
0.1.9
- Refactor EmbarrassinglyParallelStep to require a Step during construction
0.1.8
- Refactor subgraph logic from Step to HierarchicalStep - Refactor ChoiceStep so that each choice requires a single Step instead of nodes/edges - Standardize the passing around of configurations to be step config instead of parent config
0.1.7
- Implement initial embarrassingly/auto-parallel step support