From 048018ff94bc010c9610f41bf00ec193fd4492fe Mon Sep 17 00:00:00 2001 From: Jim Bosch Date: Tue, 10 Sep 2024 12:43:48 -0400 Subject: [PATCH] Add changelog entry. --- doc/changes/DM-38041.feature.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/changes/DM-38041.feature.md 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.