You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/lsst.ctrl.mpexec/CHANGES.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -274,7 +274,7 @@ API Changes
274
274
* New class ``PreExecInitLimited`` which performs pre-exec-init in case of Quantum-backed butler.
275
275
The code that it shares with a regular ``PreExecInit`` class is now in their common base class ``PreExecInitBase``. (`DM-33497 <https://rubinobs.atlassian.net/browse/DM-33497>`_)
276
276
- Added new ``resources`` parameter to ``SingleQuantumExecutor``, ``SimplePipelineExecutor``, and ``SeparablePipelineExecutor`` constructors.
277
-
This optional parameter is a `~lsst.pipe.base.ExecutionResources` object and allows the execution context to be passed into the `~lsst.pipe.base.PipelinesTask.runQuantum` method. (`DM-39661 <https://rubinobs.atlassian.net/browse/DM-39661>`_)
277
+
This optional parameter is a `~lsst.pipe.base.ExecutionResources` object and allows the execution context to be passed into the `~lsst.pipe.base.PipelineTask.runQuantum` method. (`DM-39661 <https://rubinobs.atlassian.net/browse/DM-39661>`_)
278
278
279
279
280
280
Bug Fixes
@@ -294,7 +294,7 @@ Other Changes and Additions
294
294
Previously this did not matter (the graph run was being ignored) but with the change to always use the ``DatasetRef`` from the graph it becomes critical that they match. (`DM-38779 <https://rubinobs.atlassian.net/browse/DM-38779>`_)
295
295
- Revive the previously-bitrotted pipeline mocking system.
296
296
297
-
Most of the implementation has been moved to `pipe_base`, and the point at which mocking occurs has moved from execution to just before `QuantumGraph` generation, which changes which `pipetask` subcommands the `--mock` option is valid for. (`DM-38952 <https://rubinobs.atlassian.net/browse/DM-38952>`_)
297
+
Most of the implementation has been moved to ``pipe_base``, and the point at which mocking occurs has moved from execution to just before ``QuantumGraph`` generation, which changes which ``pipetask`` subcommands the ``--mock`` option is valid for. (`DM-38952 <https://rubinobs.atlassian.net/browse/DM-38952>`_)
298
298
- Updated the directed graph color scheme with an aim towards making node text easier to read.
299
299
The previous pipeline directed graph nodes used dark gray as their background color.
300
300
It had been reported that it is difficult to read the black text on the dark gray background.
0 commit comments