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

New steps decorator #1062

Merged
merged 3 commits into from
May 15, 2024
Merged

New steps decorator #1062

merged 3 commits into from
May 15, 2024

Conversation

elliotgunton
Copy link
Collaborator

Pull Request Checklist

Description of PR
PR refactors common code from the dag decorator, and adds the new parallel function to create a Parallel context at declaration time, or a dummy context to allow local execution.

@elliotgunton elliotgunton added type:enhancement A general enhancement semver:minor A change requiring a minor version bump labels May 13, 2024
@elliotgunton elliotgunton marked this pull request as ready for review May 13, 2024 16:20
@elliotgunton elliotgunton linked an issue May 13, 2024 that may be closed by this pull request
@elliotgunton elliotgunton force-pushed the new-steps-decorator branch 2 times, most recently from b59c538 to dc945ca Compare May 14, 2024 10:44
@elliotgunton elliotgunton force-pushed the new-dag-decorator branch 2 times, most recently from cd51680 to 6a2ca54 Compare May 14, 2024 10:48
@elliotgunton elliotgunton force-pushed the new-steps-decorator branch 5 times, most recently from 311ec06 to 8e1e836 Compare May 15, 2024 13:20
Base automatically changed from new-dag-decorator to main May 15, 2024 14:29
* Extract out common code from dag decorator

Signed-off-by: Elliot Gunton <egunton@bloomberg.net>
Signed-off-by: Elliot Gunton <egunton@bloomberg.net>
Signed-off-by: Elliot Gunton <egunton@bloomberg.net>
@samj1912 samj1912 merged commit 2a13cf4 into main May 15, 2024
20 checks passed
@samj1912 samj1912 deleted the new-steps-decorator branch May 15, 2024 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:minor A change requiring a minor version bump type:enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HEP0001 - new Steps decorator
2 participants