dkist-processing-vbi 1.23.4rc1__tar.gz → 1.24.0__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_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/.readthedocs.yml +1 -1
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/CHANGELOG.rst +18 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/PKG-INFO +19 -23
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/bitbucket-pipelines.yml +1 -1
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi.egg-info/PKG-INFO +19 -23
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi.egg-info/SOURCES.txt +0 -1
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi.egg-info/requires.txt +16 -20
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/pyproject.toml +20 -24
- dkist_processing_vbi-1.23.4rc1/changelog/151.misc.rst +0 -1
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/.gitignore +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/.pre-commit-config.yaml +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/.snyk +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/README.rst +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/SCIENCE_CHANGELOG.rst +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/changelog/.gitempty +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/__init__.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/config.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/models/__init__.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/models/constants.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/models/filter.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/models/parameters.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/models/tags.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/parsers/__init__.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/parsers/mosaic_repeats.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/parsers/spatial_step_pattern.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/parsers/vbi_l0_fits_access.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/parsers/vbi_l1_fits_access.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tasks/__init__.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tasks/assemble_movie.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tasks/dark.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tasks/gain.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tasks/make_movie_frames.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tasks/parse.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tasks/process_summit_processed.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tasks/quality_metrics.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tasks/science.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tasks/vbi_base.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tasks/write_l1.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tests/__init__.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tests/conftest.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tests/local_trial_workflows/__init__.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tests/local_trial_workflows/l0_to_l1.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tests/test_assemble_movie.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tests/test_dark.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tests/test_gain.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tests/test_make_movie_frames.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tests/test_parse_l0.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tests/test_parse_summit.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tests/test_process_summit.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tests/test_quality_metrics.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tests/test_science.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tests/test_spatial_step_pattern.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tests/test_vbi_base.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tests/test_vbi_constants.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tests/test_workflows.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tests/test_write_l1.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/workflows/__init__.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/workflows/l0_processing.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/workflows/summit_data_processing.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/workflows/trial_workflows.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi.egg-info/dependency_links.txt +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi.egg-info/top_level.txt +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/docs/Makefile +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/docs/changelog.rst +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/docs/conf.py +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/docs/index.rst +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/docs/l0_to_l1_vbi_no-speckle-full-trial.rst +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/docs/l0_to_l1_vbi_no-speckle.rst +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/docs/l0_to_l1_vbi_summit-calibrated-full-trial.rst +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/docs/l0_to_l1_vbi_summit-calibrated.rst +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/docs/landing_page.rst +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/docs/make.bat +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/docs/requirements.txt +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/docs/requirements_table.rst +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/docs/scientific_changelog.rst +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/licenses/LICENSE.rst +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/science_towncrier.sh +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/setup.cfg +0 -0
- {dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/towncrier_science.toml +0 -0
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
v1.24.0 (2025-09-08)
|
|
2
|
+
====================
|
|
3
|
+
|
|
4
|
+
Misc
|
|
5
|
+
----
|
|
6
|
+
|
|
7
|
+
- `#151 <https://bitbucket.org/dkistdc/dkist-processing-vbi/pull-requests/151>`__
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
v1.23.4 (2025-09-04)
|
|
11
|
+
====================
|
|
12
|
+
|
|
13
|
+
Misc
|
|
14
|
+
----
|
|
15
|
+
|
|
16
|
+
- Update `dkist-processing-common` to v11.4.0, which includes structure for metadata keys and additional constants. (`#151 <https://bitbucket.org/dkistdc/dkist-processing-vbi/pull-requests/151>`__)
|
|
17
|
+
|
|
18
|
+
|
|
1
19
|
v1.23.3 (2025-09-03)
|
|
2
20
|
====================
|
|
3
21
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-vbi
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.24.0
|
|
4
4
|
Summary: Processing code for the VBI instrument on DKIST
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -10,10 +10,10 @@ Project-URL: Documentation, https://docs.dkist.nso.edu/projects/vbi
|
|
|
10
10
|
Project-URL: Help, https://nso.atlassian.net/servicedesk/customer/portal/5
|
|
11
11
|
Classifier: Programming Language :: Python
|
|
12
12
|
Classifier: Programming Language :: Python :: 3
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.
|
|
14
|
-
Requires-Python: >=3.
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
+
Requires-Python: >=3.12
|
|
15
15
|
Description-Content-Type: text/x-rst
|
|
16
|
-
Requires-Dist: dkist-processing-common==11.
|
|
16
|
+
Requires-Dist: dkist-processing-common==11.5.0
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.1
|
|
18
18
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
19
19
|
Requires-Dist: dkist-fits-specifications==4.17.0
|
|
@@ -88,7 +88,7 @@ Requires-Dist: alembic==1.16.5; extra == "frozen"
|
|
|
88
88
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
89
89
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
90
90
|
Requires-Dist: anyio==4.10.0; extra == "frozen"
|
|
91
|
-
Requires-Dist: apache-airflow==2.
|
|
91
|
+
Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
|
|
92
92
|
Requires-Dist: apache-airflow-providers-celery==3.12.2; extra == "frozen"
|
|
93
93
|
Requires-Dist: apache-airflow-providers-common-compat==1.7.3; extra == "frozen"
|
|
94
94
|
Requires-Dist: apache-airflow-providers-common-io==1.6.2; extra == "frozen"
|
|
@@ -100,7 +100,7 @@ Requires-Dist: apache-airflow-providers-imap==3.9.2; extra == "frozen"
|
|
|
100
100
|
Requires-Dist: apache-airflow-providers-postgres==6.2.3; extra == "frozen"
|
|
101
101
|
Requires-Dist: apache-airflow-providers-smtp==2.2.0; extra == "frozen"
|
|
102
102
|
Requires-Dist: apache-airflow-providers-sqlite==4.1.2; extra == "frozen"
|
|
103
|
-
Requires-Dist: apispec==6.8.
|
|
103
|
+
Requires-Dist: apispec==6.8.3; extra == "frozen"
|
|
104
104
|
Requires-Dist: argcomplete==3.6.2; extra == "frozen"
|
|
105
105
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
106
106
|
Requires-Dist: asdf_standard==1.4.0; extra == "frozen"
|
|
@@ -108,14 +108,14 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
108
108
|
Requires-Dist: asgiref==3.9.1; extra == "frozen"
|
|
109
109
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
110
110
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
111
|
-
Requires-Dist: astropy-iers-data==0.2025.9.
|
|
111
|
+
Requires-Dist: astropy-iers-data==0.2025.9.8.0.36.17; extra == "frozen"
|
|
112
112
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
113
113
|
Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
114
114
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
115
115
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
116
116
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
117
|
-
Requires-Dist: boto3==1.40.
|
|
118
|
-
Requires-Dist: botocore==1.40.
|
|
117
|
+
Requires-Dist: boto3==1.40.25; extra == "frozen"
|
|
118
|
+
Requires-Dist: botocore==1.40.25; extra == "frozen"
|
|
119
119
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
120
120
|
Requires-Dist: celery==5.5.3; extra == "frozen"
|
|
121
121
|
Requires-Dist: certifi==2025.8.3; extra == "frozen"
|
|
@@ -138,15 +138,15 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
138
138
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
139
139
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
140
140
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
141
|
-
Requires-Dist: dkist-processing-common==11.
|
|
142
|
-
Requires-Dist: dkist-processing-core==5.
|
|
141
|
+
Requires-Dist: dkist-processing-common==11.5.0; extra == "frozen"
|
|
142
|
+
Requires-Dist: dkist-processing-core==5.2.1; extra == "frozen"
|
|
143
143
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
144
144
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
145
|
-
Requires-Dist: dkist-processing-vbi==1.
|
|
145
|
+
Requires-Dist: dkist-processing-vbi==1.24.0; extra == "frozen"
|
|
146
146
|
Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
|
|
147
147
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
148
148
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
149
|
-
Requires-Dist: dnspython==2.
|
|
149
|
+
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
150
150
|
Requires-Dist: ecs-logging==2.2.0; extra == "frozen"
|
|
151
151
|
Requires-Dist: elastic-apm==6.24.0; extra == "frozen"
|
|
152
152
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
@@ -155,11 +155,10 @@ Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
|
155
155
|
Requires-Dist: fonttools==4.59.2; extra == "frozen"
|
|
156
156
|
Requires-Dist: frozenlist==1.7.0; extra == "frozen"
|
|
157
157
|
Requires-Dist: fsspec==2025.9.0; extra == "frozen"
|
|
158
|
-
Requires-Dist: globus-sdk==3.
|
|
158
|
+
Requires-Dist: globus-sdk==3.63.0; extra == "frozen"
|
|
159
159
|
Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
|
|
160
160
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
161
161
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
162
|
-
Requires-Dist: greenlet==3.2.4; extra == "frozen"
|
|
163
162
|
Requires-Dist: grpcio==1.74.0; extra == "frozen"
|
|
164
163
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
165
164
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -174,7 +173,7 @@ Requires-Dist: inflection==0.5.1; extra == "frozen"
|
|
|
174
173
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
175
174
|
Requires-Dist: jmespath==1.0.1; extra == "frozen"
|
|
176
175
|
Requires-Dist: jsonschema==4.25.1; extra == "frozen"
|
|
177
|
-
Requires-Dist: jsonschema-specifications==2025.
|
|
176
|
+
Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
|
|
178
177
|
Requires-Dist: jupyter_core==5.8.1; extra == "frozen"
|
|
179
178
|
Requires-Dist: kiwisolver==1.4.9; extra == "frozen"
|
|
180
179
|
Requires-Dist: kombu==5.5.4; extra == "frozen"
|
|
@@ -199,7 +198,7 @@ Requires-Dist: multidict==6.6.4; extra == "frozen"
|
|
|
199
198
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
200
199
|
Requires-Dist: networkx==3.5; extra == "frozen"
|
|
201
200
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
202
|
-
Requires-Dist: object-clerk==0.
|
|
201
|
+
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
203
202
|
Requires-Dist: opentelemetry-api==1.36.0; extra == "frozen"
|
|
204
203
|
Requires-Dist: opentelemetry-exporter-otlp==1.36.0; extra == "frozen"
|
|
205
204
|
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.36.0; extra == "frozen"
|
|
@@ -228,7 +227,6 @@ Requires-Dist: propcache==0.3.2; extra == "frozen"
|
|
|
228
227
|
Requires-Dist: protobuf==6.32.0; extra == "frozen"
|
|
229
228
|
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
230
229
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
231
|
-
Requires-Dist: py==1.11.0; extra == "frozen"
|
|
232
230
|
Requires-Dist: pycparser==2.22; extra == "frozen"
|
|
233
231
|
Requires-Dist: pydantic==2.11.7; extra == "frozen"
|
|
234
232
|
Requires-Dist: pydantic-settings==2.10.1; extra == "frozen"
|
|
@@ -245,7 +243,6 @@ Requires-Dist: redis==4.6.0; extra == "frozen"
|
|
|
245
243
|
Requires-Dist: referencing==0.36.2; extra == "frozen"
|
|
246
244
|
Requires-Dist: requests==2.32.5; extra == "frozen"
|
|
247
245
|
Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
|
|
248
|
-
Requires-Dist: retry==0.9.2; extra == "frozen"
|
|
249
246
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
250
247
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
251
248
|
Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
|
|
@@ -254,8 +251,7 @@ Requires-Dist: s3transfer==0.13.1; extra == "frozen"
|
|
|
254
251
|
Requires-Dist: scikit-image==0.25.2; extra == "frozen"
|
|
255
252
|
Requires-Dist: scipy==1.15.3; extra == "frozen"
|
|
256
253
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
257
|
-
Requires-Dist: setproctitle==1.3.
|
|
258
|
-
Requires-Dist: setuptools==65.5.0; extra == "frozen"
|
|
254
|
+
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
259
255
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
260
256
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
261
257
|
Requires-Dist: solar-wavelength-calibration==1.0.1; extra == "frozen"
|
|
@@ -263,8 +259,8 @@ Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
|
263
259
|
Requires-Dist: sqlparse==0.5.3; extra == "frozen"
|
|
264
260
|
Requires-Dist: sunpy==6.1.1; extra == "frozen"
|
|
265
261
|
Requires-Dist: tabulate==0.9.0; extra == "frozen"
|
|
266
|
-
Requires-Dist: talus==1.
|
|
267
|
-
Requires-Dist: tenacity==
|
|
262
|
+
Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
263
|
+
Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
268
264
|
Requires-Dist: termcolor==3.1.0; extra == "frozen"
|
|
269
265
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
270
266
|
Requires-Dist: tifffile==2025.8.28; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-vbi
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.24.0
|
|
4
4
|
Summary: Processing code for the VBI instrument on DKIST
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -10,10 +10,10 @@ Project-URL: Documentation, https://docs.dkist.nso.edu/projects/vbi
|
|
|
10
10
|
Project-URL: Help, https://nso.atlassian.net/servicedesk/customer/portal/5
|
|
11
11
|
Classifier: Programming Language :: Python
|
|
12
12
|
Classifier: Programming Language :: Python :: 3
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.
|
|
14
|
-
Requires-Python: >=3.
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
+
Requires-Python: >=3.12
|
|
15
15
|
Description-Content-Type: text/x-rst
|
|
16
|
-
Requires-Dist: dkist-processing-common==11.
|
|
16
|
+
Requires-Dist: dkist-processing-common==11.5.0
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.1
|
|
18
18
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
19
19
|
Requires-Dist: dkist-fits-specifications==4.17.0
|
|
@@ -88,7 +88,7 @@ Requires-Dist: alembic==1.16.5; extra == "frozen"
|
|
|
88
88
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
89
89
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
90
90
|
Requires-Dist: anyio==4.10.0; extra == "frozen"
|
|
91
|
-
Requires-Dist: apache-airflow==2.
|
|
91
|
+
Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
|
|
92
92
|
Requires-Dist: apache-airflow-providers-celery==3.12.2; extra == "frozen"
|
|
93
93
|
Requires-Dist: apache-airflow-providers-common-compat==1.7.3; extra == "frozen"
|
|
94
94
|
Requires-Dist: apache-airflow-providers-common-io==1.6.2; extra == "frozen"
|
|
@@ -100,7 +100,7 @@ Requires-Dist: apache-airflow-providers-imap==3.9.2; extra == "frozen"
|
|
|
100
100
|
Requires-Dist: apache-airflow-providers-postgres==6.2.3; extra == "frozen"
|
|
101
101
|
Requires-Dist: apache-airflow-providers-smtp==2.2.0; extra == "frozen"
|
|
102
102
|
Requires-Dist: apache-airflow-providers-sqlite==4.1.2; extra == "frozen"
|
|
103
|
-
Requires-Dist: apispec==6.8.
|
|
103
|
+
Requires-Dist: apispec==6.8.3; extra == "frozen"
|
|
104
104
|
Requires-Dist: argcomplete==3.6.2; extra == "frozen"
|
|
105
105
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
106
106
|
Requires-Dist: asdf_standard==1.4.0; extra == "frozen"
|
|
@@ -108,14 +108,14 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
108
108
|
Requires-Dist: asgiref==3.9.1; extra == "frozen"
|
|
109
109
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
110
110
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
111
|
-
Requires-Dist: astropy-iers-data==0.2025.9.
|
|
111
|
+
Requires-Dist: astropy-iers-data==0.2025.9.8.0.36.17; extra == "frozen"
|
|
112
112
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
113
113
|
Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
114
114
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
115
115
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
116
116
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
117
|
-
Requires-Dist: boto3==1.40.
|
|
118
|
-
Requires-Dist: botocore==1.40.
|
|
117
|
+
Requires-Dist: boto3==1.40.25; extra == "frozen"
|
|
118
|
+
Requires-Dist: botocore==1.40.25; extra == "frozen"
|
|
119
119
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
120
120
|
Requires-Dist: celery==5.5.3; extra == "frozen"
|
|
121
121
|
Requires-Dist: certifi==2025.8.3; extra == "frozen"
|
|
@@ -138,15 +138,15 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
138
138
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
139
139
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
140
140
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
141
|
-
Requires-Dist: dkist-processing-common==11.
|
|
142
|
-
Requires-Dist: dkist-processing-core==5.
|
|
141
|
+
Requires-Dist: dkist-processing-common==11.5.0; extra == "frozen"
|
|
142
|
+
Requires-Dist: dkist-processing-core==5.2.1; extra == "frozen"
|
|
143
143
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
144
144
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
145
|
-
Requires-Dist: dkist-processing-vbi==1.
|
|
145
|
+
Requires-Dist: dkist-processing-vbi==1.24.0; extra == "frozen"
|
|
146
146
|
Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
|
|
147
147
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
148
148
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
149
|
-
Requires-Dist: dnspython==2.
|
|
149
|
+
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
150
150
|
Requires-Dist: ecs-logging==2.2.0; extra == "frozen"
|
|
151
151
|
Requires-Dist: elastic-apm==6.24.0; extra == "frozen"
|
|
152
152
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
@@ -155,11 +155,10 @@ Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
|
155
155
|
Requires-Dist: fonttools==4.59.2; extra == "frozen"
|
|
156
156
|
Requires-Dist: frozenlist==1.7.0; extra == "frozen"
|
|
157
157
|
Requires-Dist: fsspec==2025.9.0; extra == "frozen"
|
|
158
|
-
Requires-Dist: globus-sdk==3.
|
|
158
|
+
Requires-Dist: globus-sdk==3.63.0; extra == "frozen"
|
|
159
159
|
Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
|
|
160
160
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
161
161
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
162
|
-
Requires-Dist: greenlet==3.2.4; extra == "frozen"
|
|
163
162
|
Requires-Dist: grpcio==1.74.0; extra == "frozen"
|
|
164
163
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
165
164
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -174,7 +173,7 @@ Requires-Dist: inflection==0.5.1; extra == "frozen"
|
|
|
174
173
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
175
174
|
Requires-Dist: jmespath==1.0.1; extra == "frozen"
|
|
176
175
|
Requires-Dist: jsonschema==4.25.1; extra == "frozen"
|
|
177
|
-
Requires-Dist: jsonschema-specifications==2025.
|
|
176
|
+
Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
|
|
178
177
|
Requires-Dist: jupyter_core==5.8.1; extra == "frozen"
|
|
179
178
|
Requires-Dist: kiwisolver==1.4.9; extra == "frozen"
|
|
180
179
|
Requires-Dist: kombu==5.5.4; extra == "frozen"
|
|
@@ -199,7 +198,7 @@ Requires-Dist: multidict==6.6.4; extra == "frozen"
|
|
|
199
198
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
200
199
|
Requires-Dist: networkx==3.5; extra == "frozen"
|
|
201
200
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
202
|
-
Requires-Dist: object-clerk==0.
|
|
201
|
+
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
203
202
|
Requires-Dist: opentelemetry-api==1.36.0; extra == "frozen"
|
|
204
203
|
Requires-Dist: opentelemetry-exporter-otlp==1.36.0; extra == "frozen"
|
|
205
204
|
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.36.0; extra == "frozen"
|
|
@@ -228,7 +227,6 @@ Requires-Dist: propcache==0.3.2; extra == "frozen"
|
|
|
228
227
|
Requires-Dist: protobuf==6.32.0; extra == "frozen"
|
|
229
228
|
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
230
229
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
231
|
-
Requires-Dist: py==1.11.0; extra == "frozen"
|
|
232
230
|
Requires-Dist: pycparser==2.22; extra == "frozen"
|
|
233
231
|
Requires-Dist: pydantic==2.11.7; extra == "frozen"
|
|
234
232
|
Requires-Dist: pydantic-settings==2.10.1; extra == "frozen"
|
|
@@ -245,7 +243,6 @@ Requires-Dist: redis==4.6.0; extra == "frozen"
|
|
|
245
243
|
Requires-Dist: referencing==0.36.2; extra == "frozen"
|
|
246
244
|
Requires-Dist: requests==2.32.5; extra == "frozen"
|
|
247
245
|
Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
|
|
248
|
-
Requires-Dist: retry==0.9.2; extra == "frozen"
|
|
249
246
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
250
247
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
251
248
|
Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
|
|
@@ -254,8 +251,7 @@ Requires-Dist: s3transfer==0.13.1; extra == "frozen"
|
|
|
254
251
|
Requires-Dist: scikit-image==0.25.2; extra == "frozen"
|
|
255
252
|
Requires-Dist: scipy==1.15.3; extra == "frozen"
|
|
256
253
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
257
|
-
Requires-Dist: setproctitle==1.3.
|
|
258
|
-
Requires-Dist: setuptools==65.5.0; extra == "frozen"
|
|
254
|
+
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
259
255
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
260
256
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
261
257
|
Requires-Dist: solar-wavelength-calibration==1.0.1; extra == "frozen"
|
|
@@ -263,8 +259,8 @@ Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
|
263
259
|
Requires-Dist: sqlparse==0.5.3; extra == "frozen"
|
|
264
260
|
Requires-Dist: sunpy==6.1.1; extra == "frozen"
|
|
265
261
|
Requires-Dist: tabulate==0.9.0; extra == "frozen"
|
|
266
|
-
Requires-Dist: talus==1.
|
|
267
|
-
Requires-Dist: tenacity==
|
|
262
|
+
Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
263
|
+
Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
268
264
|
Requires-Dist: termcolor==3.1.0; extra == "frozen"
|
|
269
265
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
270
266
|
Requires-Dist: tifffile==2025.8.28; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==11.
|
|
1
|
+
dkist-processing-common==11.5.0
|
|
2
2
|
dkist-processing-math==2.2.1
|
|
3
3
|
dkist-header-validator==5.2.1
|
|
4
4
|
dkist-fits-specifications==4.17.0
|
|
@@ -57,7 +57,7 @@ alembic==1.16.5
|
|
|
57
57
|
amqp==5.3.1
|
|
58
58
|
annotated-types==0.7.0
|
|
59
59
|
anyio==4.10.0
|
|
60
|
-
apache-airflow==2.
|
|
60
|
+
apache-airflow==2.11.0
|
|
61
61
|
apache-airflow-providers-celery==3.12.2
|
|
62
62
|
apache-airflow-providers-common-compat==1.7.3
|
|
63
63
|
apache-airflow-providers-common-io==1.6.2
|
|
@@ -69,7 +69,7 @@ apache-airflow-providers-imap==3.9.2
|
|
|
69
69
|
apache-airflow-providers-postgres==6.2.3
|
|
70
70
|
apache-airflow-providers-smtp==2.2.0
|
|
71
71
|
apache-airflow-providers-sqlite==4.1.2
|
|
72
|
-
apispec==6.8.
|
|
72
|
+
apispec==6.8.3
|
|
73
73
|
argcomplete==3.6.2
|
|
74
74
|
asdf==3.5.0
|
|
75
75
|
asdf_standard==1.4.0
|
|
@@ -77,14 +77,14 @@ asdf_transform_schemas==0.6.0
|
|
|
77
77
|
asgiref==3.9.1
|
|
78
78
|
asteval==1.0.6
|
|
79
79
|
astropy==7.0.2
|
|
80
|
-
astropy-iers-data==0.2025.9.
|
|
80
|
+
astropy-iers-data==0.2025.9.8.0.36.17
|
|
81
81
|
asyncpg==0.30.0
|
|
82
82
|
attrs==25.3.0
|
|
83
83
|
babel==2.17.0
|
|
84
84
|
billiard==4.2.1
|
|
85
85
|
blinker==1.9.0
|
|
86
|
-
boto3==1.40.
|
|
87
|
-
botocore==1.40.
|
|
86
|
+
boto3==1.40.25
|
|
87
|
+
botocore==1.40.25
|
|
88
88
|
cachelib==0.13.0
|
|
89
89
|
celery==5.5.3
|
|
90
90
|
certifi==2025.8.3
|
|
@@ -107,15 +107,15 @@ dacite==1.9.2
|
|
|
107
107
|
decorator==5.2.1
|
|
108
108
|
dill==0.4.0
|
|
109
109
|
dkist-header-validator==5.2.1
|
|
110
|
-
dkist-processing-common==11.
|
|
111
|
-
dkist-processing-core==5.
|
|
110
|
+
dkist-processing-common==11.5.0
|
|
111
|
+
dkist-processing-core==5.2.1
|
|
112
112
|
dkist-processing-math==2.2.1
|
|
113
113
|
dkist-processing-pac==3.1.1
|
|
114
|
-
dkist-processing-vbi==1.
|
|
114
|
+
dkist-processing-vbi==1.24.0
|
|
115
115
|
dkist-service-configuration==2.2
|
|
116
116
|
dkist-spectral-lines==3.0.0
|
|
117
117
|
dkist_fits_specifications==4.17.0
|
|
118
|
-
dnspython==2.
|
|
118
|
+
dnspython==2.8.0
|
|
119
119
|
ecs-logging==2.2.0
|
|
120
120
|
elastic-apm==6.24.0
|
|
121
121
|
email-validator==2.3.0
|
|
@@ -124,11 +124,10 @@ flower==2.0.1
|
|
|
124
124
|
fonttools==4.59.2
|
|
125
125
|
frozenlist==1.7.0
|
|
126
126
|
fsspec==2025.9.0
|
|
127
|
-
globus-sdk==3.
|
|
127
|
+
globus-sdk==3.63.0
|
|
128
128
|
google-re2==1.1.20250805
|
|
129
129
|
googleapis-common-protos==1.70.0
|
|
130
130
|
gqlclient==1.2.3
|
|
131
|
-
greenlet==3.2.4
|
|
132
131
|
grpcio==1.74.0
|
|
133
132
|
gunicorn==23.0.0
|
|
134
133
|
h11==0.16.0
|
|
@@ -143,7 +142,7 @@ inflection==0.5.1
|
|
|
143
142
|
itsdangerous==2.2.0
|
|
144
143
|
jmespath==1.0.1
|
|
145
144
|
jsonschema==4.25.1
|
|
146
|
-
jsonschema-specifications==2025.
|
|
145
|
+
jsonschema-specifications==2025.9.1
|
|
147
146
|
jupyter_core==5.8.1
|
|
148
147
|
kiwisolver==1.4.9
|
|
149
148
|
kombu==5.5.4
|
|
@@ -168,7 +167,7 @@ multidict==6.6.4
|
|
|
168
167
|
nbformat==5.10.4
|
|
169
168
|
networkx==3.5
|
|
170
169
|
numpy==2.2.5
|
|
171
|
-
object-clerk==0.
|
|
170
|
+
object-clerk==1.0.0
|
|
172
171
|
opentelemetry-api==1.36.0
|
|
173
172
|
opentelemetry-exporter-otlp==1.36.0
|
|
174
173
|
opentelemetry-exporter-otlp-proto-common==1.36.0
|
|
@@ -197,7 +196,6 @@ propcache==0.3.2
|
|
|
197
196
|
protobuf==6.32.0
|
|
198
197
|
psutil==7.0.0
|
|
199
198
|
psycopg2-binary==2.9.10
|
|
200
|
-
py==1.11.0
|
|
201
199
|
pycparser==2.22
|
|
202
200
|
pydantic==2.11.7
|
|
203
201
|
pydantic-settings==2.10.1
|
|
@@ -214,7 +212,6 @@ redis==4.6.0
|
|
|
214
212
|
referencing==0.36.2
|
|
215
213
|
requests==2.32.5
|
|
216
214
|
requests-toolbelt==1.0.0
|
|
217
|
-
retry==0.9.2
|
|
218
215
|
rfc3339-validator==0.1.4
|
|
219
216
|
rich==13.9.4
|
|
220
217
|
rich-argparse==1.7.1
|
|
@@ -223,8 +220,7 @@ s3transfer==0.13.1
|
|
|
223
220
|
scikit-image==0.25.2
|
|
224
221
|
scipy==1.15.3
|
|
225
222
|
semantic-version==2.10.0
|
|
226
|
-
setproctitle==1.3.
|
|
227
|
-
setuptools==65.5.0
|
|
223
|
+
setproctitle==1.3.7
|
|
228
224
|
six==1.17.0
|
|
229
225
|
sniffio==1.3.1
|
|
230
226
|
solar-wavelength-calibration==1.0.1
|
|
@@ -232,8 +228,8 @@ sqids==0.5.1
|
|
|
232
228
|
sqlparse==0.5.3
|
|
233
229
|
sunpy==6.1.1
|
|
234
230
|
tabulate==0.9.0
|
|
235
|
-
talus==1.
|
|
236
|
-
tenacity==
|
|
231
|
+
talus==1.3.4
|
|
232
|
+
tenacity==8.5.0
|
|
237
233
|
termcolor==3.1.0
|
|
238
234
|
text-unidecode==1.3
|
|
239
235
|
tifffile==2025.8.28
|
|
@@ -9,13 +9,13 @@ find = {}
|
|
|
9
9
|
|
|
10
10
|
[tool.dkist-dev-tools]
|
|
11
11
|
# Most recently frozen version by dkist-dev-tools
|
|
12
|
-
version = "1.
|
|
13
|
-
date = 2025-09-
|
|
12
|
+
version = "1.24.0"
|
|
13
|
+
date = 2025-09-08T11:15:38.778742
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
17
17
|
name = "dkist-processing-vbi"
|
|
18
|
-
requires-python = ">=3.
|
|
18
|
+
requires-python = ">=3.12"
|
|
19
19
|
description = "Processing code for the VBI instrument on DKIST"
|
|
20
20
|
readme = "README.rst"
|
|
21
21
|
authors = [ {name = "NSO / AURA", email = "dkistdc@nso.edu"} ]
|
|
@@ -23,10 +23,10 @@ license = {text = "BSD-3-Clause"}
|
|
|
23
23
|
classifiers = [
|
|
24
24
|
"Programming Language :: Python",
|
|
25
25
|
"Programming Language :: Python :: 3",
|
|
26
|
-
"Programming Language :: Python :: 3.
|
|
26
|
+
"Programming Language :: Python :: 3.12",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common == 11.
|
|
29
|
+
"dkist-processing-common == 11.5.0",
|
|
30
30
|
"dkist-processing-math == 2.2.1",
|
|
31
31
|
"dkist-header-validator == 5.2.1",
|
|
32
32
|
"dkist-fits-specifications == 4.17.0",
|
|
@@ -116,7 +116,7 @@ frozen = [
|
|
|
116
116
|
"amqp == 5.3.1",
|
|
117
117
|
"annotated-types == 0.7.0",
|
|
118
118
|
"anyio == 4.10.0",
|
|
119
|
-
"apache-airflow == 2.
|
|
119
|
+
"apache-airflow == 2.11.0",
|
|
120
120
|
"apache-airflow-providers-celery == 3.12.2",
|
|
121
121
|
"apache-airflow-providers-common-compat == 1.7.3",
|
|
122
122
|
"apache-airflow-providers-common-io == 1.6.2",
|
|
@@ -128,7 +128,7 @@ frozen = [
|
|
|
128
128
|
"apache-airflow-providers-postgres == 6.2.3",
|
|
129
129
|
"apache-airflow-providers-smtp == 2.2.0",
|
|
130
130
|
"apache-airflow-providers-sqlite == 4.1.2",
|
|
131
|
-
"apispec == 6.8.
|
|
131
|
+
"apispec == 6.8.3",
|
|
132
132
|
"argcomplete == 3.6.2",
|
|
133
133
|
"asdf == 3.5.0",
|
|
134
134
|
"asdf_standard == 1.4.0",
|
|
@@ -136,14 +136,14 @@ frozen = [
|
|
|
136
136
|
"asgiref == 3.9.1",
|
|
137
137
|
"asteval == 1.0.6",
|
|
138
138
|
"astropy == 7.0.2",
|
|
139
|
-
"astropy-iers-data == 0.2025.9.
|
|
139
|
+
"astropy-iers-data == 0.2025.9.8.0.36.17",
|
|
140
140
|
"asyncpg == 0.30.0",
|
|
141
141
|
"attrs == 25.3.0",
|
|
142
142
|
"babel == 2.17.0",
|
|
143
143
|
"billiard == 4.2.1",
|
|
144
144
|
"blinker == 1.9.0",
|
|
145
|
-
"boto3 == 1.40.
|
|
146
|
-
"botocore == 1.40.
|
|
145
|
+
"boto3 == 1.40.25",
|
|
146
|
+
"botocore == 1.40.25",
|
|
147
147
|
"cachelib == 0.13.0",
|
|
148
148
|
"celery == 5.5.3",
|
|
149
149
|
"certifi == 2025.8.3",
|
|
@@ -166,15 +166,15 @@ frozen = [
|
|
|
166
166
|
"decorator == 5.2.1",
|
|
167
167
|
"dill == 0.4.0",
|
|
168
168
|
"dkist-header-validator == 5.2.1",
|
|
169
|
-
"dkist-processing-common == 11.
|
|
170
|
-
"dkist-processing-core == 5.
|
|
169
|
+
"dkist-processing-common == 11.5.0",
|
|
170
|
+
"dkist-processing-core == 5.2.1",
|
|
171
171
|
"dkist-processing-math == 2.2.1",
|
|
172
172
|
"dkist-processing-pac == 3.1.1",
|
|
173
|
-
"dkist-processing-vbi == 1.
|
|
173
|
+
"dkist-processing-vbi == 1.24.0",
|
|
174
174
|
"dkist-service-configuration == 2.2",
|
|
175
175
|
"dkist-spectral-lines == 3.0.0",
|
|
176
176
|
"dkist_fits_specifications == 4.17.0",
|
|
177
|
-
"dnspython == 2.
|
|
177
|
+
"dnspython == 2.8.0",
|
|
178
178
|
"ecs-logging == 2.2.0",
|
|
179
179
|
"elastic-apm == 6.24.0",
|
|
180
180
|
"email-validator == 2.3.0",
|
|
@@ -183,11 +183,10 @@ frozen = [
|
|
|
183
183
|
"fonttools == 4.59.2",
|
|
184
184
|
"frozenlist == 1.7.0",
|
|
185
185
|
"fsspec == 2025.9.0",
|
|
186
|
-
"globus-sdk == 3.
|
|
186
|
+
"globus-sdk == 3.63.0",
|
|
187
187
|
"google-re2 == 1.1.20250805",
|
|
188
188
|
"googleapis-common-protos == 1.70.0",
|
|
189
189
|
"gqlclient == 1.2.3",
|
|
190
|
-
"greenlet == 3.2.4",
|
|
191
190
|
"grpcio == 1.74.0",
|
|
192
191
|
"gunicorn == 23.0.0",
|
|
193
192
|
"h11 == 0.16.0",
|
|
@@ -202,7 +201,7 @@ frozen = [
|
|
|
202
201
|
"itsdangerous == 2.2.0",
|
|
203
202
|
"jmespath == 1.0.1",
|
|
204
203
|
"jsonschema == 4.25.1",
|
|
205
|
-
"jsonschema-specifications == 2025.
|
|
204
|
+
"jsonschema-specifications == 2025.9.1",
|
|
206
205
|
"jupyter_core == 5.8.1",
|
|
207
206
|
"kiwisolver == 1.4.9",
|
|
208
207
|
"kombu == 5.5.4",
|
|
@@ -227,7 +226,7 @@ frozen = [
|
|
|
227
226
|
"nbformat == 5.10.4",
|
|
228
227
|
"networkx == 3.5",
|
|
229
228
|
"numpy == 2.2.5",
|
|
230
|
-
"object-clerk == 0.
|
|
229
|
+
"object-clerk == 1.0.0",
|
|
231
230
|
"opentelemetry-api == 1.36.0",
|
|
232
231
|
"opentelemetry-exporter-otlp == 1.36.0",
|
|
233
232
|
"opentelemetry-exporter-otlp-proto-common == 1.36.0",
|
|
@@ -256,7 +255,6 @@ frozen = [
|
|
|
256
255
|
"protobuf == 6.32.0",
|
|
257
256
|
"psutil == 7.0.0",
|
|
258
257
|
"psycopg2-binary == 2.9.10",
|
|
259
|
-
"py == 1.11.0",
|
|
260
258
|
"pycparser == 2.22",
|
|
261
259
|
"pydantic == 2.11.7",
|
|
262
260
|
"pydantic-settings == 2.10.1",
|
|
@@ -273,7 +271,6 @@ frozen = [
|
|
|
273
271
|
"referencing == 0.36.2",
|
|
274
272
|
"requests == 2.32.5",
|
|
275
273
|
"requests-toolbelt == 1.0.0",
|
|
276
|
-
"retry == 0.9.2",
|
|
277
274
|
"rfc3339-validator == 0.1.4",
|
|
278
275
|
"rich == 13.9.4",
|
|
279
276
|
"rich-argparse == 1.7.1",
|
|
@@ -282,8 +279,7 @@ frozen = [
|
|
|
282
279
|
"scikit-image == 0.25.2",
|
|
283
280
|
"scipy == 1.15.3",
|
|
284
281
|
"semantic-version == 2.10.0",
|
|
285
|
-
"setproctitle == 1.3.
|
|
286
|
-
"setuptools == 65.5.0",
|
|
282
|
+
"setproctitle == 1.3.7",
|
|
287
283
|
"six == 1.17.0",
|
|
288
284
|
"sniffio == 1.3.1",
|
|
289
285
|
"solar-wavelength-calibration == 1.0.1",
|
|
@@ -291,8 +287,8 @@ frozen = [
|
|
|
291
287
|
"sqlparse == 0.5.3",
|
|
292
288
|
"sunpy == 6.1.1",
|
|
293
289
|
"tabulate == 0.9.0",
|
|
294
|
-
"talus == 1.
|
|
295
|
-
"tenacity ==
|
|
290
|
+
"talus == 1.3.4",
|
|
291
|
+
"tenacity == 8.5.0",
|
|
296
292
|
"termcolor == 3.1.0",
|
|
297
293
|
"text-unidecode == 1.3",
|
|
298
294
|
"tifffile == 2025.8.28",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Update `dkist-processing-common` to v11.4.0, which includes structure for metadata keys and additional constants.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/models/filter.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/models/tags.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
|
{dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tasks/dark.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tasks/gain.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tasks/parse.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/dkist_processing_vbi/tasks/science.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
|
{dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/docs/l0_to_l1_vbi_no-speckle.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.23.4rc1 → dkist_processing_vbi-1.24.0}/docs/scientific_changelog.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|