lsst-pipe-base 29.2025.4300__tar.gz → 29.2025.4400__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.4300/python/lsst_pipe_base.egg-info → lsst_pipe_base-29.2025.4400}/PKG-INFO +3 -3
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/pyproject.toml +3 -3
- lsst_pipe_base-29.2025.4400/python/lsst/pipe/base/version.py +2 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400/python/lsst_pipe_base.egg-info}/PKG-INFO +3 -3
- lsst_pipe_base-29.2025.4300/python/lsst/pipe/base/version.py +0 -2
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/COPYRIGHT +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/LICENSE +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/MANIFEST.in +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/README.md +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/bsd_license.txt +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/doc/lsst.pipe.base/CHANGES.rst +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/doc/lsst.pipe.base/creating-a-pipeline.rst +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/doc/lsst.pipe.base/creating-a-pipelinetask.rst +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/doc/lsst.pipe.base/creating-a-task.rst +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/doc/lsst.pipe.base/index.rst +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/doc/lsst.pipe.base/task-framework-overview.rst +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/doc/lsst.pipe.base/task-retargeting-howto.rst +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/doc/lsst.pipe.base/testing-a-pipeline-task.rst +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/doc/lsst.pipe.base/testing-pipelines-with-mocks.rst +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/doc/lsst.pipe.base/working-with-pipeline-graphs.rst +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/gpl-v3.0.txt +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/__init__.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/__init__.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/__init__.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/_datasetQueryConstraints.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/_dataset_handle.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/_instrument.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/_observation_dimension_packer.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/_quantumContext.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/_status.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/_task_metadata.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/all_dimensions_quantum_graph_builder.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/automatic_connection_constants.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/caching_limited_butler.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/cli/__init__.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/cli/_get_cli_subcommands.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/cli/cmd/__init__.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/cli/cmd/commands.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/cli/opt/__init__.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/cli/opt/arguments.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/cli/opt/options.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/config.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/configOverrides.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/connectionTypes.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/connections.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/dot_tools.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/exec_fixup_data_id.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/execution_graph_fixup.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/execution_reports.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/formatters/__init__.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/formatters/pexConfig.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/graph/__init__.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/graph/_implDetails.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/graph/_loadHelpers.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/graph/_versionDeserializers.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/graph/graph.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/graph/graphSummary.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/graph/quantumNode.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/graph_walker.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/log_capture.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/mermaid_tools.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/mp_graph_executor.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/pipeline.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/pipelineIR.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/pipelineTask.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/pipeline_graph/__init__.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/pipeline_graph/__main__.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/pipeline_graph/_dataset_types.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/pipeline_graph/_edges.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/pipeline_graph/_exceptions.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/pipeline_graph/_mapping_views.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/pipeline_graph/_nodes.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/pipeline_graph/_pipeline_graph.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/pipeline_graph/_task_subsets.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/pipeline_graph/_tasks.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/pipeline_graph/expressions.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/pipeline_graph/io.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/pipeline_graph/visualization/__init__.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/pipeline_graph/visualization/_dot.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/pipeline_graph/visualization/_formatting.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/pipeline_graph/visualization/_layout.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/pipeline_graph/visualization/_merge.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/pipeline_graph/visualization/_mermaid.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/pipeline_graph/visualization/_options.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/pipeline_graph/visualization/_printer.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/pipeline_graph/visualization/_show.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/pipeline_graph/visualization/_status_annotator.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/prerequisite_helpers.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/py.typed +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/quantum_graph/__init__.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/quantum_graph/_common.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/quantum_graph/_multiblock.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/quantum_graph/_predicted.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/quantum_graph/_provenance.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/quantum_graph/aggregator/__init__.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/quantum_graph/aggregator/_communicators.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/quantum_graph/aggregator/_config.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/quantum_graph/aggregator/_ingester.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/quantum_graph/aggregator/_progress.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/quantum_graph/aggregator/_scanner.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/quantum_graph/aggregator/_structs.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/quantum_graph/aggregator/_supervisor.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/quantum_graph/aggregator/_writer.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/quantum_graph/visualization.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/quantum_graph_builder.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/quantum_graph_executor.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/quantum_graph_skeleton.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/quantum_provenance_graph.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/quantum_reports.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/resource_usage.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/script/__init__.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/script/register_instrument.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/script/retrieve_artifacts_for_quanta.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/script/transfer_from_graph.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/script/utils.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/script/zip_from_graph.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/separable_pipeline_executor.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/simple_pipeline_executor.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/single_quantum_executor.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/struct.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/task.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/taskFactory.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/testUtils.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/tests/__init__.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/tests/in_memory_limited_butler.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/tests/mocks/__init__.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/tests/mocks/_data_id_match.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/tests/mocks/_pipeline_task.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/tests/mocks/_repo.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/tests/mocks/_storage_class.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/tests/no_dimensions.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/tests/pipelineStepTester.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/tests/simpleQGraph.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/tests/util.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/utils.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst_pipe_base.egg-info/SOURCES.txt +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst_pipe_base.egg-info/dependency_links.txt +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst_pipe_base.egg-info/entry_points.txt +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst_pipe_base.egg-info/requires.txt +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst_pipe_base.egg-info/top_level.txt +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst_pipe_base.egg-info/zip-safe +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/setup.cfg +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_adjust_all_quanta.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_aggregator.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_caching_limited_butler.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_cliCmdRegisterInstrument.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_configOverrides.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_config_formatter.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_connections.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_dataid_match.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_dataset_handle.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_dot_tools.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_dynamic_connections.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_execution_reports.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_execution_storage_class_conversion.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_graphBuilder.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_graph_walker.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_init_output_run.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_instrument.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_mermaid.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_mp_graph_executor.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_pipeline.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_pipelineIR.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_pipelineLoadSubset.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_pipelineTask.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_pipeline_graph.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_pipeline_graph_expressions.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_predicted_qg.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_qg_builder_dimensions.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_quantumGraph.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_quantum_provenance_graph.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_quantum_reports.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_quantum_success_caveats.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_script_utils.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_separable_pipeline_executor.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_simple_pipeline_executor.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_single_quantum_executor.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_struct.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_task.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_task_factory.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_taskmetadata.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_testUtils.py +0 -0
- {lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_utils.py +0 -0
{lsst_pipe_base-29.2025.4300/python/lsst_pipe_base.egg-info → lsst_pipe_base-29.2025.4400}/PKG-INFO
RENAMED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lsst-pipe-base
|
|
3
|
-
Version: 29.2025.
|
|
3
|
+
Version: 29.2025.4400
|
|
4
4
|
Summary: Pipeline infrastructure for the Rubin Science Pipelines.
|
|
5
5
|
Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
|
|
6
|
-
License: BSD
|
|
6
|
+
License-Expression: BSD-3-Clause OR GPL-3.0-or-later
|
|
7
7
|
Project-URL: Homepage, https://github.com/lsst/pipe_base
|
|
8
8
|
Keywords: lsst
|
|
9
9
|
Classifier: Intended Audience :: Science/Research
|
|
10
|
-
Classifier: License :: OSI Approved :: BSD License
|
|
11
10
|
Classifier: Operating System :: OS Independent
|
|
12
11
|
Classifier: Programming Language :: Python :: 3
|
|
13
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
14
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.13
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
16
16
|
Classifier: Topic :: Scientific/Engineering :: Astronomy
|
|
17
17
|
Requires-Python: >=3.11.0
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
@@ -6,19 +6,20 @@ build-backend = "setuptools.build_meta"
|
|
|
6
6
|
name = "lsst-pipe-base"
|
|
7
7
|
requires-python = ">=3.11.0"
|
|
8
8
|
description = "Pipeline infrastructure for the Rubin Science Pipelines."
|
|
9
|
-
license =
|
|
9
|
+
license = "BSD-3-Clause OR GPL-3.0-or-later"
|
|
10
|
+
license-files = ["COPYRIGHT", "LICENSE", "bsd_license.txt", "gpl-v3.0.txt"]
|
|
10
11
|
readme = "README.md"
|
|
11
12
|
authors = [
|
|
12
13
|
{name="Rubin Observatory Data Management", email="dm-admin@lists.lsst.org"},
|
|
13
14
|
]
|
|
14
15
|
classifiers = [
|
|
15
16
|
"Intended Audience :: Science/Research",
|
|
16
|
-
"License :: OSI Approved :: BSD License",
|
|
17
17
|
"Operating System :: OS Independent",
|
|
18
18
|
"Programming Language :: Python :: 3",
|
|
19
19
|
"Programming Language :: Python :: 3.11",
|
|
20
20
|
"Programming Language :: Python :: 3.12",
|
|
21
21
|
"Programming Language :: Python :: 3.13",
|
|
22
|
+
"Programming Language :: Python :: 3.14",
|
|
22
23
|
"Topic :: Scientific/Engineering :: Astronomy",
|
|
23
24
|
]
|
|
24
25
|
keywords=["lsst"]
|
|
@@ -54,7 +55,6 @@ where = ["python"]
|
|
|
54
55
|
|
|
55
56
|
[tool.setuptools]
|
|
56
57
|
zip-safe = true
|
|
57
|
-
license-files = ["COPYRIGHT", "LICENSE", "bsd_license.txt", "gpl-v3.0.txt"]
|
|
58
58
|
|
|
59
59
|
[tool.setuptools.package-data]
|
|
60
60
|
"lsst.pipe.base" = ["py.typed", "cli/resources.yaml"]
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400/python/lsst_pipe_base.egg-info}/PKG-INFO
RENAMED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lsst-pipe-base
|
|
3
|
-
Version: 29.2025.
|
|
3
|
+
Version: 29.2025.4400
|
|
4
4
|
Summary: Pipeline infrastructure for the Rubin Science Pipelines.
|
|
5
5
|
Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
|
|
6
|
-
License: BSD
|
|
6
|
+
License-Expression: BSD-3-Clause OR GPL-3.0-or-later
|
|
7
7
|
Project-URL: Homepage, https://github.com/lsst/pipe_base
|
|
8
8
|
Keywords: lsst
|
|
9
9
|
Classifier: Intended Audience :: Science/Research
|
|
10
|
-
Classifier: License :: OSI Approved :: BSD License
|
|
11
10
|
Classifier: Operating System :: OS Independent
|
|
12
11
|
Classifier: Programming Language :: Python :: 3
|
|
13
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
14
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.13
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
16
16
|
Classifier: Topic :: Scientific/Engineering :: Astronomy
|
|
17
17
|
Requires-Python: >=3.11.0
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
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.4300 → lsst_pipe_base-29.2025.4400}/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
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/_dataset_handle.py
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/_instrument.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/_quantumContext.py
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/_status.py
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/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.4300 → lsst_pipe_base-29.2025.4400}/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.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/cli/opt/options.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/configOverrides.py
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/connectionTypes.py
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/connections.py
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/dot_tools.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.4300 → lsst_pipe_base-29.2025.4400}/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.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/graph/graph.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/graph_walker.py
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/log_capture.py
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/mermaid_tools.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/pipeline.py
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/pipelineIR.py
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/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
|
|
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.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/quantum_reports.py
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/resource_usage.py
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/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.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/script/utils.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.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/taskFactory.py
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/python/lsst/pipe/base/testUtils.py
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/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
|
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/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.4300 → lsst_pipe_base-29.2025.4400}/python/lsst_pipe_base.egg-info/zip-safe
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_caching_limited_butler.py
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/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.4300 → lsst_pipe_base-29.2025.4400}/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
|
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_pipelineLoadSubset.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_pipeline_graph_expressions.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_qg_builder_dimensions.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_quantum_provenance_graph.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_quantum_success_caveats.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_simple_pipeline_executor.py
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.4300 → lsst_pipe_base-29.2025.4400}/tests/test_single_quantum_executor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|