dkist-processing-test 1.23.14rc1__tar.gz → 1.23.14rc3__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.

Files changed (43) hide show
  1. {dkist_processing_test-1.23.14rc1/dkist_processing_test.egg-info → dkist_processing_test-1.23.14rc3}/PKG-INFO +37 -6
  2. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/README.rst +31 -0
  3. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3/dkist_processing_test.egg-info}/PKG-INFO +37 -6
  4. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test.egg-info/requires.txt +5 -5
  5. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/pyproject.toml +7 -7
  6. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/.gitignore +0 -0
  7. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/.pre-commit-config.yaml +0 -0
  8. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/.snyk +0 -0
  9. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/bitbucket-pipelines.yml +0 -0
  10. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/__init__.py +0 -0
  11. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/config.py +0 -0
  12. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/models/__init__.py +0 -0
  13. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/models/constants.py +0 -0
  14. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/models/parameters.py +0 -0
  15. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tasks/__init__.py +0 -0
  16. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tasks/exercise_numba.py +0 -0
  17. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tasks/fail.py +0 -0
  18. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tasks/fake_science.py +0 -0
  19. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tasks/high_memory.py +0 -0
  20. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tasks/manual.py +0 -0
  21. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tasks/movie.py +0 -0
  22. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tasks/noop.py +0 -0
  23. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tasks/parse.py +0 -0
  24. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tasks/quality.py +0 -0
  25. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tasks/write_l1.py +0 -0
  26. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tests/__init__.py +0 -0
  27. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tests/conftest.py +0 -0
  28. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tests/parameter_models.py +0 -0
  29. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tests/test_parameters.py +0 -0
  30. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tests/test_tasks.py +0 -0
  31. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tests/test_workflows.py +0 -0
  32. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/workflows/__init__.py +0 -0
  33. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/workflows/common_tasks.py +0 -0
  34. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/workflows/end_to_end.py +0 -0
  35. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/workflows/exercise_numba.py +0 -0
  36. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/workflows/fail.py +0 -0
  37. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/workflows/noop.py +0 -0
  38. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/workflows/resource_queue.py +0 -0
  39. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
  40. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
  41. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
  42. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/dkist_processing_test.egg-info/top_level.txt +0 -0
  43. {dkist_processing_test-1.23.14rc1 → dkist_processing_test-1.23.14rc3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: dkist-processing-test
3
- Version: 1.23.14rc1
3
+ Version: 1.23.14rc3
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.7
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.7; extra == "frozen"
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.15; extra == "frozen"
100
- Requires-Dist: botocore==1.36.15; extra == "frozen"
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.14rc1; extra == "frozen"
126
+ Requires-Dist: dkist-processing-test==1.23.14rc3; 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"
@@ -303,3 +303,34 @@ Development
303
303
  pre-commit install
304
304
  pip install -e .[test]
305
305
  pytest -v --cov dkist_processing_test
306
+
307
+ Deployment
308
+ ----------
309
+
310
+ When a new release is ready to be built the following steps need to be taken:
311
+
312
+ 1. Freezing Dependencies
313
+ #########################
314
+
315
+ A new "frozen" extra is generated by the `dkist-dev-tools <https://bitbucket.org/dkistdc/dkist-dev-tools/src/main/>`_
316
+ package. If you don't have `dkist-dev-tools` installed please follow the directions from that repo.
317
+
318
+ To freeze dependencies run
319
+
320
+ .. code-block:: bash
321
+
322
+ ddt freeze vX.Y.Z[rcK]
323
+
324
+ Where "vX.Y.Z[rcK]" is the version about to be released.
325
+
326
+ 2. Tag and Push
327
+ ###############
328
+
329
+ Once all commits are in place add a git tag that will define the released version, then push the tags up to Bitbucket:
330
+
331
+ .. code-block:: bash
332
+
333
+ git tag vX.Y.Z[rcK]
334
+ git push --tags origin BRANCH
335
+
336
+ In the case of an rc, BRANCH will likely be your development branch. For full releases BRANCH should be "main".
@@ -37,3 +37,34 @@ Development
37
37
  pre-commit install
38
38
  pip install -e .[test]
39
39
  pytest -v --cov dkist_processing_test
40
+
41
+ Deployment
42
+ ----------
43
+
44
+ When a new release is ready to be built the following steps need to be taken:
45
+
46
+ 1. Freezing Dependencies
47
+ #########################
48
+
49
+ A new "frozen" extra is generated by the `dkist-dev-tools <https://bitbucket.org/dkistdc/dkist-dev-tools/src/main/>`_
50
+ package. If you don't have `dkist-dev-tools` installed please follow the directions from that repo.
51
+
52
+ To freeze dependencies run
53
+
54
+ .. code-block:: bash
55
+
56
+ ddt freeze vX.Y.Z[rcK]
57
+
58
+ Where "vX.Y.Z[rcK]" is the version about to be released.
59
+
60
+ 2. Tag and Push
61
+ ###############
62
+
63
+ Once all commits are in place add a git tag that will define the released version, then push the tags up to Bitbucket:
64
+
65
+ .. code-block:: bash
66
+
67
+ git tag vX.Y.Z[rcK]
68
+ git push --tags origin BRANCH
69
+
70
+ In the case of an rc, BRANCH will likely be your development branch. For full releases BRANCH should be "main".
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: dkist-processing-test
3
- Version: 1.23.14rc1
3
+ Version: 1.23.14rc3
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.7
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.7; extra == "frozen"
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.15; extra == "frozen"
100
- Requires-Dist: botocore==1.36.15; extra == "frozen"
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.14rc1; extra == "frozen"
126
+ Requires-Dist: dkist-processing-test==1.23.14rc3; 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"
@@ -303,3 +303,34 @@ Development
303
303
  pre-commit install
304
304
  pip install -e .[test]
305
305
  pytest -v --cov dkist_processing_test
306
+
307
+ Deployment
308
+ ----------
309
+
310
+ When a new release is ready to be built the following steps need to be taken:
311
+
312
+ 1. Freezing Dependencies
313
+ #########################
314
+
315
+ A new "frozen" extra is generated by the `dkist-dev-tools <https://bitbucket.org/dkistdc/dkist-dev-tools/src/main/>`_
316
+ package. If you don't have `dkist-dev-tools` installed please follow the directions from that repo.
317
+
318
+ To freeze dependencies run
319
+
320
+ .. code-block:: bash
321
+
322
+ ddt freeze vX.Y.Z[rcK]
323
+
324
+ Where "vX.Y.Z[rcK]" is the version about to be released.
325
+
326
+ 2. Tag and Push
327
+ ###############
328
+
329
+ Once all commits are in place add a git tag that will define the released version, then push the tags up to Bitbucket:
330
+
331
+ .. code-block:: bash
332
+
333
+ git tag vX.Y.Z[rcK]
334
+ git push --tags origin BRANCH
335
+
336
+ In the case of an rc, BRANCH will likely be your development branch. For full releases BRANCH should be "main".
@@ -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.7
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.7
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.15
74
- botocore==1.36.15
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.14rc1
100
+ dkist-processing-test==1.23.14rc3
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.14rc1"
13
- date = 2025-02-07T11:53:19.479696
12
+ version = "1.23.14rc3"
13
+ date = 2025-02-07T15:02:42.074140
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.7",
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.7",
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.15",
126
- "botocore == 1.36.15",
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.14rc1",
152
+ "dkist-processing-test == 1.23.14rc3",
153
153
  "dkist-service-configuration == 2.2",
154
154
  "dkist-spectral-lines == 3.0.0",
155
155
  "dkist_fits_specifications == 4.10.0",