dkist-processing-vbi 1.28.6__tar.gz → 1.28.7__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.28.6 → dkist_processing_vbi-1.28.7}/CHANGELOG.rst +10 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/PKG-INFO +8 -9
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi.egg-info/PKG-INFO +8 -9
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi.egg-info/requires.txt +7 -8
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/pyproject.toml +9 -10
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/.gitignore +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/.pre-commit-config.yaml +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/.readthedocs.yml +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/.snyk +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/README.rst +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/SCIENCE_CHANGELOG.rst +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/changelog/.gitempty +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/__init__.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/config.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/models/__init__.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/models/constants.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/models/filter.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/models/fits_access.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/models/parameters.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/models/tags.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/parsers/__init__.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/parsers/mosaic_repeats.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/parsers/spatial_step_pattern.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/parsers/vbi_l0_fits_access.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/parsers/vbi_l1_fits_access.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tasks/__init__.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tasks/assemble_movie.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tasks/dark.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tasks/gain.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tasks/make_movie_frames.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tasks/parse.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tasks/process_summit_processed.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tasks/quality_metrics.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tasks/science.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tasks/vbi_base.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tasks/write_l1.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tests/__init__.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tests/conftest.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tests/local_trial_workflows/__init__.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tests/local_trial_workflows/l0_to_l1.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tests/test_assemble_movie.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tests/test_dark.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tests/test_fits_access.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tests/test_gain.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tests/test_make_movie_frames.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tests/test_parse_l0.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tests/test_parse_summit.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tests/test_process_summit.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tests/test_quality_metrics.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tests/test_science.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tests/test_spatial_step_pattern.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tests/test_vbi_base.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tests/test_vbi_constants.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tests/test_workflows.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tests/test_write_l1.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/workflows/__init__.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/workflows/l0_processing.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/workflows/summit_data_processing.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/workflows/trial_workflows.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi.egg-info/SOURCES.txt +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi.egg-info/dependency_links.txt +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi.egg-info/top_level.txt +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/docs/Makefile +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/docs/changelog.rst +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/docs/conf.py +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/docs/index.rst +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/docs/l0_to_l1_vbi_no-speckle-full-trial.rst +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/docs/l0_to_l1_vbi_no-speckle.rst +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/docs/l0_to_l1_vbi_summit-calibrated-full-trial.rst +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/docs/l0_to_l1_vbi_summit-calibrated.rst +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/docs/landing_page.rst +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/docs/make.bat +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/docs/requirements.txt +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/docs/requirements_table.rst +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/docs/scientific_changelog.rst +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/licenses/LICENSE.rst +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/science_towncrier.sh +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/setup.cfg +0 -0
- {dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/towncrier_science.toml +0 -0
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
v1.28.7 (2026-04-21)
|
|
2
|
+
====================
|
|
3
|
+
|
|
4
|
+
Misc
|
|
5
|
+
----
|
|
6
|
+
|
|
7
|
+
- Update dkist-processing-common to v13.0.6, which uses gqlclient v2.0 and provides a
|
|
8
|
+
better error for reading/writing with tags=None. (`#198 <https://bitbucket.org/dkistdc/dkist-processing-vbi/pull-requests/198>`__)
|
|
9
|
+
|
|
10
|
+
|
|
1
11
|
v1.28.6 (2026-04-20)
|
|
2
12
|
====================
|
|
3
13
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-vbi
|
|
3
|
-
Version: 1.28.
|
|
3
|
+
Version: 1.28.7
|
|
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.13
|
|
14
14
|
Requires-Python: >=3.13
|
|
15
15
|
Description-Content-Type: text/x-rst
|
|
16
|
-
Requires-Dist: dkist-processing-common==13.0.
|
|
16
|
+
Requires-Dist: dkist-processing-common==13.0.6
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.2
|
|
18
18
|
Requires-Dist: dkist-header-validator==5.3.1
|
|
19
19
|
Requires-Dist: dkist-fits-specifications==4.24.1
|
|
@@ -118,15 +118,14 @@ Requires-Dist: cron_descriptor==2.0.8; extra == "frozen"
|
|
|
118
118
|
Requires-Dist: croniter==6.2.2; extra == "frozen"
|
|
119
119
|
Requires-Dist: cryptography==46.0.7; extra == "frozen"
|
|
120
120
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
121
|
-
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
122
121
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
123
122
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
124
123
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
125
|
-
Requires-Dist: dkist-processing-common==13.0.
|
|
124
|
+
Requires-Dist: dkist-processing-common==13.0.6; extra == "frozen"
|
|
126
125
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
127
126
|
Requires-Dist: dkist-processing-math==2.2.2; extra == "frozen"
|
|
128
127
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
129
|
-
Requires-Dist: dkist-processing-vbi==1.28.
|
|
128
|
+
Requires-Dist: dkist-processing-vbi==1.28.7; extra == "frozen"
|
|
130
129
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
131
130
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
132
131
|
Requires-Dist: dkist_fits_specifications==4.24.1; extra == "frozen"
|
|
@@ -141,7 +140,7 @@ Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
|
141
140
|
Requires-Dist: fsspec==2026.3.0; extra == "frozen"
|
|
142
141
|
Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
|
|
143
142
|
Requires-Dist: googleapis-common-protos==1.74.0; extra == "frozen"
|
|
144
|
-
Requires-Dist: gqlclient==
|
|
143
|
+
Requires-Dist: gqlclient==2.0.0; extra == "frozen"
|
|
145
144
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
146
145
|
Requires-Dist: greenlet==3.4.0; extra == "frozen"
|
|
147
146
|
Requires-Dist: grpcio==1.80.0; extra == "frozen"
|
|
@@ -150,7 +149,7 @@ Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
|
150
149
|
Requires-Dist: httptools==0.7.1; extra == "frozen"
|
|
151
150
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
152
151
|
Requires-Dist: humanize==4.15.0; extra == "frozen"
|
|
153
|
-
Requires-Dist: idna==3.
|
|
152
|
+
Requires-Dist: idna==3.12; extra == "frozen"
|
|
154
153
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
155
154
|
Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
|
|
156
155
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
@@ -222,7 +221,7 @@ Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
|
222
221
|
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
223
222
|
Requires-Dist: protobuf==6.33.6; extra == "frozen"
|
|
224
223
|
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
225
|
-
Requires-Dist: psycopg2-binary==2.9.
|
|
224
|
+
Requires-Dist: psycopg2-binary==2.9.12; extra == "frozen"
|
|
226
225
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
227
226
|
Requires-Dist: pydantic==2.13.3; extra == "frozen"
|
|
228
227
|
Requires-Dist: pydantic-settings==2.14.0; extra == "frozen"
|
|
@@ -277,7 +276,7 @@ Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
|
277
276
|
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
278
277
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
279
278
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
280
|
-
Requires-Dist: uvicorn==0.
|
|
279
|
+
Requires-Dist: uvicorn==0.45.0; extra == "frozen"
|
|
281
280
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
282
281
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
283
282
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
{dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/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.28.
|
|
3
|
+
Version: 1.28.7
|
|
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.13
|
|
14
14
|
Requires-Python: >=3.13
|
|
15
15
|
Description-Content-Type: text/x-rst
|
|
16
|
-
Requires-Dist: dkist-processing-common==13.0.
|
|
16
|
+
Requires-Dist: dkist-processing-common==13.0.6
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.2
|
|
18
18
|
Requires-Dist: dkist-header-validator==5.3.1
|
|
19
19
|
Requires-Dist: dkist-fits-specifications==4.24.1
|
|
@@ -118,15 +118,14 @@ Requires-Dist: cron_descriptor==2.0.8; extra == "frozen"
|
|
|
118
118
|
Requires-Dist: croniter==6.2.2; extra == "frozen"
|
|
119
119
|
Requires-Dist: cryptography==46.0.7; extra == "frozen"
|
|
120
120
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
121
|
-
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
122
121
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
123
122
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
124
123
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
125
|
-
Requires-Dist: dkist-processing-common==13.0.
|
|
124
|
+
Requires-Dist: dkist-processing-common==13.0.6; extra == "frozen"
|
|
126
125
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
127
126
|
Requires-Dist: dkist-processing-math==2.2.2; extra == "frozen"
|
|
128
127
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
129
|
-
Requires-Dist: dkist-processing-vbi==1.28.
|
|
128
|
+
Requires-Dist: dkist-processing-vbi==1.28.7; extra == "frozen"
|
|
130
129
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
131
130
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
132
131
|
Requires-Dist: dkist_fits_specifications==4.24.1; extra == "frozen"
|
|
@@ -141,7 +140,7 @@ Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
|
141
140
|
Requires-Dist: fsspec==2026.3.0; extra == "frozen"
|
|
142
141
|
Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
|
|
143
142
|
Requires-Dist: googleapis-common-protos==1.74.0; extra == "frozen"
|
|
144
|
-
Requires-Dist: gqlclient==
|
|
143
|
+
Requires-Dist: gqlclient==2.0.0; extra == "frozen"
|
|
145
144
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
146
145
|
Requires-Dist: greenlet==3.4.0; extra == "frozen"
|
|
147
146
|
Requires-Dist: grpcio==1.80.0; extra == "frozen"
|
|
@@ -150,7 +149,7 @@ Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
|
150
149
|
Requires-Dist: httptools==0.7.1; extra == "frozen"
|
|
151
150
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
152
151
|
Requires-Dist: humanize==4.15.0; extra == "frozen"
|
|
153
|
-
Requires-Dist: idna==3.
|
|
152
|
+
Requires-Dist: idna==3.12; extra == "frozen"
|
|
154
153
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
155
154
|
Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
|
|
156
155
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
@@ -222,7 +221,7 @@ Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
|
222
221
|
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
223
222
|
Requires-Dist: protobuf==6.33.6; extra == "frozen"
|
|
224
223
|
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
225
|
-
Requires-Dist: psycopg2-binary==2.9.
|
|
224
|
+
Requires-Dist: psycopg2-binary==2.9.12; extra == "frozen"
|
|
226
225
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
227
226
|
Requires-Dist: pydantic==2.13.3; extra == "frozen"
|
|
228
227
|
Requires-Dist: pydantic-settings==2.14.0; extra == "frozen"
|
|
@@ -277,7 +276,7 @@ Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
|
277
276
|
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
278
277
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
279
278
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
280
|
-
Requires-Dist: uvicorn==0.
|
|
279
|
+
Requires-Dist: uvicorn==0.45.0; extra == "frozen"
|
|
281
280
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
282
281
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
283
282
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==13.0.
|
|
1
|
+
dkist-processing-common==13.0.6
|
|
2
2
|
dkist-processing-math==2.2.2
|
|
3
3
|
dkist-header-validator==5.3.1
|
|
4
4
|
dkist-fits-specifications==4.24.1
|
|
@@ -88,15 +88,14 @@ cron_descriptor==2.0.8
|
|
|
88
88
|
croniter==6.2.2
|
|
89
89
|
cryptography==46.0.7
|
|
90
90
|
cycler==0.12.1
|
|
91
|
-
dacite==1.9.2
|
|
92
91
|
decorator==5.2.1
|
|
93
92
|
dill==0.4.1
|
|
94
93
|
dkist-header-validator==5.3.1
|
|
95
|
-
dkist-processing-common==13.0.
|
|
94
|
+
dkist-processing-common==13.0.6
|
|
96
95
|
dkist-processing-core==7.2.1
|
|
97
96
|
dkist-processing-math==2.2.2
|
|
98
97
|
dkist-processing-pac==3.1.1
|
|
99
|
-
dkist-processing-vbi==1.28.
|
|
98
|
+
dkist-processing-vbi==1.28.7
|
|
100
99
|
dkist-service-configuration==4.3.0
|
|
101
100
|
dkist-spectral-lines==3.0.1
|
|
102
101
|
dkist_fits_specifications==4.24.1
|
|
@@ -111,7 +110,7 @@ frozenlist==1.8.0
|
|
|
111
110
|
fsspec==2026.3.0
|
|
112
111
|
globus-sdk==4.5.0
|
|
113
112
|
googleapis-common-protos==1.74.0
|
|
114
|
-
gqlclient==
|
|
113
|
+
gqlclient==2.0.0
|
|
115
114
|
greenback==1.3.0
|
|
116
115
|
greenlet==3.4.0
|
|
117
116
|
grpcio==1.80.0
|
|
@@ -120,7 +119,7 @@ httpcore==1.0.9
|
|
|
120
119
|
httptools==0.7.1
|
|
121
120
|
httpx==0.28.1
|
|
122
121
|
humanize==4.15.0
|
|
123
|
-
idna==3.
|
|
122
|
+
idna==3.12
|
|
124
123
|
imageio-ffmpeg==0.6.0
|
|
125
124
|
importlib_metadata==8.7.1
|
|
126
125
|
itsdangerous==2.2.0
|
|
@@ -192,7 +191,7 @@ prompt_toolkit==3.0.52
|
|
|
192
191
|
propcache==0.4.1
|
|
193
192
|
protobuf==6.33.6
|
|
194
193
|
psutil==7.2.2
|
|
195
|
-
psycopg2-binary==2.9.
|
|
194
|
+
psycopg2-binary==2.9.12
|
|
196
195
|
pycparser==3.0
|
|
197
196
|
pydantic==2.13.3
|
|
198
197
|
pydantic-settings==2.14.0
|
|
@@ -247,7 +246,7 @@ uncertainties==3.2.3
|
|
|
247
246
|
universal_pathlib==0.2.6
|
|
248
247
|
urllib3==2.6.3
|
|
249
248
|
uuid6==2025.0.1
|
|
250
|
-
uvicorn==0.
|
|
249
|
+
uvicorn==0.45.0
|
|
251
250
|
uvloop==0.22.1
|
|
252
251
|
vine==5.1.0
|
|
253
252
|
voluptuous==0.16.0
|
|
@@ -9,8 +9,8 @@ exclude = ["build*"]
|
|
|
9
9
|
|
|
10
10
|
[tool.dkist-dev-tools]
|
|
11
11
|
# Most recently frozen version by dkist-dev-tools
|
|
12
|
-
version = "1.28.
|
|
13
|
-
date = 2026-04-
|
|
12
|
+
version = "1.28.7"
|
|
13
|
+
date = 2026-04-21T10:16:51.613176
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,7 +26,7 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.13",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common == 13.0.
|
|
29
|
+
"dkist-processing-common == 13.0.6",
|
|
30
30
|
"dkist-processing-math == 2.2.2",
|
|
31
31
|
"dkist-header-validator == 5.3.1",
|
|
32
32
|
"dkist-fits-specifications == 4.24.1",
|
|
@@ -146,15 +146,14 @@ frozen = [
|
|
|
146
146
|
"croniter == 6.2.2",
|
|
147
147
|
"cryptography == 46.0.7",
|
|
148
148
|
"cycler == 0.12.1",
|
|
149
|
-
"dacite == 1.9.2",
|
|
150
149
|
"decorator == 5.2.1",
|
|
151
150
|
"dill == 0.4.1",
|
|
152
151
|
"dkist-header-validator == 5.3.1",
|
|
153
|
-
"dkist-processing-common == 13.0.
|
|
152
|
+
"dkist-processing-common == 13.0.6",
|
|
154
153
|
"dkist-processing-core == 7.2.1",
|
|
155
154
|
"dkist-processing-math == 2.2.2",
|
|
156
155
|
"dkist-processing-pac == 3.1.1",
|
|
157
|
-
"dkist-processing-vbi == 1.28.
|
|
156
|
+
"dkist-processing-vbi == 1.28.7",
|
|
158
157
|
"dkist-service-configuration == 4.3.0",
|
|
159
158
|
"dkist-spectral-lines == 3.0.1",
|
|
160
159
|
"dkist_fits_specifications == 4.24.1",
|
|
@@ -169,7 +168,7 @@ frozen = [
|
|
|
169
168
|
"fsspec == 2026.3.0",
|
|
170
169
|
"globus-sdk == 4.5.0",
|
|
171
170
|
"googleapis-common-protos == 1.74.0",
|
|
172
|
-
"gqlclient ==
|
|
171
|
+
"gqlclient == 2.0.0",
|
|
173
172
|
"greenback == 1.3.0",
|
|
174
173
|
"greenlet == 3.4.0",
|
|
175
174
|
"grpcio == 1.80.0",
|
|
@@ -178,7 +177,7 @@ frozen = [
|
|
|
178
177
|
"httptools == 0.7.1",
|
|
179
178
|
"httpx == 0.28.1",
|
|
180
179
|
"humanize == 4.15.0",
|
|
181
|
-
"idna == 3.
|
|
180
|
+
"idna == 3.12",
|
|
182
181
|
"imageio-ffmpeg == 0.6.0",
|
|
183
182
|
"importlib_metadata == 8.7.1",
|
|
184
183
|
"itsdangerous == 2.2.0",
|
|
@@ -250,7 +249,7 @@ frozen = [
|
|
|
250
249
|
"propcache == 0.4.1",
|
|
251
250
|
"protobuf == 6.33.6",
|
|
252
251
|
"psutil == 7.2.2",
|
|
253
|
-
"psycopg2-binary == 2.9.
|
|
252
|
+
"psycopg2-binary == 2.9.12",
|
|
254
253
|
"pycparser == 3.0",
|
|
255
254
|
"pydantic == 2.13.3",
|
|
256
255
|
"pydantic-settings == 2.14.0",
|
|
@@ -305,7 +304,7 @@ frozen = [
|
|
|
305
304
|
"universal_pathlib == 0.2.6",
|
|
306
305
|
"urllib3 == 2.6.3",
|
|
307
306
|
"uuid6 == 2025.0.1",
|
|
308
|
-
"uvicorn == 0.
|
|
307
|
+
"uvicorn == 0.45.0",
|
|
309
308
|
"uvloop == 0.22.1",
|
|
310
309
|
"vine == 5.1.0",
|
|
311
310
|
"voluptuous == 0.16.0",
|
|
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.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/models/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/models/constants.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/models/filter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/models/tags.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/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.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tasks/dark.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tasks/gain.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tasks/parse.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tasks/science.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tasks/vbi_base.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tasks/write_l1.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tests/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tests/conftest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/dkist_processing_vbi/tests/test_dark.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/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.28.6 → dkist_processing_vbi-1.28.7}/docs/l0_to_l1_vbi_no-speckle.rst
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.28.6 → dkist_processing_vbi-1.28.7}/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
|