lsst-ctrl-bps 30.0.0__py3-none-any.whl → 30.0.0rc1__py3-none-any.whl
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/bps/generic_workflow.py +0 -12
- lsst/ctrl/bps/version.py +1 -1
- {lsst_ctrl_bps-30.0.0.dist-info → lsst_ctrl_bps-30.0.0rc1.dist-info}/METADATA +2 -2
- {lsst_ctrl_bps-30.0.0.dist-info → lsst_ctrl_bps-30.0.0rc1.dist-info}/RECORD +12 -12
- {lsst_ctrl_bps-30.0.0.dist-info → lsst_ctrl_bps-30.0.0rc1.dist-info}/WHEEL +1 -1
- {lsst_ctrl_bps-30.0.0.dist-info → lsst_ctrl_bps-30.0.0rc1.dist-info}/entry_points.txt +0 -0
- {lsst_ctrl_bps-30.0.0.dist-info → lsst_ctrl_bps-30.0.0rc1.dist-info}/licenses/COPYRIGHT +0 -0
- {lsst_ctrl_bps-30.0.0.dist-info → lsst_ctrl_bps-30.0.0rc1.dist-info}/licenses/LICENSE +0 -0
- {lsst_ctrl_bps-30.0.0.dist-info → lsst_ctrl_bps-30.0.0rc1.dist-info}/licenses/bsd_license.txt +0 -0
- {lsst_ctrl_bps-30.0.0.dist-info → lsst_ctrl_bps-30.0.0rc1.dist-info}/licenses/gpl-v3.0.txt +0 -0
- {lsst_ctrl_bps-30.0.0.dist-info → lsst_ctrl_bps-30.0.0rc1.dist-info}/top_level.txt +0 -0
- {lsst_ctrl_bps-30.0.0.dist-info → lsst_ctrl_bps-30.0.0rc1.dist-info}/zip-safe +0 -0
|
@@ -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.
|
lsst/ctrl/bps/version.py
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
__all__ = ["__version__"]
|
|
2
|
-
__version__ = "30.0.
|
|
2
|
+
__version__ = "30.0.0rc1"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lsst-ctrl-bps
|
|
3
|
-
Version: 30.0.
|
|
3
|
+
Version: 30.0.0rc1
|
|
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
|
|
@@ -11,7 +11,7 @@ lsst/ctrl/bps/clustered_quantum_graph.py,sha256=vpsjyzIr6e5as6rkRphrleY8q2I_8xXE
|
|
|
11
11
|
lsst/ctrl/bps/constants.py,sha256=dsnsNMqwU6Xl_ln6nQ0PmxsghlbBY9mLJWf2rlzYayQ,1733
|
|
12
12
|
lsst/ctrl/bps/construct.py,sha256=o-JhTF_eehRiIxy3xe2UgBISyKNBg-kduthGiqfa50g,8100
|
|
13
13
|
lsst/ctrl/bps/drivers.py,sha256=TKFEzg00ju7E_XeaXKtQWLVyZWzfwr-g5qu5twix5fI,23212
|
|
14
|
-
lsst/ctrl/bps/generic_workflow.py,sha256=
|
|
14
|
+
lsst/ctrl/bps/generic_workflow.py,sha256=BwEFBudncziHTZaTTknOQroY_a-33mGf-mq9PzxH8G0,53720
|
|
15
15
|
lsst/ctrl/bps/initialize.py,sha256=DCQwB9ZSo_36Ncs8jMJwxKZcYCu46jjww6rzyiuMFKY,7554
|
|
16
16
|
lsst/ctrl/bps/ping.py,sha256=orwTZUNFtlexMYFcNWW_48jaa7Jo1oK4_eb_HuC-p5E,2235
|
|
17
17
|
lsst/ctrl/bps/pre_transform.py,sha256=uxhSiG-_NyX175nL7d1dvOmLprdbN_gxaWr7X7nzhXE,10931
|
|
@@ -22,7 +22,7 @@ lsst/ctrl/bps/restart.py,sha256=yVwxeviLiehyIfPmwU-H3tJ9ou7OWZZcrNf8PMxjr8o,2298
|
|
|
22
22
|
lsst/ctrl/bps/status.py,sha256=Lrt0cAqROv77B8UvYXGimCa4cDHBD1N0K2Xx7oS6fXk,3362
|
|
23
23
|
lsst/ctrl/bps/submit.py,sha256=Ev-yhcoZwtBPIo5bRt_4XFJRtgQBd8JHUurEfn01HpU,2880
|
|
24
24
|
lsst/ctrl/bps/transform.py,sha256=y_78yBO17T4oBJ-3tCKtMwcgaT45XrLxwtEEr1vUIMQ,34687
|
|
25
|
-
lsst/ctrl/bps/version.py,sha256
|
|
25
|
+
lsst/ctrl/bps/version.py,sha256=vSgpHsF0PG5ox9cJDNTmDJ8a4r5c8EKOc2gxM3iszgs,52
|
|
26
26
|
lsst/ctrl/bps/wms_service.py,sha256=l3T6i1MG72dhHY0KXMUlBjWUpCLOfaySs7o2W8oCwhs,18891
|
|
27
27
|
lsst/ctrl/bps/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
28
28
|
lsst/ctrl/bps/cli/bps.py,sha256=CHfAL-U4mSi-FqeGKtmkX5nI5H9gkRre4XEWNVdeMRk,2559
|
|
@@ -35,13 +35,13 @@ lsst/ctrl/bps/cli/opt/options.py,sha256=pZQpjJ2Vrx6kYJGs5vVERBMFstPocwBXHffxkWkm
|
|
|
35
35
|
lsst/ctrl/bps/etc/bps_defaults.yaml,sha256=6NNym1z1lF3FhVE2y6e0bixHPA6OISuPpaBVd83Va1A,4932
|
|
36
36
|
lsst/ctrl/bps/tests/config_test_utils.py,sha256=WM8Vrigk4OO0TBoL1A73a6hLhf2a6-ACD20fROJ0U7A,3537
|
|
37
37
|
lsst/ctrl/bps/tests/gw_test_utils.py,sha256=zVVQqzwSiQgPgk9TnqDzgR7uDnaTMeuBLYKA8vOp5RI,22452
|
|
38
|
-
lsst_ctrl_bps-30.0.
|
|
39
|
-
lsst_ctrl_bps-30.0.
|
|
40
|
-
lsst_ctrl_bps-30.0.
|
|
41
|
-
lsst_ctrl_bps-30.0.
|
|
42
|
-
lsst_ctrl_bps-30.0.
|
|
43
|
-
lsst_ctrl_bps-30.0.
|
|
44
|
-
lsst_ctrl_bps-30.0.
|
|
45
|
-
lsst_ctrl_bps-30.0.
|
|
46
|
-
lsst_ctrl_bps-30.0.
|
|
47
|
-
lsst_ctrl_bps-30.0.
|
|
38
|
+
lsst_ctrl_bps-30.0.0rc1.dist-info/licenses/COPYRIGHT,sha256=Lc6NoAEFQ65v_SmtS9NwfHTOuSUtC2Umbjv5zyowiQM,61
|
|
39
|
+
lsst_ctrl_bps-30.0.0rc1.dist-info/licenses/LICENSE,sha256=pRExkS03v0MQW-neNfIcaSL6aiAnoLxYgtZoFzQ6zkM,232
|
|
40
|
+
lsst_ctrl_bps-30.0.0rc1.dist-info/licenses/bsd_license.txt,sha256=7MIcv8QRX9guUtqPSBDMPz2SnZ5swI-xZMqm_VDSfxY,1606
|
|
41
|
+
lsst_ctrl_bps-30.0.0rc1.dist-info/licenses/gpl-v3.0.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
42
|
+
lsst_ctrl_bps-30.0.0rc1.dist-info/METADATA,sha256=fA7ylf-LHaHp4zbFRbxcqTzomoCwJpXSeVEymyPpXlY,2214
|
|
43
|
+
lsst_ctrl_bps-30.0.0rc1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
44
|
+
lsst_ctrl_bps-30.0.0rc1.dist-info/entry_points.txt,sha256=d6FhN79h7s9frdBI7YkScsGEInwpGGub49pAjXWbIbI,51
|
|
45
|
+
lsst_ctrl_bps-30.0.0rc1.dist-info/top_level.txt,sha256=eUWiOuVVm9wwTrnAgiJT6tp6HQHXxIhj2QSZ7NYZH80,5
|
|
46
|
+
lsst_ctrl_bps-30.0.0rc1.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
47
|
+
lsst_ctrl_bps-30.0.0rc1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_ctrl_bps-30.0.0.dist-info → lsst_ctrl_bps-30.0.0rc1.dist-info}/licenses/bsd_license.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|