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
* rename user_configurable attr to directly_implemented
* break reliance on splitting and aggregating node being the same
* Add a new custom-schema integration test (#173)
* set e.p.'s step parent; remove i/o slots during e.p. step construction
* simplify EmbarrassinglyParallelStep construction
* Sbachmei/mic 5987/implement splitter steps and aggregator steps (#183)
* save here: first working cut
* remove unused splitter and aggregator attrs from I/OSlots
* remove old commented out code
* bugfix InputSlot.__eq__
* fix broken tests; add docstrings
* add new StandaloneStep class for IOSteps, SplitterSteps, and AggregatorSteps
* small tweaks
* fix doc build failures
* rename splitter_step_name to splitter_node_name
* remove unused arg to _check_embarrassingly_parallel_details
* assert we only have one output slot when aggregating and stop looping
* modify docstring
* special-case e.p. steps to prevent duplicative naming conventions
* test against embarrassingly parallel parallel steps (#185)
* test against embarrassingly parallel parallel steps
* use string representation of input_files list
* add test against embarrassingly parallel loop steps (#186)
* add test against embarrassingly parallel HierarchicalSteps (#187)
* add test against embarrassingly parallel HierarchicalSteps
* Update tests/integration/test_compositions.py
Co-authored-by: Zeb Burke-Conte <zmbc@users.noreply.github.com>
---------
Co-authored-by: Zeb Burke-Conte <zmbc@users.noreply.github.com>
* changelog
---------
Co-authored-by: Zeb Burke-Conte <zmbc@users.noreply.github.com>
0 commit comments