dkist-processing-test 1.42.4__tar.gz → 1.42.5rc1__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.
- {dkist_processing_test-1.42.4/dkist_processing_test.egg-info → dkist_processing_test-1.42.5rc1}/PKG-INFO +6 -6
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1/dkist_processing_test.egg-info}/PKG-INFO +6 -6
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test.egg-info/requires.txt +5 -5
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/pyproject.toml +7 -7
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/.gitignore +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/.snyk +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/README.rst +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/parsers/__init__.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/parsers/test_l0_fits_access.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/parsers/time.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/tasks/construct_dataset_extras.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.42.
|
|
3
|
+
Version: 1.42.5rc1
|
|
4
4
|
Summary: Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.13
|
|
13
13
|
Requires-Python: >=3.13
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==14.0.
|
|
15
|
+
Requires-Dist: dkist-processing-common==14.0.3rc1
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.3.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.25.0
|
|
@@ -31,10 +31,10 @@ Requires-Dist: dkist-processing-test[asdf]; extra == "test"
|
|
|
31
31
|
Requires-Dist: dkist-processing-test[quality]; extra == "test"
|
|
32
32
|
Provides-Extra: inventory
|
|
33
33
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
34
|
-
Requires-Dist: dkist-inventory==1.11.
|
|
34
|
+
Requires-Dist: dkist-inventory==1.11.7rc1; extra == "inventory"
|
|
35
35
|
Provides-Extra: asdf
|
|
36
36
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
37
|
-
Requires-Dist: dkist-inventory[asdf]==1.11.
|
|
37
|
+
Requires-Dist: dkist-inventory[asdf]==1.11.7rc1; extra == "asdf"
|
|
38
38
|
Provides-Extra: quality
|
|
39
39
|
Requires-Dist: dkist-quality==2.0.1; extra == "quality"
|
|
40
40
|
Provides-Extra: frozen
|
|
@@ -104,10 +104,10 @@ Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
|
104
104
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
105
105
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
107
|
-
Requires-Dist: dkist-processing-common==14.0.
|
|
107
|
+
Requires-Dist: dkist-processing-common==14.0.3rc1; extra == "frozen"
|
|
108
108
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
109
109
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
110
|
-
Requires-Dist: dkist-processing-test==1.42.
|
|
110
|
+
Requires-Dist: dkist-processing-test==1.42.5rc1; extra == "frozen"
|
|
111
111
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
112
112
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
113
113
|
Requires-Dist: dkist_fits_specifications==4.25.0; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.42.
|
|
3
|
+
Version: 1.42.5rc1
|
|
4
4
|
Summary: Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.13
|
|
13
13
|
Requires-Python: >=3.13
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==14.0.
|
|
15
|
+
Requires-Dist: dkist-processing-common==14.0.3rc1
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.3.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.25.0
|
|
@@ -31,10 +31,10 @@ Requires-Dist: dkist-processing-test[asdf]; extra == "test"
|
|
|
31
31
|
Requires-Dist: dkist-processing-test[quality]; extra == "test"
|
|
32
32
|
Provides-Extra: inventory
|
|
33
33
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
34
|
-
Requires-Dist: dkist-inventory==1.11.
|
|
34
|
+
Requires-Dist: dkist-inventory==1.11.7rc1; extra == "inventory"
|
|
35
35
|
Provides-Extra: asdf
|
|
36
36
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
37
|
-
Requires-Dist: dkist-inventory[asdf]==1.11.
|
|
37
|
+
Requires-Dist: dkist-inventory[asdf]==1.11.7rc1; extra == "asdf"
|
|
38
38
|
Provides-Extra: quality
|
|
39
39
|
Requires-Dist: dkist-quality==2.0.1; extra == "quality"
|
|
40
40
|
Provides-Extra: frozen
|
|
@@ -104,10 +104,10 @@ Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
|
104
104
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
105
105
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
107
|
-
Requires-Dist: dkist-processing-common==14.0.
|
|
107
|
+
Requires-Dist: dkist-processing-common==14.0.3rc1; extra == "frozen"
|
|
108
108
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
109
109
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
110
|
-
Requires-Dist: dkist-processing-test==1.42.
|
|
110
|
+
Requires-Dist: dkist-processing-test==1.42.5rc1; extra == "frozen"
|
|
111
111
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
112
112
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
113
113
|
Requires-Dist: dkist_fits_specifications==4.25.0; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==14.0.
|
|
1
|
+
dkist-processing-common==14.0.3rc1
|
|
2
2
|
dkist-header-validator==5.3.1
|
|
3
3
|
dkist-service-configuration==4.3.0
|
|
4
4
|
dkist-fits-specifications==4.25.0
|
|
@@ -9,7 +9,7 @@ dkist-spectral-lines==3.0.1
|
|
|
9
9
|
|
|
10
10
|
[asdf]
|
|
11
11
|
dkist-processing-common[asdf]
|
|
12
|
-
dkist-inventory[asdf]==1.11.
|
|
12
|
+
dkist-inventory[asdf]==1.11.7rc1
|
|
13
13
|
|
|
14
14
|
[frozen]
|
|
15
15
|
Deprecated==1.3.1
|
|
@@ -78,10 +78,10 @@ cycler==0.12.1
|
|
|
78
78
|
decorator==5.2.1
|
|
79
79
|
dill==0.4.1
|
|
80
80
|
dkist-header-validator==5.3.1
|
|
81
|
-
dkist-processing-common==14.0.
|
|
81
|
+
dkist-processing-common==14.0.3rc1
|
|
82
82
|
dkist-processing-core==7.2.1
|
|
83
83
|
dkist-processing-pac==3.1.2
|
|
84
|
-
dkist-processing-test==1.42.
|
|
84
|
+
dkist-processing-test==1.42.5rc1
|
|
85
85
|
dkist-service-configuration==4.3.0
|
|
86
86
|
dkist-spectral-lines==3.0.1
|
|
87
87
|
dkist_fits_specifications==4.25.0
|
|
@@ -245,7 +245,7 @@ zipp==3.23.1
|
|
|
245
245
|
|
|
246
246
|
[inventory]
|
|
247
247
|
dkist-processing-common[inventory]
|
|
248
|
-
dkist-inventory==1.11.
|
|
248
|
+
dkist-inventory==1.11.7rc1
|
|
249
249
|
|
|
250
250
|
[quality]
|
|
251
251
|
dkist-quality==2.0.1
|
|
@@ -9,8 +9,8 @@ exclude = ["build*"]
|
|
|
9
9
|
|
|
10
10
|
[tool.dkist-dev-tools]
|
|
11
11
|
# Most recently frozen version by dkist-dev-tools
|
|
12
|
-
version = "1.42.
|
|
13
|
-
date = 2026-05-
|
|
12
|
+
version = "1.42.5rc1"
|
|
13
|
+
date = 2026-05-05T10:02:49.571169
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,7 +26,7 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.13",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common == 14.0.
|
|
29
|
+
"dkist-processing-common == 14.0.3rc1",
|
|
30
30
|
"dkist-header-validator == 5.3.1",
|
|
31
31
|
"dkist-service-configuration == 4.3.0",
|
|
32
32
|
"dkist-fits-specifications == 4.25.0",
|
|
@@ -54,11 +54,11 @@ test = [
|
|
|
54
54
|
]
|
|
55
55
|
inventory = [
|
|
56
56
|
"dkist-processing-common[inventory]",
|
|
57
|
-
"dkist-inventory==1.11.
|
|
57
|
+
"dkist-inventory==1.11.7rc1",
|
|
58
58
|
]
|
|
59
59
|
asdf = [
|
|
60
60
|
"dkist-processing-common[asdf]",
|
|
61
|
-
"dkist-inventory[asdf]==1.11.
|
|
61
|
+
"dkist-inventory[asdf]==1.11.7rc1",
|
|
62
62
|
]
|
|
63
63
|
quality = [
|
|
64
64
|
"dkist-quality == 2.0.1",
|
|
@@ -130,10 +130,10 @@ frozen = [
|
|
|
130
130
|
"decorator == 5.2.1",
|
|
131
131
|
"dill == 0.4.1",
|
|
132
132
|
"dkist-header-validator == 5.3.1",
|
|
133
|
-
"dkist-processing-common == 14.0.
|
|
133
|
+
"dkist-processing-common == 14.0.3rc1",
|
|
134
134
|
"dkist-processing-core == 7.2.1",
|
|
135
135
|
"dkist-processing-pac == 3.1.2",
|
|
136
|
-
"dkist-processing-test == 1.42.
|
|
136
|
+
"dkist-processing-test == 1.42.5rc1",
|
|
137
137
|
"dkist-service-configuration == 4.3.0",
|
|
138
138
|
"dkist-spectral-lines == 3.0.1",
|
|
139
139
|
"dkist_fits_specifications == 4.25.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/config.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
|
{dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.42.4 → dkist_processing_test-1.42.5rc1}/dkist_processing_test/tasks/noop.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
|