dkist-processing-vbi 1.24.0__tar.gz → 1.24.1__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.24.0 → dkist_processing_vbi-1.24.1}/CHANGELOG.rst +9 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/PKG-INFO +34 -34
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi.egg-info/PKG-INFO +34 -34
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi.egg-info/requires.txt +33 -33
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/pyproject.toml +35 -35
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/.gitignore +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/.pre-commit-config.yaml +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/.readthedocs.yml +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/.snyk +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/README.rst +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/SCIENCE_CHANGELOG.rst +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/changelog/.gitempty +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/__init__.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/config.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/models/__init__.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/models/constants.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/models/filter.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/models/parameters.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/models/tags.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/parsers/__init__.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/parsers/mosaic_repeats.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/parsers/spatial_step_pattern.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/parsers/vbi_l0_fits_access.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/parsers/vbi_l1_fits_access.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/__init__.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/assemble_movie.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/dark.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/gain.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/make_movie_frames.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/parse.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/process_summit_processed.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/quality_metrics.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/science.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/vbi_base.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/write_l1.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/__init__.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/conftest.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/local_trial_workflows/__init__.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/local_trial_workflows/l0_to_l1.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/test_assemble_movie.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/test_dark.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/test_gain.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/test_make_movie_frames.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/test_parse_l0.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/test_parse_summit.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/test_process_summit.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/test_quality_metrics.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/test_science.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/test_spatial_step_pattern.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/test_vbi_base.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/test_vbi_constants.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/test_workflows.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/test_write_l1.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/workflows/__init__.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/workflows/l0_processing.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/workflows/summit_data_processing.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/workflows/trial_workflows.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi.egg-info/SOURCES.txt +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi.egg-info/dependency_links.txt +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi.egg-info/top_level.txt +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/docs/Makefile +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/docs/changelog.rst +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/docs/conf.py +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/docs/index.rst +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/docs/l0_to_l1_vbi_no-speckle-full-trial.rst +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/docs/l0_to_l1_vbi_no-speckle.rst +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/docs/l0_to_l1_vbi_summit-calibrated-full-trial.rst +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/docs/l0_to_l1_vbi_summit-calibrated.rst +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/docs/landing_page.rst +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/docs/make.bat +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/docs/requirements.txt +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/docs/requirements_table.rst +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/docs/scientific_changelog.rst +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/licenses/LICENSE.rst +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/science_towncrier.sh +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/setup.cfg +0 -0
- {dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/towncrier_science.toml +0 -0
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
v1.24.1 (2025-09-17)
|
|
2
|
+
====================
|
|
3
|
+
|
|
4
|
+
Misc
|
|
5
|
+
----
|
|
6
|
+
|
|
7
|
+
- Update dkist-processing-common to enable usage of the latest redis SDK. (`#153 <https://bitbucket.org/dkistdc/dkist-processing-vbi/pull-requests/153>`__)
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
v1.24.0 (2025-09-08)
|
|
2
11
|
====================
|
|
3
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-vbi
|
|
3
|
-
Version: 1.24.
|
|
3
|
+
Version: 1.24.1
|
|
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
|
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
14
14
|
Requires-Python: >=3.12
|
|
15
15
|
Description-Content-Type: text/x-rst
|
|
16
|
-
Requires-Dist: dkist-processing-common==11.5.
|
|
16
|
+
Requires-Dist: dkist-processing-common==11.5.1
|
|
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
|
|
@@ -63,7 +63,7 @@ Requires-Dist: Flask-AppBuilder==4.5.3; extra == "frozen"
|
|
|
63
63
|
Requires-Dist: Flask-Babel==2.0.0; extra == "frozen"
|
|
64
64
|
Requires-Dist: Flask-Caching==2.3.1; extra == "frozen"
|
|
65
65
|
Requires-Dist: Flask-JWT-Extended==4.7.1; extra == "frozen"
|
|
66
|
-
Requires-Dist: Flask-Limiter==3.
|
|
66
|
+
Requires-Dist: Flask-Limiter==3.13; extra == "frozen"
|
|
67
67
|
Requires-Dist: Flask-Login==0.6.3; extra == "frozen"
|
|
68
68
|
Requires-Dist: Flask-SQLAlchemy==2.5.1; extra == "frozen"
|
|
69
69
|
Requires-Dist: Flask-Session==0.5.0; extra == "frozen"
|
|
@@ -89,16 +89,16 @@ 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
91
|
Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
|
|
92
|
-
Requires-Dist: apache-airflow-providers-celery==3.
|
|
92
|
+
Requires-Dist: apache-airflow-providers-celery==3.10.0; 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"
|
|
95
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
95
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.28.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
97
97
|
Requires-Dist: apache-airflow-providers-ftp==3.13.2; extra == "frozen"
|
|
98
|
-
Requires-Dist: apache-airflow-providers-http==5.3.
|
|
98
|
+
Requires-Dist: apache-airflow-providers-http==5.3.4; extra == "frozen"
|
|
99
99
|
Requires-Dist: apache-airflow-providers-imap==3.9.2; extra == "frozen"
|
|
100
|
-
Requires-Dist: apache-airflow-providers-postgres==6.
|
|
101
|
-
Requires-Dist: apache-airflow-providers-smtp==2.2.
|
|
100
|
+
Requires-Dist: apache-airflow-providers-postgres==6.3.0; extra == "frozen"
|
|
101
|
+
Requires-Dist: apache-airflow-providers-smtp==2.2.1; extra == "frozen"
|
|
102
102
|
Requires-Dist: apache-airflow-providers-sqlite==4.1.2; extra == "frozen"
|
|
103
103
|
Requires-Dist: apispec==6.8.3; extra == "frozen"
|
|
104
104
|
Requires-Dist: argcomplete==3.6.2; extra == "frozen"
|
|
@@ -108,18 +108,18 @@ 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.15.0.37.0; 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.32; extra == "frozen"
|
|
118
|
+
Requires-Dist: botocore==1.40.32; extra == "frozen"
|
|
119
119
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
120
|
-
Requires-Dist: celery==5.
|
|
120
|
+
Requires-Dist: celery==5.3.1; extra == "frozen"
|
|
121
121
|
Requires-Dist: certifi==2025.8.3; extra == "frozen"
|
|
122
|
-
Requires-Dist: cffi==
|
|
122
|
+
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
123
123
|
Requires-Dist: charset-normalizer==3.4.3; extra == "frozen"
|
|
124
124
|
Requires-Dist: click==8.2.1; extra == "frozen"
|
|
125
125
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
@@ -132,17 +132,17 @@ Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
|
132
132
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
133
133
|
Requires-Dist: cron_descriptor==2.0.6; extra == "frozen"
|
|
134
134
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
135
|
-
Requires-Dist: cryptography==
|
|
135
|
+
Requires-Dist: cryptography==46.0.1; extra == "frozen"
|
|
136
136
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
137
137
|
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.5.
|
|
141
|
+
Requires-Dist: dkist-processing-common==11.5.1; extra == "frozen"
|
|
142
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.24.
|
|
145
|
+
Requires-Dist: dkist-processing-vbi==1.24.1; 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"
|
|
@@ -152,14 +152,14 @@ Requires-Dist: elastic-apm==6.24.0; extra == "frozen"
|
|
|
152
152
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
153
153
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
154
154
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
155
|
-
Requires-Dist: fonttools==4.
|
|
155
|
+
Requires-Dist: fonttools==4.60.0; extra == "frozen"
|
|
156
156
|
Requires-Dist: frozenlist==1.7.0; extra == "frozen"
|
|
157
157
|
Requires-Dist: fsspec==2025.9.0; extra == "frozen"
|
|
158
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: grpcio==1.
|
|
162
|
+
Requires-Dist: grpcio==1.75.0; extra == "frozen"
|
|
163
163
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
164
164
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
165
165
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
@@ -199,14 +199,14 @@ Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
|
199
199
|
Requires-Dist: networkx==3.5; extra == "frozen"
|
|
200
200
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
201
201
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
202
|
-
Requires-Dist: opentelemetry-api==1.
|
|
203
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.
|
|
204
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.
|
|
205
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.
|
|
206
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.
|
|
207
|
-
Requires-Dist: opentelemetry-proto==1.
|
|
208
|
-
Requires-Dist: opentelemetry-sdk==1.
|
|
209
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
202
|
+
Requires-Dist: opentelemetry-api==1.37.0; extra == "frozen"
|
|
203
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.37.0; extra == "frozen"
|
|
204
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.37.0; extra == "frozen"
|
|
205
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.37.0; extra == "frozen"
|
|
206
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.37.0; extra == "frozen"
|
|
207
|
+
Requires-Dist: opentelemetry-proto==1.37.0; extra == "frozen"
|
|
208
|
+
Requires-Dist: opentelemetry-sdk==1.37.0; extra == "frozen"
|
|
209
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.58b0; extra == "frozen"
|
|
210
210
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
211
211
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
212
212
|
Requires-Dist: pandas==2.3.2; extra == "frozen"
|
|
@@ -224,30 +224,30 @@ Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
|
224
224
|
Requires-Dist: prometheus_client==0.22.1; extra == "frozen"
|
|
225
225
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
226
226
|
Requires-Dist: propcache==0.3.2; extra == "frozen"
|
|
227
|
-
Requires-Dist: protobuf==6.32.
|
|
227
|
+
Requires-Dist: protobuf==6.32.1; extra == "frozen"
|
|
228
228
|
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
229
229
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
230
|
-
Requires-Dist: pycparser==2.
|
|
231
|
-
Requires-Dist: pydantic==2.11.
|
|
230
|
+
Requires-Dist: pycparser==2.23; extra == "frozen"
|
|
231
|
+
Requires-Dist: pydantic==2.11.9; extra == "frozen"
|
|
232
232
|
Requires-Dist: pydantic-settings==2.10.1; extra == "frozen"
|
|
233
233
|
Requires-Dist: pydantic_core==2.33.2; extra == "frozen"
|
|
234
234
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
235
|
-
Requires-Dist: pyparsing==3.2.
|
|
235
|
+
Requires-Dist: pyparsing==3.2.4; extra == "frozen"
|
|
236
236
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
237
237
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
238
238
|
Requires-Dist: python-dotenv==1.1.1; extra == "frozen"
|
|
239
239
|
Requires-Dist: python-nvd3==0.16.0; extra == "frozen"
|
|
240
240
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
241
241
|
Requires-Dist: pytz==2025.2; extra == "frozen"
|
|
242
|
-
Requires-Dist: redis==4.
|
|
242
|
+
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
243
243
|
Requires-Dist: referencing==0.36.2; extra == "frozen"
|
|
244
244
|
Requires-Dist: requests==2.32.5; extra == "frozen"
|
|
245
245
|
Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
|
|
246
246
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
247
|
-
Requires-Dist: rich==
|
|
247
|
+
Requires-Dist: rich==14.1.0; extra == "frozen"
|
|
248
248
|
Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
|
|
249
249
|
Requires-Dist: rpds-py==0.27.1; extra == "frozen"
|
|
250
|
-
Requires-Dist: s3transfer==0.
|
|
250
|
+
Requires-Dist: s3transfer==0.14.0; extra == "frozen"
|
|
251
251
|
Requires-Dist: scikit-image==0.25.2; extra == "frozen"
|
|
252
252
|
Requires-Dist: scipy==1.15.3; extra == "frozen"
|
|
253
253
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
@@ -263,7 +263,7 @@ Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
|
263
263
|
Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
264
264
|
Requires-Dist: termcolor==3.1.0; extra == "frozen"
|
|
265
265
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
266
|
-
Requires-Dist: tifffile==2025.
|
|
266
|
+
Requires-Dist: tifffile==2025.9.9; extra == "frozen"
|
|
267
267
|
Requires-Dist: tornado==6.5.2; extra == "frozen"
|
|
268
268
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
269
269
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
{dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-vbi
|
|
3
|
-
Version: 1.24.
|
|
3
|
+
Version: 1.24.1
|
|
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
|
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
14
14
|
Requires-Python: >=3.12
|
|
15
15
|
Description-Content-Type: text/x-rst
|
|
16
|
-
Requires-Dist: dkist-processing-common==11.5.
|
|
16
|
+
Requires-Dist: dkist-processing-common==11.5.1
|
|
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
|
|
@@ -63,7 +63,7 @@ Requires-Dist: Flask-AppBuilder==4.5.3; extra == "frozen"
|
|
|
63
63
|
Requires-Dist: Flask-Babel==2.0.0; extra == "frozen"
|
|
64
64
|
Requires-Dist: Flask-Caching==2.3.1; extra == "frozen"
|
|
65
65
|
Requires-Dist: Flask-JWT-Extended==4.7.1; extra == "frozen"
|
|
66
|
-
Requires-Dist: Flask-Limiter==3.
|
|
66
|
+
Requires-Dist: Flask-Limiter==3.13; extra == "frozen"
|
|
67
67
|
Requires-Dist: Flask-Login==0.6.3; extra == "frozen"
|
|
68
68
|
Requires-Dist: Flask-SQLAlchemy==2.5.1; extra == "frozen"
|
|
69
69
|
Requires-Dist: Flask-Session==0.5.0; extra == "frozen"
|
|
@@ -89,16 +89,16 @@ 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
91
|
Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
|
|
92
|
-
Requires-Dist: apache-airflow-providers-celery==3.
|
|
92
|
+
Requires-Dist: apache-airflow-providers-celery==3.10.0; 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"
|
|
95
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
95
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.28.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
97
97
|
Requires-Dist: apache-airflow-providers-ftp==3.13.2; extra == "frozen"
|
|
98
|
-
Requires-Dist: apache-airflow-providers-http==5.3.
|
|
98
|
+
Requires-Dist: apache-airflow-providers-http==5.3.4; extra == "frozen"
|
|
99
99
|
Requires-Dist: apache-airflow-providers-imap==3.9.2; extra == "frozen"
|
|
100
|
-
Requires-Dist: apache-airflow-providers-postgres==6.
|
|
101
|
-
Requires-Dist: apache-airflow-providers-smtp==2.2.
|
|
100
|
+
Requires-Dist: apache-airflow-providers-postgres==6.3.0; extra == "frozen"
|
|
101
|
+
Requires-Dist: apache-airflow-providers-smtp==2.2.1; extra == "frozen"
|
|
102
102
|
Requires-Dist: apache-airflow-providers-sqlite==4.1.2; extra == "frozen"
|
|
103
103
|
Requires-Dist: apispec==6.8.3; extra == "frozen"
|
|
104
104
|
Requires-Dist: argcomplete==3.6.2; extra == "frozen"
|
|
@@ -108,18 +108,18 @@ 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.15.0.37.0; 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.32; extra == "frozen"
|
|
118
|
+
Requires-Dist: botocore==1.40.32; extra == "frozen"
|
|
119
119
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
120
|
-
Requires-Dist: celery==5.
|
|
120
|
+
Requires-Dist: celery==5.3.1; extra == "frozen"
|
|
121
121
|
Requires-Dist: certifi==2025.8.3; extra == "frozen"
|
|
122
|
-
Requires-Dist: cffi==
|
|
122
|
+
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
123
123
|
Requires-Dist: charset-normalizer==3.4.3; extra == "frozen"
|
|
124
124
|
Requires-Dist: click==8.2.1; extra == "frozen"
|
|
125
125
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
@@ -132,17 +132,17 @@ Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
|
132
132
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
133
133
|
Requires-Dist: cron_descriptor==2.0.6; extra == "frozen"
|
|
134
134
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
135
|
-
Requires-Dist: cryptography==
|
|
135
|
+
Requires-Dist: cryptography==46.0.1; extra == "frozen"
|
|
136
136
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
137
137
|
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.5.
|
|
141
|
+
Requires-Dist: dkist-processing-common==11.5.1; extra == "frozen"
|
|
142
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.24.
|
|
145
|
+
Requires-Dist: dkist-processing-vbi==1.24.1; 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"
|
|
@@ -152,14 +152,14 @@ Requires-Dist: elastic-apm==6.24.0; extra == "frozen"
|
|
|
152
152
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
153
153
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
154
154
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
155
|
-
Requires-Dist: fonttools==4.
|
|
155
|
+
Requires-Dist: fonttools==4.60.0; extra == "frozen"
|
|
156
156
|
Requires-Dist: frozenlist==1.7.0; extra == "frozen"
|
|
157
157
|
Requires-Dist: fsspec==2025.9.0; extra == "frozen"
|
|
158
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: grpcio==1.
|
|
162
|
+
Requires-Dist: grpcio==1.75.0; extra == "frozen"
|
|
163
163
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
164
164
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
165
165
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
@@ -199,14 +199,14 @@ Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
|
199
199
|
Requires-Dist: networkx==3.5; extra == "frozen"
|
|
200
200
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
201
201
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
202
|
-
Requires-Dist: opentelemetry-api==1.
|
|
203
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.
|
|
204
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.
|
|
205
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.
|
|
206
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.
|
|
207
|
-
Requires-Dist: opentelemetry-proto==1.
|
|
208
|
-
Requires-Dist: opentelemetry-sdk==1.
|
|
209
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
202
|
+
Requires-Dist: opentelemetry-api==1.37.0; extra == "frozen"
|
|
203
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.37.0; extra == "frozen"
|
|
204
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.37.0; extra == "frozen"
|
|
205
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.37.0; extra == "frozen"
|
|
206
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.37.0; extra == "frozen"
|
|
207
|
+
Requires-Dist: opentelemetry-proto==1.37.0; extra == "frozen"
|
|
208
|
+
Requires-Dist: opentelemetry-sdk==1.37.0; extra == "frozen"
|
|
209
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.58b0; extra == "frozen"
|
|
210
210
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
211
211
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
212
212
|
Requires-Dist: pandas==2.3.2; extra == "frozen"
|
|
@@ -224,30 +224,30 @@ Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
|
224
224
|
Requires-Dist: prometheus_client==0.22.1; extra == "frozen"
|
|
225
225
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
226
226
|
Requires-Dist: propcache==0.3.2; extra == "frozen"
|
|
227
|
-
Requires-Dist: protobuf==6.32.
|
|
227
|
+
Requires-Dist: protobuf==6.32.1; extra == "frozen"
|
|
228
228
|
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
229
229
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
230
|
-
Requires-Dist: pycparser==2.
|
|
231
|
-
Requires-Dist: pydantic==2.11.
|
|
230
|
+
Requires-Dist: pycparser==2.23; extra == "frozen"
|
|
231
|
+
Requires-Dist: pydantic==2.11.9; extra == "frozen"
|
|
232
232
|
Requires-Dist: pydantic-settings==2.10.1; extra == "frozen"
|
|
233
233
|
Requires-Dist: pydantic_core==2.33.2; extra == "frozen"
|
|
234
234
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
235
|
-
Requires-Dist: pyparsing==3.2.
|
|
235
|
+
Requires-Dist: pyparsing==3.2.4; extra == "frozen"
|
|
236
236
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
237
237
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
238
238
|
Requires-Dist: python-dotenv==1.1.1; extra == "frozen"
|
|
239
239
|
Requires-Dist: python-nvd3==0.16.0; extra == "frozen"
|
|
240
240
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
241
241
|
Requires-Dist: pytz==2025.2; extra == "frozen"
|
|
242
|
-
Requires-Dist: redis==4.
|
|
242
|
+
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
243
243
|
Requires-Dist: referencing==0.36.2; extra == "frozen"
|
|
244
244
|
Requires-Dist: requests==2.32.5; extra == "frozen"
|
|
245
245
|
Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
|
|
246
246
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
247
|
-
Requires-Dist: rich==
|
|
247
|
+
Requires-Dist: rich==14.1.0; extra == "frozen"
|
|
248
248
|
Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
|
|
249
249
|
Requires-Dist: rpds-py==0.27.1; extra == "frozen"
|
|
250
|
-
Requires-Dist: s3transfer==0.
|
|
250
|
+
Requires-Dist: s3transfer==0.14.0; extra == "frozen"
|
|
251
251
|
Requires-Dist: scikit-image==0.25.2; extra == "frozen"
|
|
252
252
|
Requires-Dist: scipy==1.15.3; extra == "frozen"
|
|
253
253
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
@@ -263,7 +263,7 @@ Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
|
263
263
|
Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
264
264
|
Requires-Dist: termcolor==3.1.0; extra == "frozen"
|
|
265
265
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
266
|
-
Requires-Dist: tifffile==2025.
|
|
266
|
+
Requires-Dist: tifffile==2025.9.9; extra == "frozen"
|
|
267
267
|
Requires-Dist: tornado==6.5.2; extra == "frozen"
|
|
268
268
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
269
269
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==11.5.
|
|
1
|
+
dkist-processing-common==11.5.1
|
|
2
2
|
dkist-processing-math==2.2.1
|
|
3
3
|
dkist-header-validator==5.2.1
|
|
4
4
|
dkist-fits-specifications==4.17.0
|
|
@@ -32,7 +32,7 @@ Flask-AppBuilder==4.5.3
|
|
|
32
32
|
Flask-Babel==2.0.0
|
|
33
33
|
Flask-Caching==2.3.1
|
|
34
34
|
Flask-JWT-Extended==4.7.1
|
|
35
|
-
Flask-Limiter==3.
|
|
35
|
+
Flask-Limiter==3.13
|
|
36
36
|
Flask-Login==0.6.3
|
|
37
37
|
Flask-SQLAlchemy==2.5.1
|
|
38
38
|
Flask-Session==0.5.0
|
|
@@ -58,16 +58,16 @@ amqp==5.3.1
|
|
|
58
58
|
annotated-types==0.7.0
|
|
59
59
|
anyio==4.10.0
|
|
60
60
|
apache-airflow==2.11.0
|
|
61
|
-
apache-airflow-providers-celery==3.
|
|
61
|
+
apache-airflow-providers-celery==3.10.0
|
|
62
62
|
apache-airflow-providers-common-compat==1.7.3
|
|
63
63
|
apache-airflow-providers-common-io==1.6.2
|
|
64
|
-
apache-airflow-providers-common-sql==1.
|
|
64
|
+
apache-airflow-providers-common-sql==1.28.0
|
|
65
65
|
apache-airflow-providers-fab==1.5.3
|
|
66
66
|
apache-airflow-providers-ftp==3.13.2
|
|
67
|
-
apache-airflow-providers-http==5.3.
|
|
67
|
+
apache-airflow-providers-http==5.3.4
|
|
68
68
|
apache-airflow-providers-imap==3.9.2
|
|
69
|
-
apache-airflow-providers-postgres==6.
|
|
70
|
-
apache-airflow-providers-smtp==2.2.
|
|
69
|
+
apache-airflow-providers-postgres==6.3.0
|
|
70
|
+
apache-airflow-providers-smtp==2.2.1
|
|
71
71
|
apache-airflow-providers-sqlite==4.1.2
|
|
72
72
|
apispec==6.8.3
|
|
73
73
|
argcomplete==3.6.2
|
|
@@ -77,18 +77,18 @@ 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.15.0.37.0
|
|
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.32
|
|
87
|
+
botocore==1.40.32
|
|
88
88
|
cachelib==0.13.0
|
|
89
|
-
celery==5.
|
|
89
|
+
celery==5.3.1
|
|
90
90
|
certifi==2025.8.3
|
|
91
|
-
cffi==
|
|
91
|
+
cffi==2.0.0
|
|
92
92
|
charset-normalizer==3.4.3
|
|
93
93
|
click==8.2.1
|
|
94
94
|
click-didyoumean==0.3.1
|
|
@@ -101,17 +101,17 @@ connexion==2.14.2
|
|
|
101
101
|
contourpy==1.3.3
|
|
102
102
|
cron_descriptor==2.0.6
|
|
103
103
|
croniter==6.0.0
|
|
104
|
-
cryptography==
|
|
104
|
+
cryptography==46.0.1
|
|
105
105
|
cycler==0.12.1
|
|
106
106
|
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.5.
|
|
110
|
+
dkist-processing-common==11.5.1
|
|
111
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.24.
|
|
114
|
+
dkist-processing-vbi==1.24.1
|
|
115
115
|
dkist-service-configuration==2.2
|
|
116
116
|
dkist-spectral-lines==3.0.0
|
|
117
117
|
dkist_fits_specifications==4.17.0
|
|
@@ -121,14 +121,14 @@ elastic-apm==6.24.0
|
|
|
121
121
|
email-validator==2.3.0
|
|
122
122
|
fastjsonschema==2.21.2
|
|
123
123
|
flower==2.0.1
|
|
124
|
-
fonttools==4.
|
|
124
|
+
fonttools==4.60.0
|
|
125
125
|
frozenlist==1.7.0
|
|
126
126
|
fsspec==2025.9.0
|
|
127
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
|
-
grpcio==1.
|
|
131
|
+
grpcio==1.75.0
|
|
132
132
|
gunicorn==23.0.0
|
|
133
133
|
h11==0.16.0
|
|
134
134
|
httpcore==1.0.9
|
|
@@ -168,14 +168,14 @@ nbformat==5.10.4
|
|
|
168
168
|
networkx==3.5
|
|
169
169
|
numpy==2.2.5
|
|
170
170
|
object-clerk==1.0.0
|
|
171
|
-
opentelemetry-api==1.
|
|
172
|
-
opentelemetry-exporter-otlp==1.
|
|
173
|
-
opentelemetry-exporter-otlp-proto-common==1.
|
|
174
|
-
opentelemetry-exporter-otlp-proto-grpc==1.
|
|
175
|
-
opentelemetry-exporter-otlp-proto-http==1.
|
|
176
|
-
opentelemetry-proto==1.
|
|
177
|
-
opentelemetry-sdk==1.
|
|
178
|
-
opentelemetry-semantic-conventions==0.
|
|
171
|
+
opentelemetry-api==1.37.0
|
|
172
|
+
opentelemetry-exporter-otlp==1.37.0
|
|
173
|
+
opentelemetry-exporter-otlp-proto-common==1.37.0
|
|
174
|
+
opentelemetry-exporter-otlp-proto-grpc==1.37.0
|
|
175
|
+
opentelemetry-exporter-otlp-proto-http==1.37.0
|
|
176
|
+
opentelemetry-proto==1.37.0
|
|
177
|
+
opentelemetry-sdk==1.37.0
|
|
178
|
+
opentelemetry-semantic-conventions==0.58b0
|
|
179
179
|
ordered-set==4.1.0
|
|
180
180
|
packaging==25.0
|
|
181
181
|
pandas==2.3.2
|
|
@@ -193,30 +193,30 @@ proglog==0.1.12
|
|
|
193
193
|
prometheus_client==0.22.1
|
|
194
194
|
prompt_toolkit==3.0.52
|
|
195
195
|
propcache==0.3.2
|
|
196
|
-
protobuf==6.32.
|
|
196
|
+
protobuf==6.32.1
|
|
197
197
|
psutil==7.0.0
|
|
198
198
|
psycopg2-binary==2.9.10
|
|
199
|
-
pycparser==2.
|
|
200
|
-
pydantic==2.11.
|
|
199
|
+
pycparser==2.23
|
|
200
|
+
pydantic==2.11.9
|
|
201
201
|
pydantic-settings==2.10.1
|
|
202
202
|
pydantic_core==2.33.2
|
|
203
203
|
pyerfa==2.0.1.5
|
|
204
|
-
pyparsing==3.2.
|
|
204
|
+
pyparsing==3.2.4
|
|
205
205
|
python-daemon==3.1.2
|
|
206
206
|
python-dateutil==2.9.0.post0
|
|
207
207
|
python-dotenv==1.1.1
|
|
208
208
|
python-nvd3==0.16.0
|
|
209
209
|
python-slugify==8.0.4
|
|
210
210
|
pytz==2025.2
|
|
211
|
-
redis==4.
|
|
211
|
+
redis==6.4.0
|
|
212
212
|
referencing==0.36.2
|
|
213
213
|
requests==2.32.5
|
|
214
214
|
requests-toolbelt==1.0.0
|
|
215
215
|
rfc3339-validator==0.1.4
|
|
216
|
-
rich==
|
|
216
|
+
rich==14.1.0
|
|
217
217
|
rich-argparse==1.7.1
|
|
218
218
|
rpds-py==0.27.1
|
|
219
|
-
s3transfer==0.
|
|
219
|
+
s3transfer==0.14.0
|
|
220
220
|
scikit-image==0.25.2
|
|
221
221
|
scipy==1.15.3
|
|
222
222
|
semantic-version==2.10.0
|
|
@@ -232,7 +232,7 @@ talus==1.3.4
|
|
|
232
232
|
tenacity==8.5.0
|
|
233
233
|
termcolor==3.1.0
|
|
234
234
|
text-unidecode==1.3
|
|
235
|
-
tifffile==2025.
|
|
235
|
+
tifffile==2025.9.9
|
|
236
236
|
tornado==6.5.2
|
|
237
237
|
tqdm==4.67.1
|
|
238
238
|
traitlets==5.14.3
|
|
@@ -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.24.
|
|
13
|
-
date = 2025-09-
|
|
12
|
+
version = "1.24.1"
|
|
13
|
+
date = 2025-09-17T11:15:37.688876
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,7 +26,7 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.12",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common == 11.5.
|
|
29
|
+
"dkist-processing-common == 11.5.1",
|
|
30
30
|
"dkist-processing-math == 2.2.1",
|
|
31
31
|
"dkist-header-validator == 5.2.1",
|
|
32
32
|
"dkist-fits-specifications == 4.17.0",
|
|
@@ -91,7 +91,7 @@ frozen = [
|
|
|
91
91
|
"Flask-Babel == 2.0.0",
|
|
92
92
|
"Flask-Caching == 2.3.1",
|
|
93
93
|
"Flask-JWT-Extended == 4.7.1",
|
|
94
|
-
"Flask-Limiter == 3.
|
|
94
|
+
"Flask-Limiter == 3.13",
|
|
95
95
|
"Flask-Login == 0.6.3",
|
|
96
96
|
"Flask-SQLAlchemy == 2.5.1",
|
|
97
97
|
"Flask-Session == 0.5.0",
|
|
@@ -117,16 +117,16 @@ frozen = [
|
|
|
117
117
|
"annotated-types == 0.7.0",
|
|
118
118
|
"anyio == 4.10.0",
|
|
119
119
|
"apache-airflow == 2.11.0",
|
|
120
|
-
"apache-airflow-providers-celery == 3.
|
|
120
|
+
"apache-airflow-providers-celery == 3.10.0",
|
|
121
121
|
"apache-airflow-providers-common-compat == 1.7.3",
|
|
122
122
|
"apache-airflow-providers-common-io == 1.6.2",
|
|
123
|
-
"apache-airflow-providers-common-sql == 1.
|
|
123
|
+
"apache-airflow-providers-common-sql == 1.28.0",
|
|
124
124
|
"apache-airflow-providers-fab == 1.5.3",
|
|
125
125
|
"apache-airflow-providers-ftp == 3.13.2",
|
|
126
|
-
"apache-airflow-providers-http == 5.3.
|
|
126
|
+
"apache-airflow-providers-http == 5.3.4",
|
|
127
127
|
"apache-airflow-providers-imap == 3.9.2",
|
|
128
|
-
"apache-airflow-providers-postgres == 6.
|
|
129
|
-
"apache-airflow-providers-smtp == 2.2.
|
|
128
|
+
"apache-airflow-providers-postgres == 6.3.0",
|
|
129
|
+
"apache-airflow-providers-smtp == 2.2.1",
|
|
130
130
|
"apache-airflow-providers-sqlite == 4.1.2",
|
|
131
131
|
"apispec == 6.8.3",
|
|
132
132
|
"argcomplete == 3.6.2",
|
|
@@ -136,18 +136,18 @@ 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.15.0.37.0",
|
|
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.32",
|
|
146
|
+
"botocore == 1.40.32",
|
|
147
147
|
"cachelib == 0.13.0",
|
|
148
|
-
"celery == 5.
|
|
148
|
+
"celery == 5.3.1",
|
|
149
149
|
"certifi == 2025.8.3",
|
|
150
|
-
"cffi ==
|
|
150
|
+
"cffi == 2.0.0",
|
|
151
151
|
"charset-normalizer == 3.4.3",
|
|
152
152
|
"click == 8.2.1",
|
|
153
153
|
"click-didyoumean == 0.3.1",
|
|
@@ -160,17 +160,17 @@ frozen = [
|
|
|
160
160
|
"contourpy == 1.3.3",
|
|
161
161
|
"cron_descriptor == 2.0.6",
|
|
162
162
|
"croniter == 6.0.0",
|
|
163
|
-
"cryptography ==
|
|
163
|
+
"cryptography == 46.0.1",
|
|
164
164
|
"cycler == 0.12.1",
|
|
165
165
|
"dacite == 1.9.2",
|
|
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.5.
|
|
169
|
+
"dkist-processing-common == 11.5.1",
|
|
170
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.24.
|
|
173
|
+
"dkist-processing-vbi == 1.24.1",
|
|
174
174
|
"dkist-service-configuration == 2.2",
|
|
175
175
|
"dkist-spectral-lines == 3.0.0",
|
|
176
176
|
"dkist_fits_specifications == 4.17.0",
|
|
@@ -180,14 +180,14 @@ frozen = [
|
|
|
180
180
|
"email-validator == 2.3.0",
|
|
181
181
|
"fastjsonschema == 2.21.2",
|
|
182
182
|
"flower == 2.0.1",
|
|
183
|
-
"fonttools == 4.
|
|
183
|
+
"fonttools == 4.60.0",
|
|
184
184
|
"frozenlist == 1.7.0",
|
|
185
185
|
"fsspec == 2025.9.0",
|
|
186
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
|
-
"grpcio == 1.
|
|
190
|
+
"grpcio == 1.75.0",
|
|
191
191
|
"gunicorn == 23.0.0",
|
|
192
192
|
"h11 == 0.16.0",
|
|
193
193
|
"httpcore == 1.0.9",
|
|
@@ -227,14 +227,14 @@ frozen = [
|
|
|
227
227
|
"networkx == 3.5",
|
|
228
228
|
"numpy == 2.2.5",
|
|
229
229
|
"object-clerk == 1.0.0",
|
|
230
|
-
"opentelemetry-api == 1.
|
|
231
|
-
"opentelemetry-exporter-otlp == 1.
|
|
232
|
-
"opentelemetry-exporter-otlp-proto-common == 1.
|
|
233
|
-
"opentelemetry-exporter-otlp-proto-grpc == 1.
|
|
234
|
-
"opentelemetry-exporter-otlp-proto-http == 1.
|
|
235
|
-
"opentelemetry-proto == 1.
|
|
236
|
-
"opentelemetry-sdk == 1.
|
|
237
|
-
"opentelemetry-semantic-conventions == 0.
|
|
230
|
+
"opentelemetry-api == 1.37.0",
|
|
231
|
+
"opentelemetry-exporter-otlp == 1.37.0",
|
|
232
|
+
"opentelemetry-exporter-otlp-proto-common == 1.37.0",
|
|
233
|
+
"opentelemetry-exporter-otlp-proto-grpc == 1.37.0",
|
|
234
|
+
"opentelemetry-exporter-otlp-proto-http == 1.37.0",
|
|
235
|
+
"opentelemetry-proto == 1.37.0",
|
|
236
|
+
"opentelemetry-sdk == 1.37.0",
|
|
237
|
+
"opentelemetry-semantic-conventions == 0.58b0",
|
|
238
238
|
"ordered-set == 4.1.0",
|
|
239
239
|
"packaging == 25.0",
|
|
240
240
|
"pandas == 2.3.2",
|
|
@@ -252,30 +252,30 @@ frozen = [
|
|
|
252
252
|
"prometheus_client == 0.22.1",
|
|
253
253
|
"prompt_toolkit == 3.0.52",
|
|
254
254
|
"propcache == 0.3.2",
|
|
255
|
-
"protobuf == 6.32.
|
|
255
|
+
"protobuf == 6.32.1",
|
|
256
256
|
"psutil == 7.0.0",
|
|
257
257
|
"psycopg2-binary == 2.9.10",
|
|
258
|
-
"pycparser == 2.
|
|
259
|
-
"pydantic == 2.11.
|
|
258
|
+
"pycparser == 2.23",
|
|
259
|
+
"pydantic == 2.11.9",
|
|
260
260
|
"pydantic-settings == 2.10.1",
|
|
261
261
|
"pydantic_core == 2.33.2",
|
|
262
262
|
"pyerfa == 2.0.1.5",
|
|
263
|
-
"pyparsing == 3.2.
|
|
263
|
+
"pyparsing == 3.2.4",
|
|
264
264
|
"python-daemon == 3.1.2",
|
|
265
265
|
"python-dateutil == 2.9.0.post0",
|
|
266
266
|
"python-dotenv == 1.1.1",
|
|
267
267
|
"python-nvd3 == 0.16.0",
|
|
268
268
|
"python-slugify == 8.0.4",
|
|
269
269
|
"pytz == 2025.2",
|
|
270
|
-
"redis == 4.
|
|
270
|
+
"redis == 6.4.0",
|
|
271
271
|
"referencing == 0.36.2",
|
|
272
272
|
"requests == 2.32.5",
|
|
273
273
|
"requests-toolbelt == 1.0.0",
|
|
274
274
|
"rfc3339-validator == 0.1.4",
|
|
275
|
-
"rich ==
|
|
275
|
+
"rich == 14.1.0",
|
|
276
276
|
"rich-argparse == 1.7.1",
|
|
277
277
|
"rpds-py == 0.27.1",
|
|
278
|
-
"s3transfer == 0.
|
|
278
|
+
"s3transfer == 0.14.0",
|
|
279
279
|
"scikit-image == 0.25.2",
|
|
280
280
|
"scipy == 1.15.3",
|
|
281
281
|
"semantic-version == 2.10.0",
|
|
@@ -291,7 +291,7 @@ frozen = [
|
|
|
291
291
|
"tenacity == 8.5.0",
|
|
292
292
|
"termcolor == 3.1.0",
|
|
293
293
|
"text-unidecode == 1.3",
|
|
294
|
-
"tifffile == 2025.
|
|
294
|
+
"tifffile == 2025.9.9",
|
|
295
295
|
"tornado == 6.5.2",
|
|
296
296
|
"tqdm == 4.67.1",
|
|
297
297
|
"traitlets == 5.14.3",
|
|
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.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/models/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/models/constants.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/models/filter.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/models/tags.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/parsers/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/dark.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/gain.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/parse.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/science.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/vbi_base.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tasks/write_l1.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/conftest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/test_dark.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/dkist_processing_vbi/tests/test_gain.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
|
{dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/docs/l0_to_l1_vbi_no-speckle.rst
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.24.0 → dkist_processing_vbi-1.24.1}/docs/l0_to_l1_vbi_summit-calibrated.rst
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
|