lsst-pipe-base 29.2025.1800__py3-none-any.whl → 29.2025.2000__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/pipe/base/tests/mocks/_data_id_match.py +5 -0
- lsst/pipe/base/version.py +1 -1
- {lsst_pipe_base-29.2025.1800.dist-info → lsst_pipe_base-29.2025.2000.dist-info}/METADATA +1 -1
- {lsst_pipe_base-29.2025.1800.dist-info → lsst_pipe_base-29.2025.2000.dist-info}/RECORD +12 -12
- {lsst_pipe_base-29.2025.1800.dist-info → lsst_pipe_base-29.2025.2000.dist-info}/WHEEL +1 -1
- {lsst_pipe_base-29.2025.1800.dist-info → lsst_pipe_base-29.2025.2000.dist-info}/entry_points.txt +0 -0
- {lsst_pipe_base-29.2025.1800.dist-info → lsst_pipe_base-29.2025.2000.dist-info}/licenses/COPYRIGHT +0 -0
- {lsst_pipe_base-29.2025.1800.dist-info → lsst_pipe_base-29.2025.2000.dist-info}/licenses/LICENSE +0 -0
- {lsst_pipe_base-29.2025.1800.dist-info → lsst_pipe_base-29.2025.2000.dist-info}/licenses/bsd_license.txt +0 -0
- {lsst_pipe_base-29.2025.1800.dist-info → lsst_pipe_base-29.2025.2000.dist-info}/licenses/gpl-v3.0.txt +0 -0
- {lsst_pipe_base-29.2025.1800.dist-info → lsst_pipe_base-29.2025.2000.dist-info}/top_level.txt +0 -0
- {lsst_pipe_base-29.2025.1800.dist-info → lsst_pipe_base-29.2025.2000.dist-info}/zip-safe +0 -0
|
@@ -32,6 +32,7 @@ __all__ = ["DataIdMatch"]
|
|
|
32
32
|
import operator
|
|
33
33
|
from collections.abc import Callable
|
|
34
34
|
from typing import Any
|
|
35
|
+
from uuid import UUID
|
|
35
36
|
|
|
36
37
|
import astropy.time
|
|
37
38
|
|
|
@@ -62,6 +63,10 @@ class _DataIdMatchTreeVisitor(TreeVisitor):
|
|
|
62
63
|
# docstring is inherited from base class
|
|
63
64
|
return value
|
|
64
65
|
|
|
66
|
+
def visitUuidLiteral(self, value: UUID, node: Node) -> Any:
|
|
67
|
+
# docstring is inherited from base class
|
|
68
|
+
return value
|
|
69
|
+
|
|
65
70
|
def visitRangeLiteral(self, start: int, stop: int, stride: int | None, node: Node) -> Any:
|
|
66
71
|
# docstring is inherited from base class
|
|
67
72
|
if stride is None:
|
lsst/pipe/base/version.py
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
__all__ = ["__version__"]
|
|
2
|
-
__version__ = "29.2025.
|
|
2
|
+
__version__ = "29.2025.2000"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lsst-pipe-base
|
|
3
|
-
Version: 29.2025.
|
|
3
|
+
Version: 29.2025.2000
|
|
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
|
|
@@ -32,7 +32,7 @@ lsst/pipe/base/task.py,sha256=XHBd-7m1a4-6LgobBYA1DgY4H7EV-_RWKfxbhZbMmD4,15145
|
|
|
32
32
|
lsst/pipe/base/taskFactory.py,sha256=4GhN2DozPM8suBYIvoKN4E6VP0I3mYZHBjCUO5JcCGk,2901
|
|
33
33
|
lsst/pipe/base/testUtils.py,sha256=lSBKMhoKflbi8JkMNYfEqqHNl-rtFI8UYT3QneDYpLo,18477
|
|
34
34
|
lsst/pipe/base/utils.py,sha256=JmEt3l0xrh9uayKrSXuQEq12aXOhDr2YXmbYduaxCko,1940
|
|
35
|
-
lsst/pipe/base/version.py,sha256=
|
|
35
|
+
lsst/pipe/base/version.py,sha256=bT9RvvieKvOl5VImh838xbe0jWwzezTNwq19FWhF5NU,55
|
|
36
36
|
lsst/pipe/base/cli/__init__.py,sha256=861tXIAW7SqtqNUYkjbeEdfg8lDswXsjJQca0gVCFz4,54
|
|
37
37
|
lsst/pipe/base/cli/_get_cli_subcommands.py,sha256=g_af64klRybBGKAg7fmBSZBdw2LYBAsFON_yQIMZON0,1289
|
|
38
38
|
lsst/pipe/base/cli/cmd/__init__.py,sha256=BGicstnryQ48rYcNRh4fa6Vy63ZIlZ_pPAEa17jhkwY,1519
|
|
@@ -82,16 +82,16 @@ lsst/pipe/base/tests/pipelineStepTester.py,sha256=KGxdB8gdVpSey2RUGURDIzIfPL-4qv
|
|
|
82
82
|
lsst/pipe/base/tests/simpleQGraph.py,sha256=G9C69caX8479JR9h48ERhOFvLTPJCoj5gKf_eRoaALQ,19660
|
|
83
83
|
lsst/pipe/base/tests/util.py,sha256=eWuIRz55HYgNmMkexinN9HjUFmPC3uapO8jMjcQY-ao,4010
|
|
84
84
|
lsst/pipe/base/tests/mocks/__init__.py,sha256=NrIJYDeYgR3HsOJXBEXi8EXDhhV7iw7dgwK9qlQ59PA,1551
|
|
85
|
-
lsst/pipe/base/tests/mocks/_data_id_match.py,sha256=
|
|
85
|
+
lsst/pipe/base/tests/mocks/_data_id_match.py,sha256=WU0-5cPsU4565UhlsvQwhZKP5RzPJPyZ8sGio1CKAPI,6813
|
|
86
86
|
lsst/pipe/base/tests/mocks/_pipeline_task.py,sha256=fqaJ-tB7K3jxlfCvCSnVd_GNrz-JhX7FB914h7nHLXc,29366
|
|
87
87
|
lsst/pipe/base/tests/mocks/_storage_class.py,sha256=JvUmyXQC5DwOkFoLHkJk6u0ldn1VgZVVjh9GjpXRGg0,25211
|
|
88
|
-
lsst_pipe_base-29.2025.
|
|
89
|
-
lsst_pipe_base-29.2025.
|
|
90
|
-
lsst_pipe_base-29.2025.
|
|
91
|
-
lsst_pipe_base-29.2025.
|
|
92
|
-
lsst_pipe_base-29.2025.
|
|
93
|
-
lsst_pipe_base-29.2025.
|
|
94
|
-
lsst_pipe_base-29.2025.
|
|
95
|
-
lsst_pipe_base-29.2025.
|
|
96
|
-
lsst_pipe_base-29.2025.
|
|
97
|
-
lsst_pipe_base-29.2025.
|
|
88
|
+
lsst_pipe_base-29.2025.2000.dist-info/licenses/COPYRIGHT,sha256=kB3Z9_f6a6uFLGpEmNJT_n186CE65H6wHu4F6BNt_zA,368
|
|
89
|
+
lsst_pipe_base-29.2025.2000.dist-info/licenses/LICENSE,sha256=pRExkS03v0MQW-neNfIcaSL6aiAnoLxYgtZoFzQ6zkM,232
|
|
90
|
+
lsst_pipe_base-29.2025.2000.dist-info/licenses/bsd_license.txt,sha256=7MIcv8QRX9guUtqPSBDMPz2SnZ5swI-xZMqm_VDSfxY,1606
|
|
91
|
+
lsst_pipe_base-29.2025.2000.dist-info/licenses/gpl-v3.0.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
92
|
+
lsst_pipe_base-29.2025.2000.dist-info/METADATA,sha256=d3YlW3lrestkt4hkIEtcY9fq8eCAR1xB51G98G4mXkM,2195
|
|
93
|
+
lsst_pipe_base-29.2025.2000.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
|
94
|
+
lsst_pipe_base-29.2025.2000.dist-info/entry_points.txt,sha256=bnmUhJBsChxMdqST9VmFBYYKxLQoToOfqW1wjW7khjk,64
|
|
95
|
+
lsst_pipe_base-29.2025.2000.dist-info/top_level.txt,sha256=eUWiOuVVm9wwTrnAgiJT6tp6HQHXxIhj2QSZ7NYZH80,5
|
|
96
|
+
lsst_pipe_base-29.2025.2000.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
97
|
+
lsst_pipe_base-29.2025.2000.dist-info/RECORD,,
|
{lsst_pipe_base-29.2025.1800.dist-info → lsst_pipe_base-29.2025.2000.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.1800.dist-info → lsst_pipe_base-29.2025.2000.dist-info}/licenses/COPYRIGHT
RENAMED
|
File without changes
|
{lsst_pipe_base-29.2025.1800.dist-info → lsst_pipe_base-29.2025.2000.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_pipe_base-29.2025.1800.dist-info → lsst_pipe_base-29.2025.2000.dist-info}/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|