lsst-ctrl-bps 29.2025.4100__tar.gz → 29.2025.4300__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.
Files changed (73) hide show
  1. {lsst_ctrl_bps-29.2025.4100/python/lsst_ctrl_bps.egg-info → lsst_ctrl_bps-29.2025.4300}/PKG-INFO +1 -1
  2. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/doc/lsst.ctrl.bps/quickstart.rst +1 -1
  3. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/etc/bps_defaults.yaml +6 -1
  4. lsst_ctrl_bps-29.2025.4300/python/lsst/ctrl/bps/version.py +2 -0
  5. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300/python/lsst_ctrl_bps.egg-info}/PKG-INFO +1 -1
  6. lsst_ctrl_bps-29.2025.4100/python/lsst/ctrl/bps/version.py +0 -2
  7. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/COPYRIGHT +0 -0
  8. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/LICENSE +0 -0
  9. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/MANIFEST.in +0 -0
  10. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/README.md +0 -0
  11. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/bsd_license.txt +0 -0
  12. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/doc/lsst.ctrl.bps/CHANGES.rst +0 -0
  13. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/doc/lsst.ctrl.bps/index.rst +0 -0
  14. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/gpl-v3.0.txt +0 -0
  15. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/pyproject.toml +0 -0
  16. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/__init__.py +0 -0
  17. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/__init__.py +0 -0
  18. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/__init__.py +0 -0
  19. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/_exceptions.py +0 -0
  20. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/bps_config.py +0 -0
  21. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/bps_draw.py +0 -0
  22. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/bps_reports.py +0 -0
  23. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/bps_utils.py +0 -0
  24. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/cancel.py +0 -0
  25. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/cli/__init__.py +0 -0
  26. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/cli/bps.py +0 -0
  27. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/cli/cmd/__init__.py +0 -0
  28. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/cli/cmd/commands.py +0 -0
  29. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/cli/opt/__init__.py +0 -0
  30. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/cli/opt/arguments.py +0 -0
  31. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/cli/opt/option_groups.py +0 -0
  32. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/cli/opt/options.py +0 -0
  33. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/clustered_quantum_graph.py +0 -0
  34. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/constants.py +0 -0
  35. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/construct.py +0 -0
  36. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/drivers.py +0 -0
  37. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/generic_workflow.py +0 -0
  38. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/initialize.py +0 -0
  39. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/ping.py +0 -0
  40. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/pre_transform.py +0 -0
  41. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/prepare.py +0 -0
  42. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/quantum_clustering_funcs.py +0 -0
  43. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/report.py +0 -0
  44. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/restart.py +0 -0
  45. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/status.py +0 -0
  46. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/submit.py +0 -0
  47. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/tests/config_test_utils.py +0 -0
  48. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/tests/gw_test_utils.py +0 -0
  49. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/transform.py +0 -0
  50. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst/ctrl/bps/wms_service.py +0 -0
  51. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst_ctrl_bps.egg-info/SOURCES.txt +0 -0
  52. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst_ctrl_bps.egg-info/dependency_links.txt +0 -0
  53. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst_ctrl_bps.egg-info/entry_points.txt +0 -0
  54. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst_ctrl_bps.egg-info/requires.txt +0 -0
  55. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst_ctrl_bps.egg-info/top_level.txt +0 -0
  56. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/python/lsst_ctrl_bps.egg-info/zip-safe +0 -0
  57. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/setup.cfg +0 -0
  58. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/tests/test_bps_reports.py +0 -0
  59. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/tests/test_bps_utils.py +0 -0
  60. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/tests/test_bpsconfig.py +0 -0
  61. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/tests/test_cli_commands.py +0 -0
  62. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/tests/test_clustered_quantum_graph.py +0 -0
  63. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/tests/test_construct.py +0 -0
  64. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/tests/test_drivers.py +0 -0
  65. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/tests/test_generic_workflow.py +0 -0
  66. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/tests/test_initialize.py +0 -0
  67. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/tests/test_ping.py +0 -0
  68. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/tests/test_pre_transform.py +0 -0
  69. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/tests/test_quantum_clustering_funcs.py +0 -0
  70. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/tests/test_report.py +0 -0
  71. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/tests/test_status.py +0 -0
  72. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/tests/test_transform.py +0 -0
  73. {lsst_ctrl_bps-29.2025.4100 → lsst_ctrl_bps-29.2025.4300}/tests/test_wms_service.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lsst-ctrl-bps
3
- Version: 29.2025.4100
3
+ Version: 29.2025.4300
4
4
  Summary: Pluggable execution of workflow graphs from Rubin pipelines.
5
5
  Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
6
6
  License: BSD 3-Clause License
@@ -1161,7 +1161,7 @@ New YAML Section
1161
1161
  implementation: JOB
1162
1162
  concurrencyLimit: db_limit
1163
1163
  command1: >-
1164
- ${DAF_BUTLER_DIR}/bin/butler transfer-from-graph
1164
+ ${DAF_BUTLER_DIR}/bin/butler aggregate-graph
1165
1165
  {fileDistributionEndPoint}{qgraphFile}
1166
1166
  {butlerConfig}
1167
1167
  --register-dataset-types
@@ -114,6 +114,7 @@ useLazyCommands: True
114
114
  executionButler:
115
115
  whenCreate: "NEVER"
116
116
 
117
+ extraAggregateOptions: ""
117
118
  finalJob:
118
119
  retryUnlessExit: 2
119
120
  updateOutputChain: "--update-output-chain"
@@ -124,12 +125,16 @@ finalJob:
124
125
  implementation: JOB
125
126
  concurrencyLimit: db_limit
126
127
  finalPreCmdOpts: "{defaultPreCmdOpts}"
128
+ requestCpus: 16
129
+ requestMemory: 32768
127
130
  command1: >-
128
- ${DAF_BUTLER_DIR}/bin/butler {finalPreCmdOpts} transfer-from-graph
131
+ ${DAF_BUTLER_DIR}/bin/butler {finalPreCmdOpts} aggregate-graph
129
132
  {fileDistributionEndPoint}{qgraphFile}
130
133
  {butlerConfig}
134
+ -j {requestCpus}
131
135
  --register-dataset-types
132
136
  {updateOutputChain}
137
+ {extraAggregateOptions}
133
138
 
134
139
  # Set a global default memory limit (in MiB) for the automatic memory scaling
135
140
  # mechanism. The value, 480 GiB, picked based on the cluster specifications
@@ -0,0 +1,2 @@
1
+ __all__ = ["__version__"]
2
+ __version__ = "29.2025.4300"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lsst-ctrl-bps
3
- Version: 29.2025.4100
3
+ Version: 29.2025.4300
4
4
  Summary: Pluggable execution of workflow graphs from Rubin pipelines.
5
5
  Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
6
6
  License: BSD 3-Clause License
@@ -1,2 +0,0 @@
1
- __all__ = ["__version__"]
2
- __version__ = "29.2025.4100"