Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added more advanced pipeline support. #205

Merged
merged 2 commits into from Mar 21, 2019
Merged

Conversation

wzorgdrager
Copy link
Collaborator

@wzorgdrager wzorgdrager commented Mar 21, 2019

Related issue(s): #203

Description of changes

Added some useful methods to link stages to multiple others easily.

.edge([Stage], List[Stage])

.edge(List[Stage], [Stage])

.edge(List[Stage], List[Stage])

Check-list

Please make sure to review and check all of these items:

  • Are the updated classes tested?
  • Are the updated classes documented & properly formatted?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?

NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open.

@wzorgdrager wzorgdrager merged commit ee49339 into develop Mar 21, 2019
@wzorgdrager wzorgdrager deleted the improve/advanced_pipeline branch March 21, 2019 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant