dkist-processing-test 1.23.14rc1__tar.gz → 1.23.14rc2__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.23.14rc1/dkist_processing_test.egg-info → dkist_processing_test-1.23.14rc2}/PKG-INFO +6 -6
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2/dkist_processing_test.egg-info}/PKG-INFO +6 -6
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test.egg-info/requires.txt +5 -5
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/pyproject.toml +7 -7
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/.gitignore +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/.snyk +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/README.rst +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test/tests/parameter_models.py +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test/tests/test_parameters.py +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.23.
|
|
3
|
+
Version: 1.23.14rc2
|
|
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.1.1
|
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.2
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.10.0
|
|
19
19
|
Requires-Dist: numba==0.59.1
|
|
20
|
-
Requires-Dist: astropy==6.1.
|
|
20
|
+
Requires-Dist: astropy==6.1.5
|
|
21
21
|
Requires-Dist: numpy==1.26.4
|
|
22
22
|
Requires-Dist: dkist-spectral-lines==3.0.0
|
|
23
23
|
Provides-Extra: test
|
|
@@ -89,15 +89,15 @@ Requires-Dist: asdf_standard==1.1.1; extra == "frozen"
|
|
|
89
89
|
Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
|
|
90
90
|
Requires-Dist: asgiref==3.8.1; extra == "frozen"
|
|
91
91
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
92
|
-
Requires-Dist: astropy==6.1.
|
|
92
|
+
Requires-Dist: astropy==6.1.5; extra == "frozen"
|
|
93
93
|
Requires-Dist: astropy-iers-data==0.2025.2.3.0.32.42; extra == "frozen"
|
|
94
94
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: attrs==25.1.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
97
97
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
98
98
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
99
|
-
Requires-Dist: boto3==1.36.
|
|
100
|
-
Requires-Dist: botocore==1.36.
|
|
99
|
+
Requires-Dist: boto3==1.36.16; extra == "frozen"
|
|
100
|
+
Requires-Dist: botocore==1.36.16; extra == "frozen"
|
|
101
101
|
Requires-Dist: cachelib==0.9.0; extra == "frozen"
|
|
102
102
|
Requires-Dist: celery==5.4.0; extra == "frozen"
|
|
103
103
|
Requires-Dist: certifi==2025.1.31; extra == "frozen"
|
|
@@ -123,7 +123,7 @@ Requires-Dist: dkist-header-validator==5.1.1; extra == "frozen"
|
|
|
123
123
|
Requires-Dist: dkist-processing-common==10.5.11; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-core==4.3.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
126
|
-
Requires-Dist: dkist-processing-test==1.23.
|
|
126
|
+
Requires-Dist: dkist-processing-test==1.23.14rc2; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: dkist_fits_specifications==4.10.0; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.23.
|
|
3
|
+
Version: 1.23.14rc2
|
|
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.1.1
|
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.2
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.10.0
|
|
19
19
|
Requires-Dist: numba==0.59.1
|
|
20
|
-
Requires-Dist: astropy==6.1.
|
|
20
|
+
Requires-Dist: astropy==6.1.5
|
|
21
21
|
Requires-Dist: numpy==1.26.4
|
|
22
22
|
Requires-Dist: dkist-spectral-lines==3.0.0
|
|
23
23
|
Provides-Extra: test
|
|
@@ -89,15 +89,15 @@ Requires-Dist: asdf_standard==1.1.1; extra == "frozen"
|
|
|
89
89
|
Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
|
|
90
90
|
Requires-Dist: asgiref==3.8.1; extra == "frozen"
|
|
91
91
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
92
|
-
Requires-Dist: astropy==6.1.
|
|
92
|
+
Requires-Dist: astropy==6.1.5; extra == "frozen"
|
|
93
93
|
Requires-Dist: astropy-iers-data==0.2025.2.3.0.32.42; extra == "frozen"
|
|
94
94
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: attrs==25.1.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
97
97
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
98
98
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
99
|
-
Requires-Dist: boto3==1.36.
|
|
100
|
-
Requires-Dist: botocore==1.36.
|
|
99
|
+
Requires-Dist: boto3==1.36.16; extra == "frozen"
|
|
100
|
+
Requires-Dist: botocore==1.36.16; extra == "frozen"
|
|
101
101
|
Requires-Dist: cachelib==0.9.0; extra == "frozen"
|
|
102
102
|
Requires-Dist: celery==5.4.0; extra == "frozen"
|
|
103
103
|
Requires-Dist: certifi==2025.1.31; extra == "frozen"
|
|
@@ -123,7 +123,7 @@ Requires-Dist: dkist-header-validator==5.1.1; extra == "frozen"
|
|
|
123
123
|
Requires-Dist: dkist-processing-common==10.5.11; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-core==4.3.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
126
|
-
Requires-Dist: dkist-processing-test==1.23.
|
|
126
|
+
Requires-Dist: dkist-processing-test==1.23.14rc2; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: dkist_fits_specifications==4.10.0; extra == "frozen"
|
|
@@ -3,7 +3,7 @@ dkist-header-validator==5.1.1
|
|
|
3
3
|
dkist-service-configuration==2.2
|
|
4
4
|
dkist-fits-specifications==4.10.0
|
|
5
5
|
numba==0.59.1
|
|
6
|
-
astropy==6.1.
|
|
6
|
+
astropy==6.1.5
|
|
7
7
|
numpy==1.26.4
|
|
8
8
|
dkist-spectral-lines==3.0.0
|
|
9
9
|
|
|
@@ -63,15 +63,15 @@ asdf_standard==1.1.1
|
|
|
63
63
|
asdf_transform_schemas==0.5.0
|
|
64
64
|
asgiref==3.8.1
|
|
65
65
|
asteval==1.0.6
|
|
66
|
-
astropy==6.1.
|
|
66
|
+
astropy==6.1.5
|
|
67
67
|
astropy-iers-data==0.2025.2.3.0.32.42
|
|
68
68
|
asyncpg==0.30.0
|
|
69
69
|
attrs==25.1.0
|
|
70
70
|
babel==2.17.0
|
|
71
71
|
billiard==4.2.1
|
|
72
72
|
blinker==1.9.0
|
|
73
|
-
boto3==1.36.
|
|
74
|
-
botocore==1.36.
|
|
73
|
+
boto3==1.36.16
|
|
74
|
+
botocore==1.36.16
|
|
75
75
|
cachelib==0.9.0
|
|
76
76
|
celery==5.4.0
|
|
77
77
|
certifi==2025.1.31
|
|
@@ -97,7 +97,7 @@ dkist-header-validator==5.1.1
|
|
|
97
97
|
dkist-processing-common==10.5.11
|
|
98
98
|
dkist-processing-core==4.3.0
|
|
99
99
|
dkist-processing-pac==3.1.1
|
|
100
|
-
dkist-processing-test==1.23.
|
|
100
|
+
dkist-processing-test==1.23.14rc2
|
|
101
101
|
dkist-service-configuration==2.2
|
|
102
102
|
dkist-spectral-lines==3.0.0
|
|
103
103
|
dkist_fits_specifications==4.10.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.23.
|
|
13
|
-
date = 2025-02-
|
|
12
|
+
version = "1.23.14rc2"
|
|
13
|
+
date = 2025-02-07T14:12:13.802553
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -31,7 +31,7 @@ dependencies = [
|
|
|
31
31
|
"dkist-service-configuration == 2.2",
|
|
32
32
|
"dkist-fits-specifications == 4.10.0",
|
|
33
33
|
"numba == 0.59.1",
|
|
34
|
-
"astropy == 6.1.
|
|
34
|
+
"astropy == 6.1.5",
|
|
35
35
|
"numpy == 1.26.4",
|
|
36
36
|
"dkist-spectral-lines == 3.0.0"
|
|
37
37
|
]
|
|
@@ -115,15 +115,15 @@ frozen = [
|
|
|
115
115
|
"asdf_transform_schemas == 0.5.0",
|
|
116
116
|
"asgiref == 3.8.1",
|
|
117
117
|
"asteval == 1.0.6",
|
|
118
|
-
"astropy == 6.1.
|
|
118
|
+
"astropy == 6.1.5",
|
|
119
119
|
"astropy-iers-data == 0.2025.2.3.0.32.42",
|
|
120
120
|
"asyncpg == 0.30.0",
|
|
121
121
|
"attrs == 25.1.0",
|
|
122
122
|
"babel == 2.17.0",
|
|
123
123
|
"billiard == 4.2.1",
|
|
124
124
|
"blinker == 1.9.0",
|
|
125
|
-
"boto3 == 1.36.
|
|
126
|
-
"botocore == 1.36.
|
|
125
|
+
"boto3 == 1.36.16",
|
|
126
|
+
"botocore == 1.36.16",
|
|
127
127
|
"cachelib == 0.9.0",
|
|
128
128
|
"celery == 5.4.0",
|
|
129
129
|
"certifi == 2025.1.31",
|
|
@@ -149,7 +149,7 @@ frozen = [
|
|
|
149
149
|
"dkist-processing-common == 10.5.11",
|
|
150
150
|
"dkist-processing-core == 4.3.0",
|
|
151
151
|
"dkist-processing-pac == 3.1.1",
|
|
152
|
-
"dkist-processing-test == 1.23.
|
|
152
|
+
"dkist-processing-test == 1.23.14rc2",
|
|
153
153
|
"dkist-service-configuration == 2.2",
|
|
154
154
|
"dkist-spectral-lines == 3.0.0",
|
|
155
155
|
"dkist_fits_specifications == 4.10.0",
|
|
File without changes
|
{dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/.pre-commit-config.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc2}/bitbucket-pipelines.yml
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
|
|
File without changes
|
|
File without changes
|