dkist-processing-vbi 1.25.3__tar.gz → 1.25.4__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.25.3 → dkist_processing_vbi-1.25.4}/CHANGELOG.rst +9 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/PKG-INFO +44 -43
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi.egg-info/PKG-INFO +44 -43
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi.egg-info/requires.txt +43 -42
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/pyproject.toml +45 -44
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/.gitignore +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/.pre-commit-config.yaml +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/.readthedocs.yml +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/.snyk +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/README.rst +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/SCIENCE_CHANGELOG.rst +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/changelog/.gitempty +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/__init__.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/config.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/models/__init__.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/models/constants.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/models/filter.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/models/fits_access.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/models/parameters.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/models/tags.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/parsers/__init__.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/parsers/mosaic_repeats.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/parsers/spatial_step_pattern.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/parsers/vbi_l0_fits_access.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/parsers/vbi_l1_fits_access.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tasks/__init__.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tasks/assemble_movie.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tasks/dark.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tasks/gain.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tasks/make_movie_frames.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tasks/parse.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tasks/process_summit_processed.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tasks/quality_metrics.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tasks/science.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tasks/vbi_base.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tasks/write_l1.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tests/__init__.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tests/conftest.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tests/local_trial_workflows/__init__.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tests/local_trial_workflows/l0_to_l1.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tests/test_assemble_movie.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tests/test_dark.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tests/test_fits_access.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tests/test_gain.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tests/test_make_movie_frames.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tests/test_parse_l0.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tests/test_parse_summit.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tests/test_process_summit.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tests/test_quality_metrics.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tests/test_science.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tests/test_spatial_step_pattern.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tests/test_vbi_base.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tests/test_vbi_constants.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tests/test_workflows.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tests/test_write_l1.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/workflows/__init__.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/workflows/l0_processing.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/workflows/summit_data_processing.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/workflows/trial_workflows.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi.egg-info/SOURCES.txt +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi.egg-info/dependency_links.txt +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi.egg-info/top_level.txt +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/docs/Makefile +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/docs/changelog.rst +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/docs/conf.py +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/docs/index.rst +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/docs/l0_to_l1_vbi_no-speckle-full-trial.rst +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/docs/l0_to_l1_vbi_no-speckle.rst +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/docs/l0_to_l1_vbi_summit-calibrated-full-trial.rst +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/docs/l0_to_l1_vbi_summit-calibrated.rst +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/docs/landing_page.rst +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/docs/make.bat +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/docs/requirements.txt +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/docs/requirements_table.rst +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/docs/scientific_changelog.rst +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/licenses/LICENSE.rst +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/science_towncrier.sh +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/setup.cfg +0 -0
- {dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/towncrier_science.toml +0 -0
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
v1.25.4 (2025-12-02)
|
|
2
|
+
====================
|
|
3
|
+
|
|
4
|
+
Misc
|
|
5
|
+
----
|
|
6
|
+
|
|
7
|
+
- Bump `dkist-processing-common` to v11.8.1. Doesn't affect VBI. (`#157 <https://bitbucket.org/dkistdc/dkist-processing-vbi/pull-requests/157>`__)
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
v1.25.3 (2025-11-04)
|
|
2
11
|
====================
|
|
3
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-vbi
|
|
3
|
-
Version: 1.25.
|
|
3
|
+
Version: 1.25.4
|
|
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.8.
|
|
16
|
+
Requires-Dist: dkist-processing-common==11.8.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
|
|
@@ -86,44 +86,44 @@ Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
|
86
86
|
Requires-Dist: aiohttp==3.13.2; extra == "frozen"
|
|
87
87
|
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
88
88
|
Requires-Dist: aiosmtplib==5.0.0; extra == "frozen"
|
|
89
|
-
Requires-Dist: alembic==1.17.
|
|
89
|
+
Requires-Dist: alembic==1.17.2; extra == "frozen"
|
|
90
90
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
91
91
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
92
|
-
Requires-Dist: anyio==4.
|
|
92
|
+
Requires-Dist: anyio==4.12.0; extra == "frozen"
|
|
93
93
|
Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
|
|
94
|
-
Requires-Dist: apache-airflow-providers-celery==3.
|
|
95
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.
|
|
96
|
-
Requires-Dist: apache-airflow-providers-common-io==1.
|
|
97
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
94
|
+
Requires-Dist: apache-airflow-providers-celery==3.13.1; extra == "frozen"
|
|
95
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.10.0; extra == "frozen"
|
|
96
|
+
Requires-Dist: apache-airflow-providers-common-io==1.7.0; extra == "frozen"
|
|
97
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.29.0; extra == "frozen"
|
|
98
98
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
99
|
-
Requires-Dist: apache-airflow-providers-ftp==3.
|
|
100
|
-
Requires-Dist: apache-airflow-providers-http==5.
|
|
101
|
-
Requires-Dist: apache-airflow-providers-imap==3.
|
|
102
|
-
Requires-Dist: apache-airflow-providers-postgres==6.
|
|
103
|
-
Requires-Dist: apache-airflow-providers-smtp==2.
|
|
104
|
-
Requires-Dist: apache-airflow-providers-sqlite==4.
|
|
105
|
-
Requires-Dist: apispec==6.
|
|
99
|
+
Requires-Dist: apache-airflow-providers-ftp==3.14.0; extra == "frozen"
|
|
100
|
+
Requires-Dist: apache-airflow-providers-http==5.6.0; extra == "frozen"
|
|
101
|
+
Requires-Dist: apache-airflow-providers-imap==3.10.0; extra == "frozen"
|
|
102
|
+
Requires-Dist: apache-airflow-providers-postgres==6.5.0; extra == "frozen"
|
|
103
|
+
Requires-Dist: apache-airflow-providers-smtp==2.4.0; extra == "frozen"
|
|
104
|
+
Requires-Dist: apache-airflow-providers-sqlite==4.2.0; extra == "frozen"
|
|
105
|
+
Requires-Dist: apispec==6.9.0; extra == "frozen"
|
|
106
106
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
107
107
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
108
108
|
Requires-Dist: asdf_standard==1.4.0; extra == "frozen"
|
|
109
109
|
Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
110
|
-
Requires-Dist: asgiref==3.
|
|
111
|
-
Requires-Dist: asteval==1.0.
|
|
110
|
+
Requires-Dist: asgiref==3.11.0; extra == "frozen"
|
|
111
|
+
Requires-Dist: asteval==1.0.7; extra == "frozen"
|
|
112
112
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
113
|
-
Requires-Dist: astropy-iers-data==0.2025.
|
|
114
|
-
Requires-Dist: asyncpg==0.
|
|
113
|
+
Requires-Dist: astropy-iers-data==0.2025.12.1.0.45.12; extra == "frozen"
|
|
114
|
+
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
115
115
|
Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
117
|
-
Requires-Dist: billiard==4.2.
|
|
117
|
+
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
118
118
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
119
|
-
Requires-Dist: boto3==1.
|
|
120
|
-
Requires-Dist: botocore==1.
|
|
119
|
+
Requires-Dist: boto3==1.42.1; extra == "frozen"
|
|
120
|
+
Requires-Dist: botocore==1.42.1; extra == "frozen"
|
|
121
121
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
122
|
-
Requires-Dist: celery==5.
|
|
123
|
-
Requires-Dist: certifi==2025.
|
|
122
|
+
Requires-Dist: celery==5.6.0; extra == "frozen"
|
|
123
|
+
Requires-Dist: certifi==2025.11.12; extra == "frozen"
|
|
124
124
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: charset-normalizer==3.4.4; extra == "frozen"
|
|
126
|
-
Requires-Dist: click==8.3.
|
|
126
|
+
Requires-Dist: click==8.3.1; extra == "frozen"
|
|
127
127
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
128
128
|
Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
129
129
|
Requires-Dist: click-repl==0.3.0; extra == "frozen"
|
|
@@ -140,24 +140,25 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
140
140
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
141
141
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
142
142
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
143
|
-
Requires-Dist: dkist-processing-common==11.8.
|
|
143
|
+
Requires-Dist: dkist-processing-common==11.8.1; extra == "frozen"
|
|
144
144
|
Requires-Dist: dkist-processing-core==6.0.0; extra == "frozen"
|
|
145
145
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
146
146
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
147
|
-
Requires-Dist: dkist-processing-vbi==1.25.
|
|
147
|
+
Requires-Dist: dkist-processing-vbi==1.25.4; extra == "frozen"
|
|
148
148
|
Requires-Dist: dkist-service-configuration==4.1.7; extra == "frozen"
|
|
149
149
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
150
150
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
151
151
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
152
152
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
153
|
+
Requires-Dist: exceptiongroup==1.3.1; extra == "frozen"
|
|
153
154
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
154
155
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
155
|
-
Requires-Dist: fonttools==4.
|
|
156
|
+
Requires-Dist: fonttools==4.61.0; extra == "frozen"
|
|
156
157
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
157
158
|
Requires-Dist: fsspec==2025.10.0; extra == "frozen"
|
|
158
159
|
Requires-Dist: globus-sdk==3.65.0; extra == "frozen"
|
|
159
|
-
Requires-Dist: google-re2==1.1.
|
|
160
|
-
Requires-Dist: googleapis-common-protos==1.
|
|
160
|
+
Requires-Dist: google-re2==1.1.20251105; extra == "frozen"
|
|
161
|
+
Requires-Dist: googleapis-common-protos==1.72.0; extra == "frozen"
|
|
161
162
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
162
163
|
Requires-Dist: greenlet==3.2.4; extra == "frozen"
|
|
163
164
|
Requires-Dist: grpcio==1.76.0; extra == "frozen"
|
|
@@ -176,7 +177,7 @@ Requires-Dist: jsonschema==4.25.1; extra == "frozen"
|
|
|
176
177
|
Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
|
|
177
178
|
Requires-Dist: jupyter_core==5.9.1; extra == "frozen"
|
|
178
179
|
Requires-Dist: kiwisolver==1.4.9; extra == "frozen"
|
|
179
|
-
Requires-Dist: kombu==5.6.
|
|
180
|
+
Requires-Dist: kombu==5.6.1; extra == "frozen"
|
|
180
181
|
Requires-Dist: lazy-object-proxy==1.12.0; extra == "frozen"
|
|
181
182
|
Requires-Dist: lazy_loader==0.4; extra == "frozen"
|
|
182
183
|
Requires-Dist: limits==5.6.0; extra == "frozen"
|
|
@@ -196,7 +197,7 @@ Requires-Dist: more-itertools==10.8.0; extra == "frozen"
|
|
|
196
197
|
Requires-Dist: moviepy==2.1.2; extra == "frozen"
|
|
197
198
|
Requires-Dist: multidict==6.7.0; extra == "frozen"
|
|
198
199
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
199
|
-
Requires-Dist: networkx==3.
|
|
200
|
+
Requires-Dist: networkx==3.6; extra == "frozen"
|
|
200
201
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
201
202
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
202
203
|
Requires-Dist: opentelemetry-api==1.38.0; extra == "frozen"
|
|
@@ -241,13 +242,13 @@ Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
|
241
242
|
Requires-Dist: prometheus_client==0.23.1; extra == "frozen"
|
|
242
243
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
243
244
|
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
244
|
-
Requires-Dist: protobuf==6.33.
|
|
245
|
+
Requires-Dist: protobuf==6.33.1; extra == "frozen"
|
|
245
246
|
Requires-Dist: psutil==7.1.3; extra == "frozen"
|
|
246
247
|
Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
|
|
247
248
|
Requires-Dist: pycparser==2.23; extra == "frozen"
|
|
248
|
-
Requires-Dist: pydantic==2.12.
|
|
249
|
-
Requires-Dist: pydantic-settings==2.
|
|
250
|
-
Requires-Dist: pydantic_core==2.41.
|
|
249
|
+
Requires-Dist: pydantic==2.12.5; extra == "frozen"
|
|
250
|
+
Requires-Dist: pydantic-settings==2.12.0; extra == "frozen"
|
|
251
|
+
Requires-Dist: pydantic_core==2.41.5; extra == "frozen"
|
|
251
252
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
252
253
|
Requires-Dist: pyparsing==3.2.5; extra == "frozen"
|
|
253
254
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
@@ -263,17 +264,16 @@ Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
|
|
|
263
264
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
264
265
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
265
266
|
Requires-Dist: rich-argparse==1.7.2; extra == "frozen"
|
|
266
|
-
Requires-Dist: rpds-py==0.
|
|
267
|
-
Requires-Dist: s3transfer==0.
|
|
267
|
+
Requires-Dist: rpds-py==0.30.0; extra == "frozen"
|
|
268
|
+
Requires-Dist: s3transfer==0.16.0; extra == "frozen"
|
|
268
269
|
Requires-Dist: scikit-image==0.25.2; extra == "frozen"
|
|
269
270
|
Requires-Dist: scipy==1.15.3; extra == "frozen"
|
|
270
271
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
271
272
|
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
272
273
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
273
|
-
Requires-Dist:
|
|
274
|
-
Requires-Dist: solar-wavelength-calibration==1.0.1; extra == "frozen"
|
|
274
|
+
Requires-Dist: solar-wavelength-calibration==2.0.0; extra == "frozen"
|
|
275
275
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
276
|
-
Requires-Dist: sqlparse==0.5.
|
|
276
|
+
Requires-Dist: sqlparse==0.5.4; extra == "frozen"
|
|
277
277
|
Requires-Dist: sunpy==6.1.1; extra == "frozen"
|
|
278
278
|
Requires-Dist: tabulate==0.9.0; extra == "frozen"
|
|
279
279
|
Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
@@ -287,16 +287,17 @@ Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
|
287
287
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
288
288
|
Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
289
289
|
Requires-Dist: tzdata==2025.2; extra == "frozen"
|
|
290
|
+
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
290
291
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
291
292
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
292
|
-
Requires-Dist: universal_pathlib==0.3.
|
|
293
|
+
Requires-Dist: universal_pathlib==0.3.6; extra == "frozen"
|
|
293
294
|
Requires-Dist: urllib3==2.5.0; extra == "frozen"
|
|
294
295
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
295
296
|
Requires-Dist: voluptuous==0.15.2; extra == "frozen"
|
|
296
297
|
Requires-Dist: wcwidth==0.2.14; extra == "frozen"
|
|
297
298
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
298
299
|
Requires-Dist: wrapt==1.17.3; extra == "frozen"
|
|
299
|
-
Requires-Dist: yamale==6.
|
|
300
|
+
Requires-Dist: yamale==6.1.0; extra == "frozen"
|
|
300
301
|
Requires-Dist: yarl==1.22.0; extra == "frozen"
|
|
301
302
|
Requires-Dist: zipp==3.23.0; extra == "frozen"
|
|
302
303
|
|
{dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/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.25.
|
|
3
|
+
Version: 1.25.4
|
|
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.8.
|
|
16
|
+
Requires-Dist: dkist-processing-common==11.8.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
|
|
@@ -86,44 +86,44 @@ Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
|
86
86
|
Requires-Dist: aiohttp==3.13.2; extra == "frozen"
|
|
87
87
|
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
88
88
|
Requires-Dist: aiosmtplib==5.0.0; extra == "frozen"
|
|
89
|
-
Requires-Dist: alembic==1.17.
|
|
89
|
+
Requires-Dist: alembic==1.17.2; extra == "frozen"
|
|
90
90
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
91
91
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
92
|
-
Requires-Dist: anyio==4.
|
|
92
|
+
Requires-Dist: anyio==4.12.0; extra == "frozen"
|
|
93
93
|
Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
|
|
94
|
-
Requires-Dist: apache-airflow-providers-celery==3.
|
|
95
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.
|
|
96
|
-
Requires-Dist: apache-airflow-providers-common-io==1.
|
|
97
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
94
|
+
Requires-Dist: apache-airflow-providers-celery==3.13.1; extra == "frozen"
|
|
95
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.10.0; extra == "frozen"
|
|
96
|
+
Requires-Dist: apache-airflow-providers-common-io==1.7.0; extra == "frozen"
|
|
97
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.29.0; extra == "frozen"
|
|
98
98
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
99
|
-
Requires-Dist: apache-airflow-providers-ftp==3.
|
|
100
|
-
Requires-Dist: apache-airflow-providers-http==5.
|
|
101
|
-
Requires-Dist: apache-airflow-providers-imap==3.
|
|
102
|
-
Requires-Dist: apache-airflow-providers-postgres==6.
|
|
103
|
-
Requires-Dist: apache-airflow-providers-smtp==2.
|
|
104
|
-
Requires-Dist: apache-airflow-providers-sqlite==4.
|
|
105
|
-
Requires-Dist: apispec==6.
|
|
99
|
+
Requires-Dist: apache-airflow-providers-ftp==3.14.0; extra == "frozen"
|
|
100
|
+
Requires-Dist: apache-airflow-providers-http==5.6.0; extra == "frozen"
|
|
101
|
+
Requires-Dist: apache-airflow-providers-imap==3.10.0; extra == "frozen"
|
|
102
|
+
Requires-Dist: apache-airflow-providers-postgres==6.5.0; extra == "frozen"
|
|
103
|
+
Requires-Dist: apache-airflow-providers-smtp==2.4.0; extra == "frozen"
|
|
104
|
+
Requires-Dist: apache-airflow-providers-sqlite==4.2.0; extra == "frozen"
|
|
105
|
+
Requires-Dist: apispec==6.9.0; extra == "frozen"
|
|
106
106
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
107
107
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
108
108
|
Requires-Dist: asdf_standard==1.4.0; extra == "frozen"
|
|
109
109
|
Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
110
|
-
Requires-Dist: asgiref==3.
|
|
111
|
-
Requires-Dist: asteval==1.0.
|
|
110
|
+
Requires-Dist: asgiref==3.11.0; extra == "frozen"
|
|
111
|
+
Requires-Dist: asteval==1.0.7; extra == "frozen"
|
|
112
112
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
113
|
-
Requires-Dist: astropy-iers-data==0.2025.
|
|
114
|
-
Requires-Dist: asyncpg==0.
|
|
113
|
+
Requires-Dist: astropy-iers-data==0.2025.12.1.0.45.12; extra == "frozen"
|
|
114
|
+
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
115
115
|
Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
117
|
-
Requires-Dist: billiard==4.2.
|
|
117
|
+
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
118
118
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
119
|
-
Requires-Dist: boto3==1.
|
|
120
|
-
Requires-Dist: botocore==1.
|
|
119
|
+
Requires-Dist: boto3==1.42.1; extra == "frozen"
|
|
120
|
+
Requires-Dist: botocore==1.42.1; extra == "frozen"
|
|
121
121
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
122
|
-
Requires-Dist: celery==5.
|
|
123
|
-
Requires-Dist: certifi==2025.
|
|
122
|
+
Requires-Dist: celery==5.6.0; extra == "frozen"
|
|
123
|
+
Requires-Dist: certifi==2025.11.12; extra == "frozen"
|
|
124
124
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: charset-normalizer==3.4.4; extra == "frozen"
|
|
126
|
-
Requires-Dist: click==8.3.
|
|
126
|
+
Requires-Dist: click==8.3.1; extra == "frozen"
|
|
127
127
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
128
128
|
Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
129
129
|
Requires-Dist: click-repl==0.3.0; extra == "frozen"
|
|
@@ -140,24 +140,25 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
140
140
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
141
141
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
142
142
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
143
|
-
Requires-Dist: dkist-processing-common==11.8.
|
|
143
|
+
Requires-Dist: dkist-processing-common==11.8.1; extra == "frozen"
|
|
144
144
|
Requires-Dist: dkist-processing-core==6.0.0; extra == "frozen"
|
|
145
145
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
146
146
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
147
|
-
Requires-Dist: dkist-processing-vbi==1.25.
|
|
147
|
+
Requires-Dist: dkist-processing-vbi==1.25.4; extra == "frozen"
|
|
148
148
|
Requires-Dist: dkist-service-configuration==4.1.7; extra == "frozen"
|
|
149
149
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
150
150
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
151
151
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
152
152
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
153
|
+
Requires-Dist: exceptiongroup==1.3.1; extra == "frozen"
|
|
153
154
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
154
155
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
155
|
-
Requires-Dist: fonttools==4.
|
|
156
|
+
Requires-Dist: fonttools==4.61.0; extra == "frozen"
|
|
156
157
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
157
158
|
Requires-Dist: fsspec==2025.10.0; extra == "frozen"
|
|
158
159
|
Requires-Dist: globus-sdk==3.65.0; extra == "frozen"
|
|
159
|
-
Requires-Dist: google-re2==1.1.
|
|
160
|
-
Requires-Dist: googleapis-common-protos==1.
|
|
160
|
+
Requires-Dist: google-re2==1.1.20251105; extra == "frozen"
|
|
161
|
+
Requires-Dist: googleapis-common-protos==1.72.0; extra == "frozen"
|
|
161
162
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
162
163
|
Requires-Dist: greenlet==3.2.4; extra == "frozen"
|
|
163
164
|
Requires-Dist: grpcio==1.76.0; extra == "frozen"
|
|
@@ -176,7 +177,7 @@ Requires-Dist: jsonschema==4.25.1; extra == "frozen"
|
|
|
176
177
|
Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
|
|
177
178
|
Requires-Dist: jupyter_core==5.9.1; extra == "frozen"
|
|
178
179
|
Requires-Dist: kiwisolver==1.4.9; extra == "frozen"
|
|
179
|
-
Requires-Dist: kombu==5.6.
|
|
180
|
+
Requires-Dist: kombu==5.6.1; extra == "frozen"
|
|
180
181
|
Requires-Dist: lazy-object-proxy==1.12.0; extra == "frozen"
|
|
181
182
|
Requires-Dist: lazy_loader==0.4; extra == "frozen"
|
|
182
183
|
Requires-Dist: limits==5.6.0; extra == "frozen"
|
|
@@ -196,7 +197,7 @@ Requires-Dist: more-itertools==10.8.0; extra == "frozen"
|
|
|
196
197
|
Requires-Dist: moviepy==2.1.2; extra == "frozen"
|
|
197
198
|
Requires-Dist: multidict==6.7.0; extra == "frozen"
|
|
198
199
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
199
|
-
Requires-Dist: networkx==3.
|
|
200
|
+
Requires-Dist: networkx==3.6; extra == "frozen"
|
|
200
201
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
201
202
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
202
203
|
Requires-Dist: opentelemetry-api==1.38.0; extra == "frozen"
|
|
@@ -241,13 +242,13 @@ Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
|
241
242
|
Requires-Dist: prometheus_client==0.23.1; extra == "frozen"
|
|
242
243
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
243
244
|
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
244
|
-
Requires-Dist: protobuf==6.33.
|
|
245
|
+
Requires-Dist: protobuf==6.33.1; extra == "frozen"
|
|
245
246
|
Requires-Dist: psutil==7.1.3; extra == "frozen"
|
|
246
247
|
Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
|
|
247
248
|
Requires-Dist: pycparser==2.23; extra == "frozen"
|
|
248
|
-
Requires-Dist: pydantic==2.12.
|
|
249
|
-
Requires-Dist: pydantic-settings==2.
|
|
250
|
-
Requires-Dist: pydantic_core==2.41.
|
|
249
|
+
Requires-Dist: pydantic==2.12.5; extra == "frozen"
|
|
250
|
+
Requires-Dist: pydantic-settings==2.12.0; extra == "frozen"
|
|
251
|
+
Requires-Dist: pydantic_core==2.41.5; extra == "frozen"
|
|
251
252
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
252
253
|
Requires-Dist: pyparsing==3.2.5; extra == "frozen"
|
|
253
254
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
@@ -263,17 +264,16 @@ Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
|
|
|
263
264
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
264
265
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
265
266
|
Requires-Dist: rich-argparse==1.7.2; extra == "frozen"
|
|
266
|
-
Requires-Dist: rpds-py==0.
|
|
267
|
-
Requires-Dist: s3transfer==0.
|
|
267
|
+
Requires-Dist: rpds-py==0.30.0; extra == "frozen"
|
|
268
|
+
Requires-Dist: s3transfer==0.16.0; extra == "frozen"
|
|
268
269
|
Requires-Dist: scikit-image==0.25.2; extra == "frozen"
|
|
269
270
|
Requires-Dist: scipy==1.15.3; extra == "frozen"
|
|
270
271
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
271
272
|
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
272
273
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
273
|
-
Requires-Dist:
|
|
274
|
-
Requires-Dist: solar-wavelength-calibration==1.0.1; extra == "frozen"
|
|
274
|
+
Requires-Dist: solar-wavelength-calibration==2.0.0; extra == "frozen"
|
|
275
275
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
276
|
-
Requires-Dist: sqlparse==0.5.
|
|
276
|
+
Requires-Dist: sqlparse==0.5.4; extra == "frozen"
|
|
277
277
|
Requires-Dist: sunpy==6.1.1; extra == "frozen"
|
|
278
278
|
Requires-Dist: tabulate==0.9.0; extra == "frozen"
|
|
279
279
|
Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
@@ -287,16 +287,17 @@ Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
|
287
287
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
288
288
|
Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
289
289
|
Requires-Dist: tzdata==2025.2; extra == "frozen"
|
|
290
|
+
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
290
291
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
291
292
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
292
|
-
Requires-Dist: universal_pathlib==0.3.
|
|
293
|
+
Requires-Dist: universal_pathlib==0.3.6; extra == "frozen"
|
|
293
294
|
Requires-Dist: urllib3==2.5.0; extra == "frozen"
|
|
294
295
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
295
296
|
Requires-Dist: voluptuous==0.15.2; extra == "frozen"
|
|
296
297
|
Requires-Dist: wcwidth==0.2.14; extra == "frozen"
|
|
297
298
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
298
299
|
Requires-Dist: wrapt==1.17.3; extra == "frozen"
|
|
299
|
-
Requires-Dist: yamale==6.
|
|
300
|
+
Requires-Dist: yamale==6.1.0; extra == "frozen"
|
|
300
301
|
Requires-Dist: yarl==1.22.0; extra == "frozen"
|
|
301
302
|
Requires-Dist: zipp==3.23.0; extra == "frozen"
|
|
302
303
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==11.8.
|
|
1
|
+
dkist-processing-common==11.8.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
|
|
@@ -55,44 +55,44 @@ aiohappyeyeballs==2.6.1
|
|
|
55
55
|
aiohttp==3.13.2
|
|
56
56
|
aiosignal==1.4.0
|
|
57
57
|
aiosmtplib==5.0.0
|
|
58
|
-
alembic==1.17.
|
|
58
|
+
alembic==1.17.2
|
|
59
59
|
amqp==5.3.1
|
|
60
60
|
annotated-types==0.7.0
|
|
61
|
-
anyio==4.
|
|
61
|
+
anyio==4.12.0
|
|
62
62
|
apache-airflow==2.11.0
|
|
63
|
-
apache-airflow-providers-celery==3.
|
|
64
|
-
apache-airflow-providers-common-compat==1.
|
|
65
|
-
apache-airflow-providers-common-io==1.
|
|
66
|
-
apache-airflow-providers-common-sql==1.
|
|
63
|
+
apache-airflow-providers-celery==3.13.1
|
|
64
|
+
apache-airflow-providers-common-compat==1.10.0
|
|
65
|
+
apache-airflow-providers-common-io==1.7.0
|
|
66
|
+
apache-airflow-providers-common-sql==1.29.0
|
|
67
67
|
apache-airflow-providers-fab==1.5.3
|
|
68
|
-
apache-airflow-providers-ftp==3.
|
|
69
|
-
apache-airflow-providers-http==5.
|
|
70
|
-
apache-airflow-providers-imap==3.
|
|
71
|
-
apache-airflow-providers-postgres==6.
|
|
72
|
-
apache-airflow-providers-smtp==2.
|
|
73
|
-
apache-airflow-providers-sqlite==4.
|
|
74
|
-
apispec==6.
|
|
68
|
+
apache-airflow-providers-ftp==3.14.0
|
|
69
|
+
apache-airflow-providers-http==5.6.0
|
|
70
|
+
apache-airflow-providers-imap==3.10.0
|
|
71
|
+
apache-airflow-providers-postgres==6.5.0
|
|
72
|
+
apache-airflow-providers-smtp==2.4.0
|
|
73
|
+
apache-airflow-providers-sqlite==4.2.0
|
|
74
|
+
apispec==6.9.0
|
|
75
75
|
argcomplete==3.6.3
|
|
76
76
|
asdf==3.5.0
|
|
77
77
|
asdf_standard==1.4.0
|
|
78
78
|
asdf_transform_schemas==0.6.0
|
|
79
|
-
asgiref==3.
|
|
80
|
-
asteval==1.0.
|
|
79
|
+
asgiref==3.11.0
|
|
80
|
+
asteval==1.0.7
|
|
81
81
|
astropy==7.0.2
|
|
82
|
-
astropy-iers-data==0.2025.
|
|
83
|
-
asyncpg==0.
|
|
82
|
+
astropy-iers-data==0.2025.12.1.0.45.12
|
|
83
|
+
asyncpg==0.31.0
|
|
84
84
|
attrs==25.4.0
|
|
85
85
|
babel==2.17.0
|
|
86
|
-
billiard==4.2.
|
|
86
|
+
billiard==4.2.4
|
|
87
87
|
blinker==1.9.0
|
|
88
|
-
boto3==1.
|
|
89
|
-
botocore==1.
|
|
88
|
+
boto3==1.42.1
|
|
89
|
+
botocore==1.42.1
|
|
90
90
|
cachelib==0.13.0
|
|
91
|
-
celery==5.
|
|
92
|
-
certifi==2025.
|
|
91
|
+
celery==5.6.0
|
|
92
|
+
certifi==2025.11.12
|
|
93
93
|
cffi==2.0.0
|
|
94
94
|
charset-normalizer==3.4.4
|
|
95
|
-
click==8.3.
|
|
95
|
+
click==8.3.1
|
|
96
96
|
click-didyoumean==0.3.1
|
|
97
97
|
click-plugins==1.1.1.2
|
|
98
98
|
click-repl==0.3.0
|
|
@@ -109,24 +109,25 @@ dacite==1.9.2
|
|
|
109
109
|
decorator==5.2.1
|
|
110
110
|
dill==0.4.0
|
|
111
111
|
dkist-header-validator==5.2.1
|
|
112
|
-
dkist-processing-common==11.8.
|
|
112
|
+
dkist-processing-common==11.8.1
|
|
113
113
|
dkist-processing-core==6.0.0
|
|
114
114
|
dkist-processing-math==2.2.1
|
|
115
115
|
dkist-processing-pac==3.1.1
|
|
116
|
-
dkist-processing-vbi==1.25.
|
|
116
|
+
dkist-processing-vbi==1.25.4
|
|
117
117
|
dkist-service-configuration==4.1.7
|
|
118
118
|
dkist-spectral-lines==3.0.0
|
|
119
119
|
dkist_fits_specifications==4.17.0
|
|
120
120
|
dnspython==2.8.0
|
|
121
121
|
email-validator==2.3.0
|
|
122
|
+
exceptiongroup==1.3.1
|
|
122
123
|
fastjsonschema==2.21.2
|
|
123
124
|
flower==2.0.1
|
|
124
|
-
fonttools==4.
|
|
125
|
+
fonttools==4.61.0
|
|
125
126
|
frozenlist==1.8.0
|
|
126
127
|
fsspec==2025.10.0
|
|
127
128
|
globus-sdk==3.65.0
|
|
128
|
-
google-re2==1.1.
|
|
129
|
-
googleapis-common-protos==1.
|
|
129
|
+
google-re2==1.1.20251105
|
|
130
|
+
googleapis-common-protos==1.72.0
|
|
130
131
|
gqlclient==1.2.3
|
|
131
132
|
greenlet==3.2.4
|
|
132
133
|
grpcio==1.76.0
|
|
@@ -145,7 +146,7 @@ jsonschema==4.25.1
|
|
|
145
146
|
jsonschema-specifications==2025.9.1
|
|
146
147
|
jupyter_core==5.9.1
|
|
147
148
|
kiwisolver==1.4.9
|
|
148
|
-
kombu==5.6.
|
|
149
|
+
kombu==5.6.1
|
|
149
150
|
lazy-object-proxy==1.12.0
|
|
150
151
|
lazy_loader==0.4
|
|
151
152
|
limits==5.6.0
|
|
@@ -165,7 +166,7 @@ more-itertools==10.8.0
|
|
|
165
166
|
moviepy==2.1.2
|
|
166
167
|
multidict==6.7.0
|
|
167
168
|
nbformat==5.10.4
|
|
168
|
-
networkx==3.
|
|
169
|
+
networkx==3.6
|
|
169
170
|
numpy==2.2.5
|
|
170
171
|
object-clerk==1.0.0
|
|
171
172
|
opentelemetry-api==1.38.0
|
|
@@ -210,13 +211,13 @@ proglog==0.1.12
|
|
|
210
211
|
prometheus_client==0.23.1
|
|
211
212
|
prompt_toolkit==3.0.52
|
|
212
213
|
propcache==0.4.1
|
|
213
|
-
protobuf==6.33.
|
|
214
|
+
protobuf==6.33.1
|
|
214
215
|
psutil==7.1.3
|
|
215
216
|
psycopg2-binary==2.9.11
|
|
216
217
|
pycparser==2.23
|
|
217
|
-
pydantic==2.12.
|
|
218
|
-
pydantic-settings==2.
|
|
219
|
-
pydantic_core==2.41.
|
|
218
|
+
pydantic==2.12.5
|
|
219
|
+
pydantic-settings==2.12.0
|
|
220
|
+
pydantic_core==2.41.5
|
|
220
221
|
pyerfa==2.0.1.5
|
|
221
222
|
pyparsing==3.2.5
|
|
222
223
|
python-daemon==3.1.2
|
|
@@ -232,17 +233,16 @@ requests-toolbelt==1.0.0
|
|
|
232
233
|
rfc3339-validator==0.1.4
|
|
233
234
|
rich==13.9.4
|
|
234
235
|
rich-argparse==1.7.2
|
|
235
|
-
rpds-py==0.
|
|
236
|
-
s3transfer==0.
|
|
236
|
+
rpds-py==0.30.0
|
|
237
|
+
s3transfer==0.16.0
|
|
237
238
|
scikit-image==0.25.2
|
|
238
239
|
scipy==1.15.3
|
|
239
240
|
semantic-version==2.10.0
|
|
240
241
|
setproctitle==1.3.7
|
|
241
242
|
six==1.17.0
|
|
242
|
-
|
|
243
|
-
solar-wavelength-calibration==1.0.1
|
|
243
|
+
solar-wavelength-calibration==2.0.0
|
|
244
244
|
sqids==0.5.1
|
|
245
|
-
sqlparse==0.5.
|
|
245
|
+
sqlparse==0.5.4
|
|
246
246
|
sunpy==6.1.1
|
|
247
247
|
tabulate==0.9.0
|
|
248
248
|
talus==1.3.4
|
|
@@ -256,16 +256,17 @@ traitlets==5.14.3
|
|
|
256
256
|
typing-inspection==0.4.2
|
|
257
257
|
typing_extensions==4.15.0
|
|
258
258
|
tzdata==2025.2
|
|
259
|
+
tzlocal==5.3.1
|
|
259
260
|
uc-micro-py==1.0.3
|
|
260
261
|
uncertainties==3.2.3
|
|
261
|
-
universal_pathlib==0.3.
|
|
262
|
+
universal_pathlib==0.3.6
|
|
262
263
|
urllib3==2.5.0
|
|
263
264
|
vine==5.1.0
|
|
264
265
|
voluptuous==0.15.2
|
|
265
266
|
wcwidth==0.2.14
|
|
266
267
|
wirerope==1.0.0
|
|
267
268
|
wrapt==1.17.3
|
|
268
|
-
yamale==6.
|
|
269
|
+
yamale==6.1.0
|
|
269
270
|
yarl==1.22.0
|
|
270
271
|
zipp==3.23.0
|
|
271
272
|
|
|
@@ -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.25.
|
|
13
|
-
date = 2025-
|
|
12
|
+
version = "1.25.4"
|
|
13
|
+
date = 2025-12-02T14:10:37.068769
|
|
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.8.
|
|
29
|
+
"dkist-processing-common == 11.8.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",
|
|
@@ -114,44 +114,44 @@ frozen = [
|
|
|
114
114
|
"aiohttp == 3.13.2",
|
|
115
115
|
"aiosignal == 1.4.0",
|
|
116
116
|
"aiosmtplib == 5.0.0",
|
|
117
|
-
"alembic == 1.17.
|
|
117
|
+
"alembic == 1.17.2",
|
|
118
118
|
"amqp == 5.3.1",
|
|
119
119
|
"annotated-types == 0.7.0",
|
|
120
|
-
"anyio == 4.
|
|
120
|
+
"anyio == 4.12.0",
|
|
121
121
|
"apache-airflow == 2.11.0",
|
|
122
|
-
"apache-airflow-providers-celery == 3.
|
|
123
|
-
"apache-airflow-providers-common-compat == 1.
|
|
124
|
-
"apache-airflow-providers-common-io == 1.
|
|
125
|
-
"apache-airflow-providers-common-sql == 1.
|
|
122
|
+
"apache-airflow-providers-celery == 3.13.1",
|
|
123
|
+
"apache-airflow-providers-common-compat == 1.10.0",
|
|
124
|
+
"apache-airflow-providers-common-io == 1.7.0",
|
|
125
|
+
"apache-airflow-providers-common-sql == 1.29.0",
|
|
126
126
|
"apache-airflow-providers-fab == 1.5.3",
|
|
127
|
-
"apache-airflow-providers-ftp == 3.
|
|
128
|
-
"apache-airflow-providers-http == 5.
|
|
129
|
-
"apache-airflow-providers-imap == 3.
|
|
130
|
-
"apache-airflow-providers-postgres == 6.
|
|
131
|
-
"apache-airflow-providers-smtp == 2.
|
|
132
|
-
"apache-airflow-providers-sqlite == 4.
|
|
133
|
-
"apispec == 6.
|
|
127
|
+
"apache-airflow-providers-ftp == 3.14.0",
|
|
128
|
+
"apache-airflow-providers-http == 5.6.0",
|
|
129
|
+
"apache-airflow-providers-imap == 3.10.0",
|
|
130
|
+
"apache-airflow-providers-postgres == 6.5.0",
|
|
131
|
+
"apache-airflow-providers-smtp == 2.4.0",
|
|
132
|
+
"apache-airflow-providers-sqlite == 4.2.0",
|
|
133
|
+
"apispec == 6.9.0",
|
|
134
134
|
"argcomplete == 3.6.3",
|
|
135
135
|
"asdf == 3.5.0",
|
|
136
136
|
"asdf_standard == 1.4.0",
|
|
137
137
|
"asdf_transform_schemas == 0.6.0",
|
|
138
|
-
"asgiref == 3.
|
|
139
|
-
"asteval == 1.0.
|
|
138
|
+
"asgiref == 3.11.0",
|
|
139
|
+
"asteval == 1.0.7",
|
|
140
140
|
"astropy == 7.0.2",
|
|
141
|
-
"astropy-iers-data == 0.2025.
|
|
142
|
-
"asyncpg == 0.
|
|
141
|
+
"astropy-iers-data == 0.2025.12.1.0.45.12",
|
|
142
|
+
"asyncpg == 0.31.0",
|
|
143
143
|
"attrs == 25.4.0",
|
|
144
144
|
"babel == 2.17.0",
|
|
145
|
-
"billiard == 4.2.
|
|
145
|
+
"billiard == 4.2.4",
|
|
146
146
|
"blinker == 1.9.0",
|
|
147
|
-
"boto3 == 1.
|
|
148
|
-
"botocore == 1.
|
|
147
|
+
"boto3 == 1.42.1",
|
|
148
|
+
"botocore == 1.42.1",
|
|
149
149
|
"cachelib == 0.13.0",
|
|
150
|
-
"celery == 5.
|
|
151
|
-
"certifi == 2025.
|
|
150
|
+
"celery == 5.6.0",
|
|
151
|
+
"certifi == 2025.11.12",
|
|
152
152
|
"cffi == 2.0.0",
|
|
153
153
|
"charset-normalizer == 3.4.4",
|
|
154
|
-
"click == 8.3.
|
|
154
|
+
"click == 8.3.1",
|
|
155
155
|
"click-didyoumean == 0.3.1",
|
|
156
156
|
"click-plugins == 1.1.1.2",
|
|
157
157
|
"click-repl == 0.3.0",
|
|
@@ -168,24 +168,25 @@ frozen = [
|
|
|
168
168
|
"decorator == 5.2.1",
|
|
169
169
|
"dill == 0.4.0",
|
|
170
170
|
"dkist-header-validator == 5.2.1",
|
|
171
|
-
"dkist-processing-common == 11.8.
|
|
171
|
+
"dkist-processing-common == 11.8.1",
|
|
172
172
|
"dkist-processing-core == 6.0.0",
|
|
173
173
|
"dkist-processing-math == 2.2.1",
|
|
174
174
|
"dkist-processing-pac == 3.1.1",
|
|
175
|
-
"dkist-processing-vbi == 1.25.
|
|
175
|
+
"dkist-processing-vbi == 1.25.4",
|
|
176
176
|
"dkist-service-configuration == 4.1.7",
|
|
177
177
|
"dkist-spectral-lines == 3.0.0",
|
|
178
178
|
"dkist_fits_specifications == 4.17.0",
|
|
179
179
|
"dnspython == 2.8.0",
|
|
180
180
|
"email-validator == 2.3.0",
|
|
181
|
+
"exceptiongroup == 1.3.1",
|
|
181
182
|
"fastjsonschema == 2.21.2",
|
|
182
183
|
"flower == 2.0.1",
|
|
183
|
-
"fonttools == 4.
|
|
184
|
+
"fonttools == 4.61.0",
|
|
184
185
|
"frozenlist == 1.8.0",
|
|
185
186
|
"fsspec == 2025.10.0",
|
|
186
187
|
"globus-sdk == 3.65.0",
|
|
187
|
-
"google-re2 == 1.1.
|
|
188
|
-
"googleapis-common-protos == 1.
|
|
188
|
+
"google-re2 == 1.1.20251105",
|
|
189
|
+
"googleapis-common-protos == 1.72.0",
|
|
189
190
|
"gqlclient == 1.2.3",
|
|
190
191
|
"greenlet == 3.2.4",
|
|
191
192
|
"grpcio == 1.76.0",
|
|
@@ -204,7 +205,7 @@ frozen = [
|
|
|
204
205
|
"jsonschema-specifications == 2025.9.1",
|
|
205
206
|
"jupyter_core == 5.9.1",
|
|
206
207
|
"kiwisolver == 1.4.9",
|
|
207
|
-
"kombu == 5.6.
|
|
208
|
+
"kombu == 5.6.1",
|
|
208
209
|
"lazy-object-proxy == 1.12.0",
|
|
209
210
|
"lazy_loader == 0.4",
|
|
210
211
|
"limits == 5.6.0",
|
|
@@ -224,7 +225,7 @@ frozen = [
|
|
|
224
225
|
"moviepy == 2.1.2",
|
|
225
226
|
"multidict == 6.7.0",
|
|
226
227
|
"nbformat == 5.10.4",
|
|
227
|
-
"networkx == 3.
|
|
228
|
+
"networkx == 3.6",
|
|
228
229
|
"numpy == 2.2.5",
|
|
229
230
|
"object-clerk == 1.0.0",
|
|
230
231
|
"opentelemetry-api == 1.38.0",
|
|
@@ -269,13 +270,13 @@ frozen = [
|
|
|
269
270
|
"prometheus_client == 0.23.1",
|
|
270
271
|
"prompt_toolkit == 3.0.52",
|
|
271
272
|
"propcache == 0.4.1",
|
|
272
|
-
"protobuf == 6.33.
|
|
273
|
+
"protobuf == 6.33.1",
|
|
273
274
|
"psutil == 7.1.3",
|
|
274
275
|
"psycopg2-binary == 2.9.11",
|
|
275
276
|
"pycparser == 2.23",
|
|
276
|
-
"pydantic == 2.12.
|
|
277
|
-
"pydantic-settings == 2.
|
|
278
|
-
"pydantic_core == 2.41.
|
|
277
|
+
"pydantic == 2.12.5",
|
|
278
|
+
"pydantic-settings == 2.12.0",
|
|
279
|
+
"pydantic_core == 2.41.5",
|
|
279
280
|
"pyerfa == 2.0.1.5",
|
|
280
281
|
"pyparsing == 3.2.5",
|
|
281
282
|
"python-daemon == 3.1.2",
|
|
@@ -291,17 +292,16 @@ frozen = [
|
|
|
291
292
|
"rfc3339-validator == 0.1.4",
|
|
292
293
|
"rich == 13.9.4",
|
|
293
294
|
"rich-argparse == 1.7.2",
|
|
294
|
-
"rpds-py == 0.
|
|
295
|
-
"s3transfer == 0.
|
|
295
|
+
"rpds-py == 0.30.0",
|
|
296
|
+
"s3transfer == 0.16.0",
|
|
296
297
|
"scikit-image == 0.25.2",
|
|
297
298
|
"scipy == 1.15.3",
|
|
298
299
|
"semantic-version == 2.10.0",
|
|
299
300
|
"setproctitle == 1.3.7",
|
|
300
301
|
"six == 1.17.0",
|
|
301
|
-
"
|
|
302
|
-
"solar-wavelength-calibration == 1.0.1",
|
|
302
|
+
"solar-wavelength-calibration == 2.0.0",
|
|
303
303
|
"sqids == 0.5.1",
|
|
304
|
-
"sqlparse == 0.5.
|
|
304
|
+
"sqlparse == 0.5.4",
|
|
305
305
|
"sunpy == 6.1.1",
|
|
306
306
|
"tabulate == 0.9.0",
|
|
307
307
|
"talus == 1.3.4",
|
|
@@ -315,16 +315,17 @@ frozen = [
|
|
|
315
315
|
"typing-inspection == 0.4.2",
|
|
316
316
|
"typing_extensions == 4.15.0",
|
|
317
317
|
"tzdata == 2025.2",
|
|
318
|
+
"tzlocal == 5.3.1",
|
|
318
319
|
"uc-micro-py == 1.0.3",
|
|
319
320
|
"uncertainties == 3.2.3",
|
|
320
|
-
"universal_pathlib == 0.3.
|
|
321
|
+
"universal_pathlib == 0.3.6",
|
|
321
322
|
"urllib3 == 2.5.0",
|
|
322
323
|
"vine == 5.1.0",
|
|
323
324
|
"voluptuous == 0.15.2",
|
|
324
325
|
"wcwidth == 0.2.14",
|
|
325
326
|
"wirerope == 1.0.0",
|
|
326
327
|
"wrapt == 1.17.3",
|
|
327
|
-
"yamale == 6.
|
|
328
|
+
"yamale == 6.1.0",
|
|
328
329
|
"yarl == 1.22.0",
|
|
329
330
|
"zipp == 3.23.0",
|
|
330
331
|
]
|
|
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.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/models/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/models/constants.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/models/filter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/models/tags.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/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.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tasks/dark.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tasks/gain.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tasks/parse.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tasks/science.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tasks/vbi_base.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tasks/write_l1.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tests/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tests/conftest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/dkist_processing_vbi/tests/test_dark.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/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.25.3 → dkist_processing_vbi-1.25.4}/docs/l0_to_l1_vbi_no-speckle.rst
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.25.3 → dkist_processing_vbi-1.25.4}/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
|