diff --git a/doc/changes/DM-38041.feature.md b/doc/changes/DM-38041.feature.md new file mode 100644 index 000000000..e2ef1ae92 --- /dev/null +++ b/doc/changes/DM-38041.feature.md @@ -0,0 +1,3 @@ +Add support for initializing processing output runs with just a pipeline graph, not a quantum graph. + +This also moves much of the logic for initializing output runs from `lsst.ctrl.mpexec.PreExecInit` to `PipelineGraph` and `QuantumGraph` methods.