lsst-ctrl-bps 30.0.0__tar.gz → 30.0.0rc2__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 (72) hide show
  1. {lsst_ctrl_bps-30.0.0/python/lsst_ctrl_bps.egg-info → lsst_ctrl_bps-30.0.0rc2}/PKG-INFO +2 -2
  2. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/doc/lsst.ctrl.bps/CHANGES.rst +0 -30
  3. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/pyproject.toml +1 -1
  4. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/generic_workflow.py +0 -12
  5. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/version.py +1 -1
  6. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2/python/lsst_ctrl_bps.egg-info}/PKG-INFO +2 -2
  7. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst_ctrl_bps.egg-info/requires.txt +1 -1
  8. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/COPYRIGHT +0 -0
  9. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/LICENSE +0 -0
  10. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/MANIFEST.in +0 -0
  11. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/README.md +0 -0
  12. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/bsd_license.txt +0 -0
  13. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/doc/lsst.ctrl.bps/index.rst +0 -0
  14. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/doc/lsst.ctrl.bps/quickstart.rst +0 -0
  15. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/gpl-v3.0.txt +0 -0
  16. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/__init__.py +0 -0
  17. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/__init__.py +0 -0
  18. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/__init__.py +0 -0
  19. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/_exceptions.py +0 -0
  20. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/bps_config.py +0 -0
  21. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/bps_draw.py +0 -0
  22. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/bps_reports.py +0 -0
  23. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/bps_utils.py +0 -0
  24. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/cancel.py +0 -0
  25. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/cli/__init__.py +0 -0
  26. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/cli/bps.py +0 -0
  27. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/cli/cmd/__init__.py +0 -0
  28. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/cli/cmd/commands.py +0 -0
  29. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/cli/opt/__init__.py +0 -0
  30. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/cli/opt/arguments.py +0 -0
  31. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/cli/opt/option_groups.py +0 -0
  32. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/cli/opt/options.py +0 -0
  33. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/clustered_quantum_graph.py +0 -0
  34. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/constants.py +0 -0
  35. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/construct.py +0 -0
  36. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/drivers.py +0 -0
  37. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/etc/bps_defaults.yaml +0 -0
  38. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/initialize.py +0 -0
  39. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/ping.py +0 -0
  40. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/pre_transform.py +0 -0
  41. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/prepare.py +0 -0
  42. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/quantum_clustering_funcs.py +0 -0
  43. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/report.py +0 -0
  44. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/restart.py +0 -0
  45. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/status.py +0 -0
  46. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/submit.py +0 -0
  47. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/tests/config_test_utils.py +0 -0
  48. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/tests/gw_test_utils.py +0 -0
  49. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/transform.py +0 -0
  50. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst/ctrl/bps/wms_service.py +0 -0
  51. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst_ctrl_bps.egg-info/SOURCES.txt +0 -0
  52. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst_ctrl_bps.egg-info/dependency_links.txt +0 -0
  53. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst_ctrl_bps.egg-info/entry_points.txt +0 -0
  54. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst_ctrl_bps.egg-info/top_level.txt +0 -0
  55. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/python/lsst_ctrl_bps.egg-info/zip-safe +0 -0
  56. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/setup.cfg +0 -0
  57. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/tests/test_bps_reports.py +0 -0
  58. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/tests/test_bps_utils.py +0 -0
  59. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/tests/test_bpsconfig.py +0 -0
  60. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/tests/test_cli_commands.py +0 -0
  61. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/tests/test_clustered_quantum_graph.py +0 -0
  62. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/tests/test_construct.py +0 -0
  63. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/tests/test_drivers.py +0 -0
  64. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/tests/test_generic_workflow.py +0 -0
  65. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/tests/test_initialize.py +0 -0
  66. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/tests/test_ping.py +0 -0
  67. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/tests/test_pre_transform.py +0 -0
  68. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/tests/test_quantum_clustering_funcs.py +0 -0
  69. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/tests/test_report.py +0 -0
  70. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/tests/test_status.py +0 -0
  71. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/tests/test_transform.py +0 -0
  72. {lsst_ctrl_bps-30.0.0 → lsst_ctrl_bps-30.0.0rc2}/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: 30.0.0
3
+ Version: 30.0.0rc2
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-Expression: BSD-3-Clause OR GPL-3.0-or-later
@@ -23,7 +23,7 @@ License-File: gpl-v3.0.txt
23
23
  Requires-Dist: astropy>=4.0
24
24
  Requires-Dist: pyyaml>=5.1
25
25
  Requires-Dist: click>=7.0
26
- Requires-Dist: networkx
26
+ Requires-Dist: networkx<3.6
27
27
  Requires-Dist: lsst-daf-butler
28
28
  Requires-Dist: lsst-pipe-base
29
29
  Requires-Dist: lsst-ctrl-mpexec
@@ -1,33 +1,3 @@
1
- lsst-ctrl-bps v30.0.0 (2026-01-16)
2
- ==================================
3
-
4
- New Features
5
- ------------
6
-
7
- - Added support for transferring input files to the execution site and bringing the produced output files back to the submit site when using ``bps submitcmd``. (`DM-48479 <https://rubinobs.atlassian.net/browse/DM-48479>`_)
8
- - Added ``bpsGenerateConfig`` and ``bpsEval`` to run functions to produce config values. ``bpsGenerateConfig`` is used when inserting or updating one or more key/value pairs. ``bpsEval`` is for replacing part of a string value. (`DM-50616 <https://rubinobs.atlassian.net/browse/DM-50616>`_)
9
-
10
- Bug Fixes
11
- ---------
12
-
13
- - Fixed bug where the ``return_exit_codes`` command line value was not passed to the plugin's report function. While it was correctly used when displaying the report, not having the value didn't allow the plugin to optimize its report function. (`DM-52791 <https://rubinobs.atlassian.net/browse/DM-52791>`_)
14
-
15
- Performance Enhancement
16
- -----------------------
17
-
18
- - Switched the default ``finalJob`` implementation to the new ``aggregate-graph`` command, which makes use of multiple cores much more effectively than ``transfer-from-graph``. (`DM-52360 <https://rubinobs.atlassian.net/browse/DM-52360>`_)
19
-
20
-
21
- Other Changes and Additions
22
- ---------------------------
23
-
24
- - Removed exit code 1 from the default for ``finalJob``\ 's ``retryUnlessExit`` as the majority of these are related to system issues which could be transient. (`DM-51313 <https://rubinobs.atlassian.net/browse/DM-51313>`_)
25
- - Modified the BPS report driver so it compiles exit code summary only when necessary, i.e., when ``--return-exit-codes`` option was used with ``bps report``. (`DM-52898 <https://rubinobs.atlassian.net/browse/DM-52898>`_)
26
- - Added a custom __new__ method to the GenericWorkflow class so **ctrl_bps** can work when using NetworkX 3.6. (`DM-53492 <https://rubinobs.atlassian.net/browse/DM-53492>`_)
27
- - Made the BPS reporting mechanism a bit more robust. If the BPS plugin does not explicitly includes jobs labels for which there are no failures in the run's exit code summary, it will try to use the run's job summary to do that. (`DM-51261 <https://rubinobs.atlassian.net/browse/DM-51261>`_)
28
- - Used the new ``PredictedQuantumGraph`` class internally and default to the new QG file format via the "``.qg``" extension. (`DM-52339 <https://rubinobs.atlassian.net/browse/DM-52339>`_)
29
-
30
-
31
1
  lsst-ctrl-bps v29.1.0 (2025-06-13)
32
2
  ==================================
33
3
 
@@ -27,7 +27,7 @@ dependencies = [
27
27
  "astropy >=4.0",
28
28
  "pyyaml >=5.1",
29
29
  "click >= 7.0",
30
- "networkx",
30
+ "networkx <3.6",
31
31
  "lsst-daf-butler",
32
32
  "lsst-pipe-base",
33
33
  "lsst-ctrl-mpexec",
@@ -332,18 +332,6 @@ class GenericWorkflow(DiGraph):
332
332
  self.run_id = None
333
333
  self._final: GenericWorkflowJob | GenericWorkflow | None = None
334
334
 
335
- # Starting from ver. 3.6 of NetworkX, the DiGraph class defines its custom
336
- # __new__ method that explicitly defines arguments it accepts. As a result,
337
- # we need to override it to let our subclass use different ones.
338
- #
339
- # Notes
340
- # -----
341
- # Most likely overriding __new__ in this manner will prevent us from using
342
- # different graph backends with our subclass. However, since we are not
343
- # using any backends, this should not be a problem at the moment.
344
- def __new__(cls, *args, **kwargs) -> "GenericWorkflow":
345
- return object.__new__(cls)
346
-
347
335
  @property
348
336
  def name(self) -> str:
349
337
  """Retrieve name of generic workflow.
@@ -1,2 +1,2 @@
1
1
  __all__ = ["__version__"]
2
- __version__ = "30.0.0"
2
+ __version__ = "30.0.0rc2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lsst-ctrl-bps
3
- Version: 30.0.0
3
+ Version: 30.0.0rc2
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-Expression: BSD-3-Clause OR GPL-3.0-or-later
@@ -23,7 +23,7 @@ License-File: gpl-v3.0.txt
23
23
  Requires-Dist: astropy>=4.0
24
24
  Requires-Dist: pyyaml>=5.1
25
25
  Requires-Dist: click>=7.0
26
- Requires-Dist: networkx
26
+ Requires-Dist: networkx<3.6
27
27
  Requires-Dist: lsst-daf-butler
28
28
  Requires-Dist: lsst-pipe-base
29
29
  Requires-Dist: lsst-ctrl-mpexec
@@ -1,7 +1,7 @@
1
1
  astropy>=4.0
2
2
  pyyaml>=5.1
3
3
  click>=7.0
4
- networkx
4
+ networkx<3.6
5
5
  lsst-daf-butler
6
6
  lsst-pipe-base
7
7
  lsst-ctrl-mpexec