lsst-pipe-base 29.2025.2400__tar.gz → 29.2025.2500__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_pipe_base-29.2025.2400/python/lsst_pipe_base.egg-info → lsst_pipe_base-29.2025.2500}/PKG-INFO +1 -1
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/doc/lsst.pipe.base/CHANGES.rst +39 -0
- lsst_pipe_base-29.2025.2500/python/lsst/pipe/base/version.py +2 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500/python/lsst_pipe_base.egg-info}/PKG-INFO +1 -1
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_adjust_all_quanta.py +3 -8
- lsst_pipe_base-29.2025.2400/python/lsst/pipe/base/version.py +0 -2
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/COPYRIGHT +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/LICENSE +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/MANIFEST.in +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/README.md +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/bsd_license.txt +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/doc/lsst.pipe.base/creating-a-pipeline.rst +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/doc/lsst.pipe.base/creating-a-pipelinetask.rst +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/doc/lsst.pipe.base/creating-a-task.rst +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/doc/lsst.pipe.base/index.rst +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/doc/lsst.pipe.base/task-framework-overview.rst +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/doc/lsst.pipe.base/task-retargeting-howto.rst +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/doc/lsst.pipe.base/testing-a-pipeline-task.rst +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/doc/lsst.pipe.base/testing-pipelines-with-mocks.rst +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/doc/lsst.pipe.base/working-with-pipeline-graphs.rst +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/gpl-v3.0.txt +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/pyproject.toml +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/__init__.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/__init__.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/__init__.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/_datasetQueryConstraints.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/_dataset_handle.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/_instrument.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/_observation_dimension_packer.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/_quantumContext.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/_status.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/_task_metadata.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/all_dimensions_quantum_graph_builder.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/automatic_connection_constants.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/caching_limited_butler.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/cli/__init__.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/cli/_get_cli_subcommands.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/cli/cmd/__init__.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/cli/cmd/commands.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/cli/opt/__init__.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/cli/opt/arguments.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/cli/opt/options.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/config.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/configOverrides.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/connectionTypes.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/connections.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/dot_tools.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/executionButlerBuilder.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/execution_reports.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/formatters/__init__.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/formatters/pexConfig.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/graph/__init__.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/graph/_implDetails.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/graph/_loadHelpers.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/graph/_versionDeserializers.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/graph/graph.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/graph/graphSummary.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/graph/quantumNode.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/mermaid_tools.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/pipeline.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/pipelineIR.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/pipelineTask.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/pipeline_graph/__init__.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/pipeline_graph/__main__.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/pipeline_graph/_dataset_types.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/pipeline_graph/_edges.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/pipeline_graph/_exceptions.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/pipeline_graph/_mapping_views.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/pipeline_graph/_nodes.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/pipeline_graph/_pipeline_graph.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/pipeline_graph/_task_subsets.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/pipeline_graph/_tasks.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/pipeline_graph/expressions.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/pipeline_graph/io.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/pipeline_graph/visualization/__init__.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/pipeline_graph/visualization/_dot.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/pipeline_graph/visualization/_formatting.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/pipeline_graph/visualization/_layout.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/pipeline_graph/visualization/_merge.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/pipeline_graph/visualization/_mermaid.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/pipeline_graph/visualization/_options.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/pipeline_graph/visualization/_printer.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/pipeline_graph/visualization/_show.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/pipeline_graph/visualization/_status_annotator.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/prerequisite_helpers.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/py.typed +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/quantum_graph_builder.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/quantum_graph_skeleton.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/quantum_provenance_graph.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/script/__init__.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/script/register_instrument.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/script/retrieve_artifacts_for_quanta.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/script/transfer_from_graph.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/script/utils.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/script/zip_from_graph.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/struct.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/task.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/taskFactory.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/testUtils.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/tests/__init__.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/tests/mocks/__init__.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/tests/mocks/_data_id_match.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/tests/mocks/_pipeline_task.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/tests/mocks/_storage_class.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/tests/no_dimensions.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/tests/pipelineStepTester.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/tests/simpleQGraph.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/tests/util.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/utils.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst_pipe_base.egg-info/SOURCES.txt +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst_pipe_base.egg-info/dependency_links.txt +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst_pipe_base.egg-info/entry_points.txt +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst_pipe_base.egg-info/requires.txt +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst_pipe_base.egg-info/top_level.txt +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst_pipe_base.egg-info/zip-safe +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/setup.cfg +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_caching_limited_butler.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_cliCmdRegisterInstrument.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_configOverrides.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_config_formatter.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_connections.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_dataid_match.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_dataset_handle.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_dot_tools.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_dynamic_connections.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_executionButler.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_execution_reports.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_graphBuilder.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_init_output_run.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_instrument.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_mermaid.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_pipeline.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_pipelineIR.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_pipelineLoadSubset.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_pipelineTask.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_pipeline_graph.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_pipeline_graph_expressions.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_quantumGraph.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_quantum_provenance_graph.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_quantum_success_caveats.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_script_utils.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_struct.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_task.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_taskmetadata.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_testUtils.py +0 -0
- {lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_utils.py +0 -0
{lsst_pipe_base-29.2025.2400/python/lsst_pipe_base.egg-info → lsst_pipe_base-29.2025.2500}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lsst-pipe-base
|
|
3
|
-
Version: 29.2025.
|
|
3
|
+
Version: 29.2025.2500
|
|
4
4
|
Summary: Pipeline infrastructure for the Rubin Science Pipelines.
|
|
5
5
|
Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
|
|
6
6
|
License: BSD 3-Clause License
|
|
@@ -1,3 +1,42 @@
|
|
|
1
|
+
lsst-pipe-base v29.1.0 (2025-06-13)
|
|
2
|
+
===================================
|
|
3
|
+
|
|
4
|
+
New Features
|
|
5
|
+
------------
|
|
6
|
+
|
|
7
|
+
- Introduced a graph-style visualization of pipeline processing that annotates nodes with their status using ``QuantumProvenanceGraph`` data. (`DM-48206 <https://rubinobs.atlassian.net/browse/DM-48206>`_)
|
|
8
|
+
- Integrated ``mermaid-py`` for rendering pipeline visualizations as SVG/PNG images. (`DM-48482 <https://rubinobs.atlassian.net/browse/DM-48482>`_)
|
|
9
|
+
- Added ``PipelineTask.select`` and and ``PipelineTask.select_tasks``, which use a small custom expression language to select subsets of a pipeline.
|
|
10
|
+
|
|
11
|
+
This functionality is intended to eventually be made available on the ``pipetask`` command-line and possibly in ``Pipeline`` YAML definitions, but this change just adds it to the ``PipelineGraph`` Python interface while design work continues on making it available more broadly. (`DM-48913 <https://rubinobs.atlassian.net/browse/DM-48913>`_)
|
|
12
|
+
- Added a quantum graph generation hook that allows tasks to adjust all of their quanta (in limited ways) at once. (`DM-49300 <https://rubinobs.atlassian.net/browse/DM-49300>`_)
|
|
13
|
+
- ``AllDimensionQuantumGraphBuilder`` now accepts one or more Astropy tables of data IDs as constraints. (`DM-49949 <https://rubinobs.atlassian.net/browse/DM-49949>`_)
|
|
14
|
+
- Added support for moving outputs from one quantum to another in the ``adjust_all_quanta`` hook, as well as access to a ``Butler`` instance with implementations of that hook. (`DM-50539 <https://rubinobs.atlassian.net/browse/DM-50539>`_)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
Bug Fixes
|
|
18
|
+
---------
|
|
19
|
+
|
|
20
|
+
- Fixed unintentional exceptions from building an empty ``QuantumGraph``. (`DM-49763 <https://rubinobs.atlassian.net/browse/DM-49763>`_)
|
|
21
|
+
- Fixed pipeline incorrect step-validation failures caused by further subsetting a pipeline with an empty step. (`DM-50107 <https://rubinobs.atlassian.net/browse/DM-50107>`_)
|
|
22
|
+
- Fixed quantum graph builder logging to correctly identify when the initial butler query actually starts returning rows. (`DM-50969 <https://rubinobs.atlassian.net/browse/DM-50969>`_)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
Performance Enhancement
|
|
26
|
+
-----------------------
|
|
27
|
+
|
|
28
|
+
- Added parallelization and quantum-backed butler usage to ``QuantumProvenanceGraph`` to speed up metadata reads.
|
|
29
|
+
|
|
30
|
+
By default, ``QuantumProvenanceGraph`` now uses quantum-backed butler and only reads metadata for quanta for which at least one predicted output was not produced (``read_caveats='lazy'``). (`DM-49440 <https://rubinobs.atlassian.net/browse/DM-49440>`_)
|
|
31
|
+
- When reading a full ``QuantumGraph`` file from a remote location (i.e. a non-POSIX URI), first copy the file into a temporary local location. (`DM-50041 <https://rubinobs.atlassian.net/browse/DM-50041>`_)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
Other Changes and Additions
|
|
35
|
+
---------------------------
|
|
36
|
+
|
|
37
|
+
- Added ability to select specific dataset types when transferring datasets from a graph. (`DM-50885 <https://rubinobs.atlassian.net/browse/DM-50885>`_)
|
|
38
|
+
|
|
39
|
+
|
|
1
40
|
lsst-pipe-base v29.0.0 (2025-03-25)
|
|
2
41
|
===================================
|
|
3
42
|
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500/python/lsst_pipe_base.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lsst-pipe-base
|
|
3
|
-
Version: 29.2025.
|
|
3
|
+
Version: 29.2025.2500
|
|
4
4
|
Summary: Pipeline infrastructure for the Rubin Science Pipelines.
|
|
5
5
|
Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
|
|
6
6
|
License: BSD 3-Clause License
|
|
@@ -30,7 +30,6 @@ from __future__ import annotations
|
|
|
30
30
|
__all__ = ()
|
|
31
31
|
|
|
32
32
|
import operator
|
|
33
|
-
import os
|
|
34
33
|
import unittest
|
|
35
34
|
from collections import defaultdict
|
|
36
35
|
|
|
@@ -45,7 +44,7 @@ from lsst.pipe.base import (
|
|
|
45
44
|
QuantaAdjuster,
|
|
46
45
|
)
|
|
47
46
|
from lsst.pipe.base.all_dimensions_quantum_graph_builder import AllDimensionsQuantumGraphBuilder
|
|
48
|
-
from lsst.
|
|
47
|
+
from lsst.resources import ResourcePath
|
|
49
48
|
|
|
50
49
|
|
|
51
50
|
class GroupTestConnections(PipelineTaskConnections, dimensions=("detector",)):
|
|
@@ -111,13 +110,9 @@ class AdjustAllQuantaTestCase(unittest.TestCase):
|
|
|
111
110
|
|
|
112
111
|
@staticmethod
|
|
113
112
|
def make_butler() -> Butler:
|
|
114
|
-
|
|
115
|
-
DATA_DIR = os.path.join(getPackageDir("daf_butler"), "tests", "data", "registry")
|
|
116
|
-
except LookupError:
|
|
117
|
-
raise unittest.SkipTest("Test data is not available with pip-provided daf_butler.") from None
|
|
118
|
-
|
|
113
|
+
DATA_ROOT = ResourcePath("resource://lsst.daf.butler/tests/registry_data", forceDirectory=True)
|
|
119
114
|
return create_populated_sqlite_registry(
|
|
120
|
-
*[
|
|
115
|
+
*[DATA_ROOT.join(filename) for filename in ("base.yaml", "datasets.yaml")]
|
|
121
116
|
)
|
|
122
117
|
|
|
123
118
|
def test_adjust_all_quanta(self) -> None:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/doc/lsst.pipe.base/creating-a-task.rst
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
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/_dataset_handle.py
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/_instrument.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/_quantumContext.py
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/_status.py
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/_task_metadata.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/cli/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/cli/opt/options.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/configOverrides.py
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/connectionTypes.py
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/connections.py
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/dot_tools.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/graph/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/graph/graph.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/mermaid_tools.py
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/pipeline.py
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/pipelineIR.py
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/pipelineTask.py
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/script/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/script/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/taskFactory.py
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/testUtils.py
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/tests/__init__.py
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
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst/pipe/base/tests/util.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/python/lsst_pipe_base.egg-info/zip-safe
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_caching_limited_butler.py
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_cliCmdRegisterInstrument.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_dynamic_connections.py
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
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_pipelineLoadSubset.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_pipeline_graph_expressions.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_quantum_provenance_graph.py
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.2400 → lsst_pipe_base-29.2025.2500}/tests/test_quantum_success_caveats.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|