-
Notifications
You must be signed in to change notification settings - Fork 12
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
DM-33027: add PipelineGraph class #347
Merged
Merged
Commits on Aug 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c0486b3 - Browse repository at this point
Copy the full SHA c0486b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f6da4c - Browse repository at this point
Copy the full SHA 3f6da4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bac56ea - Browse repository at this point
Copy the full SHA bac56eaView commit details -
Integrate PipelineGraph with Pipeline and use it for sorting.
Much of the code changed here is actually stuff I want to deprecate in the future, once PipelineGraph has been integrated with more things. In the meantime, this addresses much the duplication caused by adding PipelineGraph.
Configuration menu - View commit details
-
Copy full SHA for 7f0d750 - Browse repository at this point
Copy the full SHA 7f0d750View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22cbfa8 - Browse repository at this point
Copy the full SHA 22cbfa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6789be5 - Browse repository at this point
Copy the full SHA 6789be5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6334faa - Browse repository at this point
Copy the full SHA 6334faaView commit details -
This provides some symmetry with TaskNode and a bit of convenience.
Configuration menu - View commit details
-
Copy full SHA for 69bf1e6 - Browse repository at this point
Copy the full SHA 69bf1e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02bbc62 - Browse repository at this point
Copy the full SHA 02bbc62View commit details -
Add pipeline_graph module to API reference docs.
We can't tell Sphinx about having lifted the PipelineGraph symbol to lsst.pipe.base, unfortunately, as it doesn't like duplicates and can't do aliases.
Configuration menu - View commit details
-
Copy full SHA for 8332832 - Browse repository at this point
Copy the full SHA 8332832View commit details -
Add option to resolve PipelineGraph when making it from a Pipeline.
This is what most uses will want to do anyway, unless they don't have a data repository.
Configuration menu - View commit details
-
Copy full SHA for 53cb0d5 - Browse repository at this point
Copy the full SHA 53cb0d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ffd43b - Browse repository at this point
Copy the full SHA 0ffd43bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 497ac24 - Browse repository at this point
Copy the full SHA 497ac24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f0d3fa - Browse repository at this point
Copy the full SHA 8f0d3faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14334a4 - Browse repository at this point
Copy the full SHA 14334a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8091ec1 - Browse repository at this point
Copy the full SHA 8091ec1View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.