lsst-ctrl-mpexec 30.0.0__tar.gz → 30.0.0rc1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {lsst_ctrl_mpexec-30.0.0/python/lsst_ctrl_mpexec.egg-info → lsst_ctrl_mpexec-30.0.0rc1}/PKG-INFO +1 -1
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/doc/lsst.ctrl.mpexec/CHANGES.rst +0 -34
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/singleQuantumExecutor.py +3 -11
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/version.py +1 -1
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1/python/lsst_ctrl_mpexec.egg-info}/PKG-INFO +1 -1
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/COPYRIGHT +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/LICENSE +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/MANIFEST.in +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/README.rst +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/bsd_license.txt +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/doc/lsst.ctrl.mpexec/configuring-pipetask-tasks.rst +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/doc/lsst.ctrl.mpexec/index.rst +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/doc/lsst.ctrl.mpexec/pipetask.rst +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/gpl-v3.0.txt +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/pyproject.toml +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/__init__.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/__init__.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/__init__.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/_pipeline_graph_factory.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/__init__.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/butler_factory.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/cmd/__init__.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/cmd/commands.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/opt/__init__.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/opt/arguments.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/opt/optionGroups.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/opt/options.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/pipetask.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/script/__init__.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/script/build.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/script/cleanup.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/script/confirmable.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/script/pre_exec_init_qbb.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/script/purge.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/script/qgraph.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/script/report.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/script/run.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/script/run_qbb.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/script/update_graph_run.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/utils.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/execFixupDataId.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/executionGraphFixup.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/log_capture.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/mpGraphExecutor.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/preExecInit.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/py.typed +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/quantumGraphExecutor.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/reports.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/separablePipelineExecutor.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/showInfo.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/simple_pipeline_executor.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/taskFactory.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/util.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst_ctrl_mpexec.egg-info/SOURCES.txt +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst_ctrl_mpexec.egg-info/dependency_links.txt +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst_ctrl_mpexec.egg-info/entry_points.txt +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst_ctrl_mpexec.egg-info/requires.txt +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst_ctrl_mpexec.egg-info/top_level.txt +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst_ctrl_mpexec.egg-info/zip-safe +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/setup.cfg +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/tests/test_build.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/tests/test_cliCmdCleanup.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/tests/test_cliCmdPurge.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/tests/test_cliCmdReport.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/tests/test_cliCmdUpdateGraphRun.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/tests/test_cliUtils.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/tests/test_preExecInit.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/tests/test_qgraph.py +0 -0
- {lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/tests/test_run.py +0 -0
{lsst_ctrl_mpexec-30.0.0/python/lsst_ctrl_mpexec.egg-info → lsst_ctrl_mpexec-30.0.0rc1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lsst-ctrl-mpexec
|
|
3
|
-
Version: 30.0.
|
|
3
|
+
Version: 30.0.0rc1
|
|
4
4
|
Summary: Pipeline execution infrastructure for the Rubin Observatory LSST Science Pipelines.
|
|
5
5
|
Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
|
|
6
6
|
License-Expression: BSD-3-Clause OR GPL-3.0-or-later
|
|
@@ -1,37 +1,3 @@
|
|
|
1
|
-
lsst-ctrl-mpexec v30.0.0 (2026-01-16)
|
|
2
|
-
=====================================
|
|
3
|
-
|
|
4
|
-
New Features
|
|
5
|
-
------------
|
|
6
|
-
|
|
7
|
-
- Added the ``--show subsets`` option to ``pipetask build``. (`DM-52505 <https://rubinobs.atlassian.net/browse/DM-52505>`_)
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
API Changes
|
|
11
|
-
-----------
|
|
12
|
-
|
|
13
|
-
- Moved pipeline executors and their support code to ``lsst.pipe.base``.
|
|
14
|
-
|
|
15
|
-
Deprecated forwarding shims have been added here, and will be removed after v30. (`DM-48980 <https://rubinobs.atlassian.net/browse/DM-48980>`_)
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
Bug Fixes
|
|
19
|
-
---------
|
|
20
|
-
|
|
21
|
-
- Fixed a bug (introduced in `DM-51850 <https://rubinobs.atlassian.net/browse/DM-51850>`_) that led quantum-count summaries printed by ``run``, ``run-qbb`` and ``qgraph`` to reflect the full graph even when only a subset of its quanta were loaded. (`DM-52866 <https://rubinobs.atlassian.net/browse/DM-52866>`_)
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
An API Removal or Deprecation
|
|
25
|
-
-----------------------------
|
|
26
|
-
|
|
27
|
-
- Removed multiple ``pipetask`` options:
|
|
28
|
-
|
|
29
|
-
- ``--save-execution-butler``, ``--clobber-execution-butler``, ``--target-datastore-root``, and ``--transfer``: execution butler has been fully superseded by quantum-backed butler.
|
|
30
|
-
- ``--order-pipeline``: already does nothing.
|
|
31
|
-
- ``--save-single-quanta``: superseded by support for single-quantum reads from larger quantum graph files. (`DM-52044 <https://rubinobs.atlassian.net/browse/DM-52044>`_)
|
|
32
|
-
- Removed the ``--show-qgraph-header`` option from ``pipetask qgraph``. (`DM-52190 <https://rubinobs.atlassian.net/browse/DM-52190>`_)
|
|
33
|
-
|
|
34
|
-
|
|
35
1
|
lsst-ctrl-mpexec v29.1.0 (2025-06-13)
|
|
36
2
|
=====================================
|
|
37
3
|
|
|
@@ -162,17 +162,9 @@ class SingleQuantumExecutor(lsst.pipe.base.single_quantum_executor.SingleQuantum
|
|
|
162
162
|
limited_butler: LimitedButler,
|
|
163
163
|
quantum_id: uuid.UUID | None = None,
|
|
164
164
|
) -> tuple[QuantumSuccessCaveats, list[uuid.UUID], ButlerMetrics]:
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
task,
|
|
169
|
-
quantum,
|
|
170
|
-
task_node,
|
|
171
|
-
limited_butler=limited_butler,
|
|
172
|
-
quantum_id=quantum_id,
|
|
173
|
-
ids_put=ids_put,
|
|
174
|
-
)
|
|
175
|
-
return quantum_success_caveats, ids_put, butler_metrics
|
|
165
|
+
return super()._run_quantum(
|
|
166
|
+
task, quantum, task_node, limited_butler=limited_butler, quantum_id=quantum_id
|
|
167
|
+
)
|
|
176
168
|
|
|
177
169
|
def writeMetadata(
|
|
178
170
|
self, quantum: Quantum, metadata: Any, task_node: TaskNode, /, limited_butler: LimitedButler
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
__all__ = ["__version__"]
|
|
2
|
-
__version__ = "30.0.
|
|
2
|
+
__version__ = "30.0.0rc1"
|
{lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1/python/lsst_ctrl_mpexec.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lsst-ctrl-mpexec
|
|
3
|
-
Version: 30.0.
|
|
3
|
+
Version: 30.0.0rc1
|
|
4
4
|
Summary: Pipeline execution infrastructure for the Rubin Observatory LSST Science Pipelines.
|
|
5
5
|
Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
|
|
6
6
|
License-Expression: BSD-3-Clause OR GPL-3.0-or-later
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/__init__.py
RENAMED
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/butler_factory.py
RENAMED
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/cmd/__init__.py
RENAMED
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/cmd/commands.py
RENAMED
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/opt/__init__.py
RENAMED
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/opt/arguments.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/opt/options.py
RENAMED
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/pipetask.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/script/build.py
RENAMED
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/script/cleanup.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/script/purge.py
RENAMED
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/script/qgraph.py
RENAMED
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/script/report.py
RENAMED
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/script/run.py
RENAMED
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/cli/script/run_qbb.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/execFixupDataId.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/log_capture.py
RENAMED
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/mpGraphExecutor.py
RENAMED
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/preExecInit.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst/ctrl/mpexec/taskFactory.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst_ctrl_mpexec.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst_ctrl_mpexec.egg-info/requires.txt
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_ctrl_mpexec-30.0.0 → lsst_ctrl_mpexec-30.0.0rc1}/python/lsst_ctrl_mpexec.egg-info/zip-safe
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|