dkist-processing-test 1.26.0rc1__tar.gz → 1.26.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.
Potentially problematic release.
This version of dkist-processing-test might be problematic. Click here for more details.
- {dkist_processing_test-1.26.0rc1/dkist_processing_test.egg-info → dkist_processing_test-1.26.0rc2}/PKG-INFO +6 -6
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2/dkist_processing_test.egg-info}/PKG-INFO +6 -6
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test.egg-info/requires.txt +5 -5
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/pyproject.toml +7 -7
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/.gitignore +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/.snyk +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/README.rst +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test/tests/parameter_models.py +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test/tests/test_parameters.py +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.26.
|
|
3
|
+
Version: 1.26.0rc2
|
|
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
|
|
@@ -17,7 +17,7 @@ Requires-Dist: dkist-header-validator==5.2.1
|
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.14.0
|
|
19
19
|
Requires-Dist: numba==0.61.2
|
|
20
|
-
Requires-Dist: astropy==7.0.
|
|
20
|
+
Requires-Dist: astropy==7.0.2
|
|
21
21
|
Requires-Dist: numpy==2.2.5
|
|
22
22
|
Requires-Dist: dkist-spectral-lines==3.0.0
|
|
23
23
|
Provides-Extra: test
|
|
@@ -88,15 +88,15 @@ Requires-Dist: asdf_standard==1.1.1; extra == "frozen"
|
|
|
88
88
|
Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
|
|
89
89
|
Requires-Dist: asgiref==3.8.1; extra == "frozen"
|
|
90
90
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
91
|
-
Requires-Dist: astropy==7.0.
|
|
91
|
+
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
92
92
|
Requires-Dist: astropy-iers-data==0.2025.5.12.0.38.29; extra == "frozen"
|
|
93
93
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
94
94
|
Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
97
97
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
98
|
-
Requires-Dist: boto3==1.38.
|
|
99
|
-
Requires-Dist: botocore==1.38.
|
|
98
|
+
Requires-Dist: boto3==1.38.15; extra == "frozen"
|
|
99
|
+
Requires-Dist: botocore==1.38.15; extra == "frozen"
|
|
100
100
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: celery==5.5.2; extra == "frozen"
|
|
102
102
|
Requires-Dist: certifi==2025.4.26; extra == "frozen"
|
|
@@ -122,7 +122,7 @@ Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
|
122
122
|
Requires-Dist: dkist-processing-common==10.8.0rc1; extra == "frozen"
|
|
123
123
|
Requires-Dist: dkist-processing-core==5.1.0; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
125
|
-
Requires-Dist: dkist-processing-test==1.26.
|
|
125
|
+
Requires-Dist: dkist-processing-test==1.26.0rc2; extra == "frozen"
|
|
126
126
|
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist_fits_specifications==4.14.0; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.26.
|
|
3
|
+
Version: 1.26.0rc2
|
|
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
|
|
@@ -17,7 +17,7 @@ Requires-Dist: dkist-header-validator==5.2.1
|
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.14.0
|
|
19
19
|
Requires-Dist: numba==0.61.2
|
|
20
|
-
Requires-Dist: astropy==7.0.
|
|
20
|
+
Requires-Dist: astropy==7.0.2
|
|
21
21
|
Requires-Dist: numpy==2.2.5
|
|
22
22
|
Requires-Dist: dkist-spectral-lines==3.0.0
|
|
23
23
|
Provides-Extra: test
|
|
@@ -88,15 +88,15 @@ Requires-Dist: asdf_standard==1.1.1; extra == "frozen"
|
|
|
88
88
|
Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
|
|
89
89
|
Requires-Dist: asgiref==3.8.1; extra == "frozen"
|
|
90
90
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
91
|
-
Requires-Dist: astropy==7.0.
|
|
91
|
+
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
92
92
|
Requires-Dist: astropy-iers-data==0.2025.5.12.0.38.29; extra == "frozen"
|
|
93
93
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
94
94
|
Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
97
97
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
98
|
-
Requires-Dist: boto3==1.38.
|
|
99
|
-
Requires-Dist: botocore==1.38.
|
|
98
|
+
Requires-Dist: boto3==1.38.15; extra == "frozen"
|
|
99
|
+
Requires-Dist: botocore==1.38.15; extra == "frozen"
|
|
100
100
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: celery==5.5.2; extra == "frozen"
|
|
102
102
|
Requires-Dist: certifi==2025.4.26; extra == "frozen"
|
|
@@ -122,7 +122,7 @@ Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
|
122
122
|
Requires-Dist: dkist-processing-common==10.8.0rc1; extra == "frozen"
|
|
123
123
|
Requires-Dist: dkist-processing-core==5.1.0; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
125
|
-
Requires-Dist: dkist-processing-test==1.26.
|
|
125
|
+
Requires-Dist: dkist-processing-test==1.26.0rc2; extra == "frozen"
|
|
126
126
|
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist_fits_specifications==4.14.0; extra == "frozen"
|
|
@@ -3,7 +3,7 @@ dkist-header-validator==5.2.1
|
|
|
3
3
|
dkist-service-configuration==2.3.0
|
|
4
4
|
dkist-fits-specifications==4.14.0
|
|
5
5
|
numba==0.61.2
|
|
6
|
-
astropy==7.0.
|
|
6
|
+
astropy==7.0.2
|
|
7
7
|
numpy==2.2.5
|
|
8
8
|
dkist-spectral-lines==3.0.0
|
|
9
9
|
|
|
@@ -62,15 +62,15 @@ asdf_standard==1.1.1
|
|
|
62
62
|
asdf_transform_schemas==0.5.0
|
|
63
63
|
asgiref==3.8.1
|
|
64
64
|
asteval==1.0.6
|
|
65
|
-
astropy==7.0.
|
|
65
|
+
astropy==7.0.2
|
|
66
66
|
astropy-iers-data==0.2025.5.12.0.38.29
|
|
67
67
|
asyncpg==0.30.0
|
|
68
68
|
attrs==25.3.0
|
|
69
69
|
babel==2.17.0
|
|
70
70
|
billiard==4.2.1
|
|
71
71
|
blinker==1.9.0
|
|
72
|
-
boto3==1.38.
|
|
73
|
-
botocore==1.38.
|
|
72
|
+
boto3==1.38.15
|
|
73
|
+
botocore==1.38.15
|
|
74
74
|
cachelib==0.13.0
|
|
75
75
|
celery==5.5.2
|
|
76
76
|
certifi==2025.4.26
|
|
@@ -96,7 +96,7 @@ dkist-header-validator==5.2.1
|
|
|
96
96
|
dkist-processing-common==10.8.0rc1
|
|
97
97
|
dkist-processing-core==5.1.0
|
|
98
98
|
dkist-processing-pac==3.1.1
|
|
99
|
-
dkist-processing-test==1.26.
|
|
99
|
+
dkist-processing-test==1.26.0rc2
|
|
100
100
|
dkist-service-configuration==2.3.0
|
|
101
101
|
dkist-spectral-lines==3.0.0
|
|
102
102
|
dkist_fits_specifications==4.14.0
|
|
@@ -9,8 +9,8 @@ find = {}
|
|
|
9
9
|
|
|
10
10
|
[tool.dkist-dev-tools]
|
|
11
11
|
# Most recently frozen version by dkist-dev-tools
|
|
12
|
-
version = "1.26.
|
|
13
|
-
date = 2025-05-
|
|
12
|
+
version = "1.26.0rc2"
|
|
13
|
+
date = 2025-05-14T08:50:05.844309
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -31,7 +31,7 @@ dependencies = [
|
|
|
31
31
|
"dkist-service-configuration == 2.3.0",
|
|
32
32
|
"dkist-fits-specifications == 4.14.0",
|
|
33
33
|
"numba == 0.61.2",
|
|
34
|
-
"astropy == 7.0.
|
|
34
|
+
"astropy == 7.0.2",
|
|
35
35
|
"numpy == 2.2.5",
|
|
36
36
|
"dkist-spectral-lines == 3.0.0"
|
|
37
37
|
]
|
|
@@ -114,15 +114,15 @@ frozen = [
|
|
|
114
114
|
"asdf_transform_schemas == 0.5.0",
|
|
115
115
|
"asgiref == 3.8.1",
|
|
116
116
|
"asteval == 1.0.6",
|
|
117
|
-
"astropy == 7.0.
|
|
117
|
+
"astropy == 7.0.2",
|
|
118
118
|
"astropy-iers-data == 0.2025.5.12.0.38.29",
|
|
119
119
|
"asyncpg == 0.30.0",
|
|
120
120
|
"attrs == 25.3.0",
|
|
121
121
|
"babel == 2.17.0",
|
|
122
122
|
"billiard == 4.2.1",
|
|
123
123
|
"blinker == 1.9.0",
|
|
124
|
-
"boto3 == 1.38.
|
|
125
|
-
"botocore == 1.38.
|
|
124
|
+
"boto3 == 1.38.15",
|
|
125
|
+
"botocore == 1.38.15",
|
|
126
126
|
"cachelib == 0.13.0",
|
|
127
127
|
"celery == 5.5.2",
|
|
128
128
|
"certifi == 2025.4.26",
|
|
@@ -148,7 +148,7 @@ frozen = [
|
|
|
148
148
|
"dkist-processing-common == 10.8.0rc1",
|
|
149
149
|
"dkist-processing-core == 5.1.0",
|
|
150
150
|
"dkist-processing-pac == 3.1.1",
|
|
151
|
-
"dkist-processing-test == 1.26.
|
|
151
|
+
"dkist-processing-test == 1.26.0rc2",
|
|
152
152
|
"dkist-service-configuration == 2.3.0",
|
|
153
153
|
"dkist-spectral-lines == 3.0.0",
|
|
154
154
|
"dkist_fits_specifications == 4.14.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.26.0rc1 → dkist_processing_test-1.26.0rc2}/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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|