dkist-processing-dlnirsp 0.34.0__tar.gz → 0.34.0rc1__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_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/.readthedocs.yml +1 -1
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/CHANGELOG.rst +0 -9
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/PKG-INFO +37 -37
- dkist_processing_dlnirsp-0.34.0rc1/changelog/129.misc.rst +1 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp.egg-info/PKG-INFO +37 -37
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp.egg-info/SOURCES.txt +1 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp.egg-info/requires.txt +36 -36
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/pyproject.toml +38 -38
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/.gitignore +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/.pre-commit-config.yaml +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/.snyk +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/README.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/SCIENCE_CHANGELOG.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/changelog/.gitempty +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/config.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/dev_scripts/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/dev_scripts/test_slitbeam_group_assignment.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/models/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/models/constants.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/models/fits_access.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/models/parameters.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/models/tags.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/models/task_name.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/parsers/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/parsers/dlnirsp_l0_fits_access.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/parsers/dlnirsp_l1_fits_acess.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/parsers/mosaic.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/parsers/task.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/parsers/time.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/parsers/wavelength.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/parsers/wcs_corrections.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tasks/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tasks/bad_pixel_map.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tasks/dark.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tasks/dlnirsp_base.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tasks/geometric.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tasks/ifu_drift.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tasks/instrument_polarization.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tasks/l1_output_data.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tasks/lamp.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tasks/linearity_correction.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tasks/mixin/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tasks/mixin/corrections.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tasks/mixin/group_id.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tasks/movie.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tasks/parse.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tasks/quality_metrics.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tasks/science.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tasks/solar.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tasks/wavelength_calibration.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tasks/write_l1.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/conftest.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/local_trial_workflows/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_linearize_only.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_polcals_as_science.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_solar_gain_as_science.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_to_l1.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/local_trial_workflows/local_trial_dev_mockers.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/local_trial_workflows/local_trial_helpers.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/local_trial_workflows/translate_files.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/test_assemble_quality.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/test_bad_pixel_map.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/test_corrections.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/test_dark.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/test_dlnirsp_base.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/test_dlnirsp_constants.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/test_dlnirsp_fits_access.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/test_geometric.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/test_group_id.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/test_ifu_drift.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/test_instrument_polarization_calibration.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/test_lamp.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/test_linearity_correction.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/test_movie.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/test_parameters.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/test_parse.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/test_quality.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/test_science.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/test_solar.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/test_trial_create_quality_report.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/test_wavelength_calibration.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/test_workflows.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/tests/test_write_l1.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/workflows/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/workflows/l0_processing.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp/workflows/trial_workflow.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp.egg-info/dependency_links.txt +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp.egg-info/entry_points.txt +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/dkist_processing_dlnirsp.egg-info/top_level.txt +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/docs/Makefile +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/docs/bad_pixel_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/docs/changelog.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/docs/conf.py +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/docs/gain.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/docs/geometric.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/docs/ifu_drift.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/docs/index.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/docs/l0_to_l1_dlnirsp.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/docs/l0_to_l1_dlnirsp_full-trial.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/docs/landing_page.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/docs/linearization.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/docs/make.bat +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/docs/polarization_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/docs/requirements_table.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/docs/science_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/docs/scientific_changelog.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/docs/wavelength_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/licenses/LICENSE.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/science_towncrier.sh +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/setup.cfg +0 -0
- {dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/towncrier_science.toml +0 -0
|
@@ -1,12 +1,3 @@
|
|
|
1
|
-
v0.34.0 (2026-01-22)
|
|
2
|
-
====================
|
|
3
|
-
|
|
4
|
-
Misc
|
|
5
|
-
----
|
|
6
|
-
|
|
7
|
-
- Upgrade to use Airflow 3 and a minimum python version of 3.13. (`#129 <https://bitbucket.org/dkistdc/dkist-processing-dlnirsp/pull-requests/129>`__)
|
|
8
|
-
|
|
9
|
-
|
|
10
1
|
v0.33.2 (2026-01-09)
|
|
11
2
|
====================
|
|
12
3
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-dlnirsp
|
|
3
|
-
Version: 0.34.
|
|
3
|
+
Version: 0.34.0rc1
|
|
4
4
|
Summary: Science processing code for the DLNIRSP instrument on DKIST
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -13,13 +13,13 @@ 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==12.0.
|
|
16
|
+
Requires-Dist: dkist-processing-common==12.0.0rc3
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.1
|
|
18
18
|
Requires-Dist: dkist-processing-pac==3.1.1
|
|
19
19
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
20
20
|
Requires-Dist: dkist-fits-specifications==4.20.0
|
|
21
21
|
Requires-Dist: dkist-spectral-lines==3.0.0
|
|
22
|
-
Requires-Dist: dkist-service-configuration==4.
|
|
22
|
+
Requires-Dist: dkist-service-configuration==4.1.13
|
|
23
23
|
Requires-Dist: astropy==7.0.2
|
|
24
24
|
Requires-Dist: numpy==2.2.5
|
|
25
25
|
Requires-Dist: numba==0.61.2
|
|
@@ -77,7 +77,7 @@ Requires-Dist: PyJWT==2.10.1; extra == "frozen"
|
|
|
77
77
|
Requires-Dist: PyYAML==6.0.3; extra == "frozen"
|
|
78
78
|
Requires-Dist: PyYAML-ft==8.0.0; extra == "frozen"
|
|
79
79
|
Requires-Dist: Pygments==2.19.2; extra == "frozen"
|
|
80
|
-
Requires-Dist: SQLAlchemy==2.0.
|
|
80
|
+
Requires-Dist: SQLAlchemy==2.0.45; extra == "frozen"
|
|
81
81
|
Requires-Dist: SQLAlchemy-JSONField==1.0.2; extra == "frozen"
|
|
82
82
|
Requires-Dist: SQLAlchemy-Utils==0.42.1; extra == "frozen"
|
|
83
83
|
Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
|
|
@@ -86,21 +86,21 @@ Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
|
86
86
|
Requires-Dist: aiohttp==3.13.3; 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: aiosqlite==0.
|
|
90
|
-
Requires-Dist: alembic==1.18.
|
|
89
|
+
Requires-Dist: aiosqlite==0.22.1; extra == "frozen"
|
|
90
|
+
Requires-Dist: alembic==1.18.0; extra == "frozen"
|
|
91
91
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
92
92
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
93
93
|
Requires-Dist: anyio==4.12.1; extra == "frozen"
|
|
94
|
-
Requires-Dist: apache-airflow==3.1.
|
|
95
|
-
Requires-Dist: apache-airflow-core==3.1.
|
|
96
|
-
Requires-Dist: apache-airflow-providers-celery==3.15.
|
|
97
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.
|
|
98
|
-
Requires-Dist: apache-airflow-providers-common-io==1.7.
|
|
99
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.30.
|
|
100
|
-
Requires-Dist: apache-airflow-providers-postgres==6.5.
|
|
101
|
-
Requires-Dist: apache-airflow-providers-smtp==2.4.
|
|
102
|
-
Requires-Dist: apache-airflow-providers-standard==1.10.
|
|
103
|
-
Requires-Dist: apache-airflow-task-sdk==1.1.
|
|
94
|
+
Requires-Dist: apache-airflow==3.1.5; extra == "frozen"
|
|
95
|
+
Requires-Dist: apache-airflow-core==3.1.5; extra == "frozen"
|
|
96
|
+
Requires-Dist: apache-airflow-providers-celery==3.15.0; extra == "frozen"
|
|
97
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.11.0; extra == "frozen"
|
|
98
|
+
Requires-Dist: apache-airflow-providers-common-io==1.7.0; extra == "frozen"
|
|
99
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.30.2; extra == "frozen"
|
|
100
|
+
Requires-Dist: apache-airflow-providers-postgres==6.5.1; extra == "frozen"
|
|
101
|
+
Requires-Dist: apache-airflow-providers-smtp==2.4.1; extra == "frozen"
|
|
102
|
+
Requires-Dist: apache-airflow-providers-standard==1.10.2; extra == "frozen"
|
|
103
|
+
Requires-Dist: apache-airflow-task-sdk==1.1.5; extra == "frozen"
|
|
104
104
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
105
105
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
106
106
|
Requires-Dist: asdf_standard==1.4.0; extra == "frozen"
|
|
@@ -108,14 +108,14 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
108
108
|
Requires-Dist: asgiref==3.11.0; extra == "frozen"
|
|
109
109
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
110
110
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
111
|
-
Requires-Dist: astropy-iers-data==0.2026.1.
|
|
112
|
-
Requires-Dist: astropy_healpix==1.1.
|
|
111
|
+
Requires-Dist: astropy-iers-data==0.2026.1.12.0.42.13; extra == "frozen"
|
|
112
|
+
Requires-Dist: astropy_healpix==1.1.2; extra == "frozen"
|
|
113
113
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
114
114
|
Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
115
115
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
117
|
-
Requires-Dist: boto3==1.42.
|
|
118
|
-
Requires-Dist: botocore==1.42.
|
|
117
|
+
Requires-Dist: boto3==1.42.26; extra == "frozen"
|
|
118
|
+
Requires-Dist: botocore==1.42.26; extra == "frozen"
|
|
119
119
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
120
120
|
Requires-Dist: celery==5.6.2; extra == "frozen"
|
|
121
121
|
Requires-Dist: certifi==2026.1.4; extra == "frozen"
|
|
@@ -133,17 +133,17 @@ Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
|
133
133
|
Requires-Dist: cryptography==46.0.3; extra == "frozen"
|
|
134
134
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
135
135
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
136
|
-
Requires-Dist: dask==
|
|
136
|
+
Requires-Dist: dask==2025.12.0; extra == "frozen"
|
|
137
137
|
Requires-Dist: dask-image==2025.11.0; extra == "frozen"
|
|
138
138
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
139
|
-
Requires-Dist: dill==0.4.
|
|
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==12.0.
|
|
142
|
-
Requires-Dist: dkist-processing-core==7.0.
|
|
143
|
-
Requires-Dist: dkist-processing-dlnirsp==0.34.
|
|
141
|
+
Requires-Dist: dkist-processing-common==12.0.0rc3; extra == "frozen"
|
|
142
|
+
Requires-Dist: dkist-processing-core==7.0.0rc5; extra == "frozen"
|
|
143
|
+
Requires-Dist: dkist-processing-dlnirsp==0.34.0rc1; extra == "frozen"
|
|
144
144
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
145
145
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
146
|
-
Requires-Dist: dkist-service-configuration==4.
|
|
146
|
+
Requires-Dist: dkist-service-configuration==4.1.13; extra == "frozen"
|
|
147
147
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
148
148
|
Requires-Dist: dkist_fits_specifications==4.20.0; extra == "frozen"
|
|
149
149
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
@@ -156,7 +156,7 @@ Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
|
156
156
|
Requires-Dist: fonttools==4.61.1; extra == "frozen"
|
|
157
157
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
158
158
|
Requires-Dist: fsspec==2026.1.0; extra == "frozen"
|
|
159
|
-
Requires-Dist: globus-sdk==4.3.
|
|
159
|
+
Requires-Dist: globus-sdk==4.3.0; extra == "frozen"
|
|
160
160
|
Requires-Dist: google-crc32c==1.8.0; extra == "frozen"
|
|
161
161
|
Requires-Dist: googleapis-common-protos==1.72.0; extra == "frozen"
|
|
162
162
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
@@ -172,7 +172,7 @@ Requires-Dist: idna==3.11; extra == "frozen"
|
|
|
172
172
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
173
173
|
Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
|
|
174
174
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
175
|
-
Requires-Dist: jmespath==1.1
|
|
175
|
+
Requires-Dist: jmespath==1.0.1; extra == "frozen"
|
|
176
176
|
Requires-Dist: jsonschema==4.26.0; extra == "frozen"
|
|
177
177
|
Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
|
|
178
178
|
Requires-Dist: jupyter_core==5.9.1; extra == "frozen"
|
|
@@ -227,8 +227,8 @@ Requires-Dist: opentelemetry-sdk==1.39.1; extra == "frozen"
|
|
|
227
227
|
Requires-Dist: opentelemetry-semantic-conventions==0.60b1; extra == "frozen"
|
|
228
228
|
Requires-Dist: opentelemetry-util-http==0.60b1; extra == "frozen"
|
|
229
229
|
Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
230
|
-
Requires-Dist: packaging==
|
|
231
|
-
Requires-Dist: pandas==3.
|
|
230
|
+
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
231
|
+
Requires-Dist: pandas==2.3.3; extra == "frozen"
|
|
232
232
|
Requires-Dist: parfive==2.2.0; extra == "frozen"
|
|
233
233
|
Requires-Dist: partd==1.4.2; extra == "frozen"
|
|
234
234
|
Requires-Dist: pathspec==1.0.3; extra == "frozen"
|
|
@@ -240,20 +240,20 @@ Requires-Dist: platformdirs==4.5.1; extra == "frozen"
|
|
|
240
240
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
241
241
|
Requires-Dist: pooch==1.8.2; extra == "frozen"
|
|
242
242
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
243
|
-
Requires-Dist: prometheus_client==0.24.
|
|
243
|
+
Requires-Dist: prometheus_client==0.24.0; extra == "frozen"
|
|
244
244
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
245
245
|
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
246
246
|
Requires-Dist: protobuf==6.33.4; extra == "frozen"
|
|
247
247
|
Requires-Dist: psutil==7.2.1; extra == "frozen"
|
|
248
248
|
Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
|
|
249
|
-
Requires-Dist: pyarrow==
|
|
250
|
-
Requires-Dist: pycparser==
|
|
249
|
+
Requires-Dist: pyarrow==22.0.0; extra == "frozen"
|
|
250
|
+
Requires-Dist: pycparser==2.23; extra == "frozen"
|
|
251
251
|
Requires-Dist: pydantic==2.12.5; extra == "frozen"
|
|
252
252
|
Requires-Dist: pydantic-settings==2.12.0; extra == "frozen"
|
|
253
253
|
Requires-Dist: pydantic_core==2.41.5; extra == "frozen"
|
|
254
254
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
255
255
|
Requires-Dist: pygtrie==2.5.0; extra == "frozen"
|
|
256
|
-
Requires-Dist: pyparsing==3.3.
|
|
256
|
+
Requires-Dist: pyparsing==3.3.1; extra == "frozen"
|
|
257
257
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
258
258
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
259
259
|
Requires-Dist: python-dotenv==1.2.1; extra == "frozen"
|
|
@@ -289,7 +289,7 @@ Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
|
289
289
|
Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
290
290
|
Requires-Dist: termcolor==3.3.0; extra == "frozen"
|
|
291
291
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
292
|
-
Requires-Dist: tifffile==
|
|
292
|
+
Requires-Dist: tifffile==2025.12.20; extra == "frozen"
|
|
293
293
|
Requires-Dist: toolz==1.1.0; extra == "frozen"
|
|
294
294
|
Requires-Dist: tornado==6.5.4; extra == "frozen"
|
|
295
295
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
@@ -300,7 +300,7 @@ Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
|
300
300
|
Requires-Dist: tzdata==2025.3; extra == "frozen"
|
|
301
301
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
302
302
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
303
|
-
Requires-Dist: uncertainties==3.2.
|
|
303
|
+
Requires-Dist: uncertainties==3.2.4; extra == "frozen"
|
|
304
304
|
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
305
305
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
306
306
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
@@ -309,7 +309,7 @@ Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
|
309
309
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
310
310
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
311
311
|
Requires-Dist: watchfiles==1.1.1; extra == "frozen"
|
|
312
|
-
Requires-Dist: wcwidth==0.
|
|
312
|
+
Requires-Dist: wcwidth==0.2.14; extra == "frozen"
|
|
313
313
|
Requires-Dist: websockets==16.0; extra == "frozen"
|
|
314
314
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
315
315
|
Requires-Dist: wrapt==1.17.3; extra == "frozen"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Upgrade to use Airflow 3 and a minimum python version of 3.13.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-dlnirsp
|
|
3
|
-
Version: 0.34.
|
|
3
|
+
Version: 0.34.0rc1
|
|
4
4
|
Summary: Science processing code for the DLNIRSP instrument on DKIST
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -13,13 +13,13 @@ 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==12.0.
|
|
16
|
+
Requires-Dist: dkist-processing-common==12.0.0rc3
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.1
|
|
18
18
|
Requires-Dist: dkist-processing-pac==3.1.1
|
|
19
19
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
20
20
|
Requires-Dist: dkist-fits-specifications==4.20.0
|
|
21
21
|
Requires-Dist: dkist-spectral-lines==3.0.0
|
|
22
|
-
Requires-Dist: dkist-service-configuration==4.
|
|
22
|
+
Requires-Dist: dkist-service-configuration==4.1.13
|
|
23
23
|
Requires-Dist: astropy==7.0.2
|
|
24
24
|
Requires-Dist: numpy==2.2.5
|
|
25
25
|
Requires-Dist: numba==0.61.2
|
|
@@ -77,7 +77,7 @@ Requires-Dist: PyJWT==2.10.1; extra == "frozen"
|
|
|
77
77
|
Requires-Dist: PyYAML==6.0.3; extra == "frozen"
|
|
78
78
|
Requires-Dist: PyYAML-ft==8.0.0; extra == "frozen"
|
|
79
79
|
Requires-Dist: Pygments==2.19.2; extra == "frozen"
|
|
80
|
-
Requires-Dist: SQLAlchemy==2.0.
|
|
80
|
+
Requires-Dist: SQLAlchemy==2.0.45; extra == "frozen"
|
|
81
81
|
Requires-Dist: SQLAlchemy-JSONField==1.0.2; extra == "frozen"
|
|
82
82
|
Requires-Dist: SQLAlchemy-Utils==0.42.1; extra == "frozen"
|
|
83
83
|
Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
|
|
@@ -86,21 +86,21 @@ Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
|
86
86
|
Requires-Dist: aiohttp==3.13.3; 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: aiosqlite==0.
|
|
90
|
-
Requires-Dist: alembic==1.18.
|
|
89
|
+
Requires-Dist: aiosqlite==0.22.1; extra == "frozen"
|
|
90
|
+
Requires-Dist: alembic==1.18.0; extra == "frozen"
|
|
91
91
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
92
92
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
93
93
|
Requires-Dist: anyio==4.12.1; extra == "frozen"
|
|
94
|
-
Requires-Dist: apache-airflow==3.1.
|
|
95
|
-
Requires-Dist: apache-airflow-core==3.1.
|
|
96
|
-
Requires-Dist: apache-airflow-providers-celery==3.15.
|
|
97
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.
|
|
98
|
-
Requires-Dist: apache-airflow-providers-common-io==1.7.
|
|
99
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.30.
|
|
100
|
-
Requires-Dist: apache-airflow-providers-postgres==6.5.
|
|
101
|
-
Requires-Dist: apache-airflow-providers-smtp==2.4.
|
|
102
|
-
Requires-Dist: apache-airflow-providers-standard==1.10.
|
|
103
|
-
Requires-Dist: apache-airflow-task-sdk==1.1.
|
|
94
|
+
Requires-Dist: apache-airflow==3.1.5; extra == "frozen"
|
|
95
|
+
Requires-Dist: apache-airflow-core==3.1.5; extra == "frozen"
|
|
96
|
+
Requires-Dist: apache-airflow-providers-celery==3.15.0; extra == "frozen"
|
|
97
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.11.0; extra == "frozen"
|
|
98
|
+
Requires-Dist: apache-airflow-providers-common-io==1.7.0; extra == "frozen"
|
|
99
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.30.2; extra == "frozen"
|
|
100
|
+
Requires-Dist: apache-airflow-providers-postgres==6.5.1; extra == "frozen"
|
|
101
|
+
Requires-Dist: apache-airflow-providers-smtp==2.4.1; extra == "frozen"
|
|
102
|
+
Requires-Dist: apache-airflow-providers-standard==1.10.2; extra == "frozen"
|
|
103
|
+
Requires-Dist: apache-airflow-task-sdk==1.1.5; extra == "frozen"
|
|
104
104
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
105
105
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
106
106
|
Requires-Dist: asdf_standard==1.4.0; extra == "frozen"
|
|
@@ -108,14 +108,14 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
108
108
|
Requires-Dist: asgiref==3.11.0; extra == "frozen"
|
|
109
109
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
110
110
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
111
|
-
Requires-Dist: astropy-iers-data==0.2026.1.
|
|
112
|
-
Requires-Dist: astropy_healpix==1.1.
|
|
111
|
+
Requires-Dist: astropy-iers-data==0.2026.1.12.0.42.13; extra == "frozen"
|
|
112
|
+
Requires-Dist: astropy_healpix==1.1.2; extra == "frozen"
|
|
113
113
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
114
114
|
Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
115
115
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
117
|
-
Requires-Dist: boto3==1.42.
|
|
118
|
-
Requires-Dist: botocore==1.42.
|
|
117
|
+
Requires-Dist: boto3==1.42.26; extra == "frozen"
|
|
118
|
+
Requires-Dist: botocore==1.42.26; extra == "frozen"
|
|
119
119
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
120
120
|
Requires-Dist: celery==5.6.2; extra == "frozen"
|
|
121
121
|
Requires-Dist: certifi==2026.1.4; extra == "frozen"
|
|
@@ -133,17 +133,17 @@ Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
|
133
133
|
Requires-Dist: cryptography==46.0.3; extra == "frozen"
|
|
134
134
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
135
135
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
136
|
-
Requires-Dist: dask==
|
|
136
|
+
Requires-Dist: dask==2025.12.0; extra == "frozen"
|
|
137
137
|
Requires-Dist: dask-image==2025.11.0; extra == "frozen"
|
|
138
138
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
139
|
-
Requires-Dist: dill==0.4.
|
|
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==12.0.
|
|
142
|
-
Requires-Dist: dkist-processing-core==7.0.
|
|
143
|
-
Requires-Dist: dkist-processing-dlnirsp==0.34.
|
|
141
|
+
Requires-Dist: dkist-processing-common==12.0.0rc3; extra == "frozen"
|
|
142
|
+
Requires-Dist: dkist-processing-core==7.0.0rc5; extra == "frozen"
|
|
143
|
+
Requires-Dist: dkist-processing-dlnirsp==0.34.0rc1; extra == "frozen"
|
|
144
144
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
145
145
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
146
|
-
Requires-Dist: dkist-service-configuration==4.
|
|
146
|
+
Requires-Dist: dkist-service-configuration==4.1.13; extra == "frozen"
|
|
147
147
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
148
148
|
Requires-Dist: dkist_fits_specifications==4.20.0; extra == "frozen"
|
|
149
149
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
@@ -156,7 +156,7 @@ Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
|
156
156
|
Requires-Dist: fonttools==4.61.1; extra == "frozen"
|
|
157
157
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
158
158
|
Requires-Dist: fsspec==2026.1.0; extra == "frozen"
|
|
159
|
-
Requires-Dist: globus-sdk==4.3.
|
|
159
|
+
Requires-Dist: globus-sdk==4.3.0; extra == "frozen"
|
|
160
160
|
Requires-Dist: google-crc32c==1.8.0; extra == "frozen"
|
|
161
161
|
Requires-Dist: googleapis-common-protos==1.72.0; extra == "frozen"
|
|
162
162
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
@@ -172,7 +172,7 @@ Requires-Dist: idna==3.11; extra == "frozen"
|
|
|
172
172
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
173
173
|
Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
|
|
174
174
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
175
|
-
Requires-Dist: jmespath==1.1
|
|
175
|
+
Requires-Dist: jmespath==1.0.1; extra == "frozen"
|
|
176
176
|
Requires-Dist: jsonschema==4.26.0; extra == "frozen"
|
|
177
177
|
Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
|
|
178
178
|
Requires-Dist: jupyter_core==5.9.1; extra == "frozen"
|
|
@@ -227,8 +227,8 @@ Requires-Dist: opentelemetry-sdk==1.39.1; extra == "frozen"
|
|
|
227
227
|
Requires-Dist: opentelemetry-semantic-conventions==0.60b1; extra == "frozen"
|
|
228
228
|
Requires-Dist: opentelemetry-util-http==0.60b1; extra == "frozen"
|
|
229
229
|
Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
230
|
-
Requires-Dist: packaging==
|
|
231
|
-
Requires-Dist: pandas==3.
|
|
230
|
+
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
231
|
+
Requires-Dist: pandas==2.3.3; extra == "frozen"
|
|
232
232
|
Requires-Dist: parfive==2.2.0; extra == "frozen"
|
|
233
233
|
Requires-Dist: partd==1.4.2; extra == "frozen"
|
|
234
234
|
Requires-Dist: pathspec==1.0.3; extra == "frozen"
|
|
@@ -240,20 +240,20 @@ Requires-Dist: platformdirs==4.5.1; extra == "frozen"
|
|
|
240
240
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
241
241
|
Requires-Dist: pooch==1.8.2; extra == "frozen"
|
|
242
242
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
243
|
-
Requires-Dist: prometheus_client==0.24.
|
|
243
|
+
Requires-Dist: prometheus_client==0.24.0; extra == "frozen"
|
|
244
244
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
245
245
|
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
246
246
|
Requires-Dist: protobuf==6.33.4; extra == "frozen"
|
|
247
247
|
Requires-Dist: psutil==7.2.1; extra == "frozen"
|
|
248
248
|
Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
|
|
249
|
-
Requires-Dist: pyarrow==
|
|
250
|
-
Requires-Dist: pycparser==
|
|
249
|
+
Requires-Dist: pyarrow==22.0.0; extra == "frozen"
|
|
250
|
+
Requires-Dist: pycparser==2.23; extra == "frozen"
|
|
251
251
|
Requires-Dist: pydantic==2.12.5; extra == "frozen"
|
|
252
252
|
Requires-Dist: pydantic-settings==2.12.0; extra == "frozen"
|
|
253
253
|
Requires-Dist: pydantic_core==2.41.5; extra == "frozen"
|
|
254
254
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
255
255
|
Requires-Dist: pygtrie==2.5.0; extra == "frozen"
|
|
256
|
-
Requires-Dist: pyparsing==3.3.
|
|
256
|
+
Requires-Dist: pyparsing==3.3.1; extra == "frozen"
|
|
257
257
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
258
258
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
259
259
|
Requires-Dist: python-dotenv==1.2.1; extra == "frozen"
|
|
@@ -289,7 +289,7 @@ Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
|
289
289
|
Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
290
290
|
Requires-Dist: termcolor==3.3.0; extra == "frozen"
|
|
291
291
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
292
|
-
Requires-Dist: tifffile==
|
|
292
|
+
Requires-Dist: tifffile==2025.12.20; extra == "frozen"
|
|
293
293
|
Requires-Dist: toolz==1.1.0; extra == "frozen"
|
|
294
294
|
Requires-Dist: tornado==6.5.4; extra == "frozen"
|
|
295
295
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
@@ -300,7 +300,7 @@ Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
|
300
300
|
Requires-Dist: tzdata==2025.3; extra == "frozen"
|
|
301
301
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
302
302
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
303
|
-
Requires-Dist: uncertainties==3.2.
|
|
303
|
+
Requires-Dist: uncertainties==3.2.4; extra == "frozen"
|
|
304
304
|
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
305
305
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
306
306
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
@@ -309,7 +309,7 @@ Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
|
309
309
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
310
310
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
311
311
|
Requires-Dist: watchfiles==1.1.1; extra == "frozen"
|
|
312
|
-
Requires-Dist: wcwidth==0.
|
|
312
|
+
Requires-Dist: wcwidth==0.2.14; extra == "frozen"
|
|
313
313
|
Requires-Dist: websockets==16.0; extra == "frozen"
|
|
314
314
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
315
315
|
Requires-Dist: wrapt==1.17.3; extra == "frozen"
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
dkist-processing-common==12.0.
|
|
1
|
+
dkist-processing-common==12.0.0rc3
|
|
2
2
|
dkist-processing-math==2.2.1
|
|
3
3
|
dkist-processing-pac==3.1.1
|
|
4
4
|
dkist-header-validator==5.2.1
|
|
5
5
|
dkist-fits-specifications==4.20.0
|
|
6
6
|
dkist-spectral-lines==3.0.0
|
|
7
|
-
dkist-service-configuration==4.
|
|
7
|
+
dkist-service-configuration==4.1.13
|
|
8
8
|
astropy==7.0.2
|
|
9
9
|
numpy==2.2.5
|
|
10
10
|
numba==0.61.2
|
|
@@ -42,7 +42,7 @@ PyJWT==2.10.1
|
|
|
42
42
|
PyYAML==6.0.3
|
|
43
43
|
PyYAML-ft==8.0.0
|
|
44
44
|
Pygments==2.19.2
|
|
45
|
-
SQLAlchemy==2.0.
|
|
45
|
+
SQLAlchemy==2.0.45
|
|
46
46
|
SQLAlchemy-JSONField==1.0.2
|
|
47
47
|
SQLAlchemy-Utils==0.42.1
|
|
48
48
|
a2wsgi==1.10.10
|
|
@@ -51,21 +51,21 @@ aiohappyeyeballs==2.6.1
|
|
|
51
51
|
aiohttp==3.13.3
|
|
52
52
|
aiosignal==1.4.0
|
|
53
53
|
aiosmtplib==5.0.0
|
|
54
|
-
aiosqlite==0.
|
|
55
|
-
alembic==1.18.
|
|
54
|
+
aiosqlite==0.22.1
|
|
55
|
+
alembic==1.18.0
|
|
56
56
|
amqp==5.3.1
|
|
57
57
|
annotated-types==0.7.0
|
|
58
58
|
anyio==4.12.1
|
|
59
|
-
apache-airflow==3.1.
|
|
60
|
-
apache-airflow-core==3.1.
|
|
61
|
-
apache-airflow-providers-celery==3.15.
|
|
62
|
-
apache-airflow-providers-common-compat==1.
|
|
63
|
-
apache-airflow-providers-common-io==1.7.
|
|
64
|
-
apache-airflow-providers-common-sql==1.30.
|
|
65
|
-
apache-airflow-providers-postgres==6.5.
|
|
66
|
-
apache-airflow-providers-smtp==2.4.
|
|
67
|
-
apache-airflow-providers-standard==1.10.
|
|
68
|
-
apache-airflow-task-sdk==1.1.
|
|
59
|
+
apache-airflow==3.1.5
|
|
60
|
+
apache-airflow-core==3.1.5
|
|
61
|
+
apache-airflow-providers-celery==3.15.0
|
|
62
|
+
apache-airflow-providers-common-compat==1.11.0
|
|
63
|
+
apache-airflow-providers-common-io==1.7.0
|
|
64
|
+
apache-airflow-providers-common-sql==1.30.2
|
|
65
|
+
apache-airflow-providers-postgres==6.5.1
|
|
66
|
+
apache-airflow-providers-smtp==2.4.1
|
|
67
|
+
apache-airflow-providers-standard==1.10.2
|
|
68
|
+
apache-airflow-task-sdk==1.1.5
|
|
69
69
|
argcomplete==3.6.3
|
|
70
70
|
asdf==3.5.0
|
|
71
71
|
asdf_standard==1.4.0
|
|
@@ -73,14 +73,14 @@ asdf_transform_schemas==0.6.0
|
|
|
73
73
|
asgiref==3.11.0
|
|
74
74
|
asteval==1.0.8
|
|
75
75
|
astropy==7.0.2
|
|
76
|
-
astropy-iers-data==0.2026.1.
|
|
77
|
-
astropy_healpix==1.1.
|
|
76
|
+
astropy-iers-data==0.2026.1.12.0.42.13
|
|
77
|
+
astropy_healpix==1.1.2
|
|
78
78
|
asyncpg==0.31.0
|
|
79
79
|
attrs==25.4.0
|
|
80
80
|
babel==2.17.0
|
|
81
81
|
billiard==4.2.4
|
|
82
|
-
boto3==1.42.
|
|
83
|
-
botocore==1.42.
|
|
82
|
+
boto3==1.42.26
|
|
83
|
+
botocore==1.42.26
|
|
84
84
|
cadwyn==5.4.6
|
|
85
85
|
celery==5.6.2
|
|
86
86
|
certifi==2026.1.4
|
|
@@ -98,17 +98,17 @@ croniter==6.0.0
|
|
|
98
98
|
cryptography==46.0.3
|
|
99
99
|
cycler==0.12.1
|
|
100
100
|
dacite==1.9.2
|
|
101
|
-
dask==
|
|
101
|
+
dask==2025.12.0
|
|
102
102
|
dask-image==2025.11.0
|
|
103
103
|
decorator==5.2.1
|
|
104
|
-
dill==0.4.
|
|
104
|
+
dill==0.4.0
|
|
105
105
|
dkist-header-validator==5.2.1
|
|
106
|
-
dkist-processing-common==12.0.
|
|
107
|
-
dkist-processing-core==7.0.
|
|
108
|
-
dkist-processing-dlnirsp==0.34.
|
|
106
|
+
dkist-processing-common==12.0.0rc3
|
|
107
|
+
dkist-processing-core==7.0.0rc5
|
|
108
|
+
dkist-processing-dlnirsp==0.34.0rc1
|
|
109
109
|
dkist-processing-math==2.2.1
|
|
110
110
|
dkist-processing-pac==3.1.1
|
|
111
|
-
dkist-service-configuration==4.
|
|
111
|
+
dkist-service-configuration==4.1.13
|
|
112
112
|
dkist-spectral-lines==3.0.0
|
|
113
113
|
dkist_fits_specifications==4.20.0
|
|
114
114
|
dnspython==2.8.0
|
|
@@ -121,7 +121,7 @@ flower==2.0.1
|
|
|
121
121
|
fonttools==4.61.1
|
|
122
122
|
frozenlist==1.8.0
|
|
123
123
|
fsspec==2026.1.0
|
|
124
|
-
globus-sdk==4.3.
|
|
124
|
+
globus-sdk==4.3.0
|
|
125
125
|
google-crc32c==1.8.0
|
|
126
126
|
googleapis-common-protos==1.72.0
|
|
127
127
|
gqlclient==1.2.3
|
|
@@ -137,7 +137,7 @@ idna==3.11
|
|
|
137
137
|
imageio-ffmpeg==0.6.0
|
|
138
138
|
importlib_metadata==8.7.1
|
|
139
139
|
itsdangerous==2.2.0
|
|
140
|
-
jmespath==1.1
|
|
140
|
+
jmespath==1.0.1
|
|
141
141
|
jsonschema==4.26.0
|
|
142
142
|
jsonschema-specifications==2025.9.1
|
|
143
143
|
jupyter_core==5.9.1
|
|
@@ -192,8 +192,8 @@ opentelemetry-sdk==1.39.1
|
|
|
192
192
|
opentelemetry-semantic-conventions==0.60b1
|
|
193
193
|
opentelemetry-util-http==0.60b1
|
|
194
194
|
outcome==1.3.0.post0
|
|
195
|
-
packaging==
|
|
196
|
-
pandas==3.
|
|
195
|
+
packaging==25.0
|
|
196
|
+
pandas==2.3.3
|
|
197
197
|
parfive==2.2.0
|
|
198
198
|
partd==1.4.2
|
|
199
199
|
pathspec==1.0.3
|
|
@@ -205,20 +205,20 @@ platformdirs==4.5.1
|
|
|
205
205
|
pluggy==1.6.0
|
|
206
206
|
pooch==1.8.2
|
|
207
207
|
proglog==0.1.12
|
|
208
|
-
prometheus_client==0.24.
|
|
208
|
+
prometheus_client==0.24.0
|
|
209
209
|
prompt_toolkit==3.0.52
|
|
210
210
|
propcache==0.4.1
|
|
211
211
|
protobuf==6.33.4
|
|
212
212
|
psutil==7.2.1
|
|
213
213
|
psycopg2-binary==2.9.11
|
|
214
|
-
pyarrow==
|
|
215
|
-
pycparser==
|
|
214
|
+
pyarrow==22.0.0
|
|
215
|
+
pycparser==2.23
|
|
216
216
|
pydantic==2.12.5
|
|
217
217
|
pydantic-settings==2.12.0
|
|
218
218
|
pydantic_core==2.41.5
|
|
219
219
|
pyerfa==2.0.1.5
|
|
220
220
|
pygtrie==2.5.0
|
|
221
|
-
pyparsing==3.3.
|
|
221
|
+
pyparsing==3.3.1
|
|
222
222
|
python-daemon==3.1.2
|
|
223
223
|
python-dateutil==2.9.0.post0
|
|
224
224
|
python-dotenv==1.2.1
|
|
@@ -254,7 +254,7 @@ talus==1.3.4
|
|
|
254
254
|
tenacity==8.5.0
|
|
255
255
|
termcolor==3.3.0
|
|
256
256
|
text-unidecode==1.3
|
|
257
|
-
tifffile==
|
|
257
|
+
tifffile==2025.12.20
|
|
258
258
|
toolz==1.1.0
|
|
259
259
|
tornado==6.5.4
|
|
260
260
|
tqdm==4.67.1
|
|
@@ -265,7 +265,7 @@ typing_extensions==4.15.0
|
|
|
265
265
|
tzdata==2025.3
|
|
266
266
|
tzlocal==5.3.1
|
|
267
267
|
uc-micro-py==1.0.3
|
|
268
|
-
uncertainties==3.2.
|
|
268
|
+
uncertainties==3.2.4
|
|
269
269
|
universal_pathlib==0.2.6
|
|
270
270
|
urllib3==2.6.3
|
|
271
271
|
uuid6==2025.0.1
|
|
@@ -274,7 +274,7 @@ uvloop==0.22.1
|
|
|
274
274
|
vine==5.1.0
|
|
275
275
|
voluptuous==0.16.0
|
|
276
276
|
watchfiles==1.1.1
|
|
277
|
-
wcwidth==0.
|
|
277
|
+
wcwidth==0.2.14
|
|
278
278
|
websockets==16.0
|
|
279
279
|
wirerope==1.0.0
|
|
280
280
|
wrapt==1.17.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 = "0.34.
|
|
13
|
-
date = 2026-01-
|
|
12
|
+
version = "0.34.0rc1"
|
|
13
|
+
date = 2026-01-12T13:57:22.988521
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,13 +26,13 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.13",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common == 12.0.
|
|
29
|
+
"dkist-processing-common == 12.0.0rc3",
|
|
30
30
|
"dkist-processing-math == 2.2.1",
|
|
31
31
|
"dkist-processing-pac == 3.1.1",
|
|
32
32
|
"dkist-header-validator == 5.2.1",
|
|
33
33
|
"dkist-fits-specifications == 4.20.0",
|
|
34
34
|
"dkist-spectral-lines == 3.0.0",
|
|
35
|
-
"dkist-service-configuration == 4.
|
|
35
|
+
"dkist-service-configuration == 4.1.13",
|
|
36
36
|
"astropy == 7.0.2",
|
|
37
37
|
"numpy == 2.2.5",
|
|
38
38
|
"numba == 0.61.2",
|
|
@@ -105,7 +105,7 @@ frozen = [
|
|
|
105
105
|
"PyYAML == 6.0.3",
|
|
106
106
|
"PyYAML-ft == 8.0.0",
|
|
107
107
|
"Pygments == 2.19.2",
|
|
108
|
-
"SQLAlchemy == 2.0.
|
|
108
|
+
"SQLAlchemy == 2.0.45",
|
|
109
109
|
"SQLAlchemy-JSONField == 1.0.2",
|
|
110
110
|
"SQLAlchemy-Utils == 0.42.1",
|
|
111
111
|
"a2wsgi == 1.10.10",
|
|
@@ -114,21 +114,21 @@ frozen = [
|
|
|
114
114
|
"aiohttp == 3.13.3",
|
|
115
115
|
"aiosignal == 1.4.0",
|
|
116
116
|
"aiosmtplib == 5.0.0",
|
|
117
|
-
"aiosqlite == 0.
|
|
118
|
-
"alembic == 1.18.
|
|
117
|
+
"aiosqlite == 0.22.1",
|
|
118
|
+
"alembic == 1.18.0",
|
|
119
119
|
"amqp == 5.3.1",
|
|
120
120
|
"annotated-types == 0.7.0",
|
|
121
121
|
"anyio == 4.12.1",
|
|
122
|
-
"apache-airflow == 3.1.
|
|
123
|
-
"apache-airflow-core == 3.1.
|
|
124
|
-
"apache-airflow-providers-celery == 3.15.
|
|
125
|
-
"apache-airflow-providers-common-compat == 1.
|
|
126
|
-
"apache-airflow-providers-common-io == 1.7.
|
|
127
|
-
"apache-airflow-providers-common-sql == 1.30.
|
|
128
|
-
"apache-airflow-providers-postgres == 6.5.
|
|
129
|
-
"apache-airflow-providers-smtp == 2.4.
|
|
130
|
-
"apache-airflow-providers-standard == 1.10.
|
|
131
|
-
"apache-airflow-task-sdk == 1.1.
|
|
122
|
+
"apache-airflow == 3.1.5",
|
|
123
|
+
"apache-airflow-core == 3.1.5",
|
|
124
|
+
"apache-airflow-providers-celery == 3.15.0",
|
|
125
|
+
"apache-airflow-providers-common-compat == 1.11.0",
|
|
126
|
+
"apache-airflow-providers-common-io == 1.7.0",
|
|
127
|
+
"apache-airflow-providers-common-sql == 1.30.2",
|
|
128
|
+
"apache-airflow-providers-postgres == 6.5.1",
|
|
129
|
+
"apache-airflow-providers-smtp == 2.4.1",
|
|
130
|
+
"apache-airflow-providers-standard == 1.10.2",
|
|
131
|
+
"apache-airflow-task-sdk == 1.1.5",
|
|
132
132
|
"argcomplete == 3.6.3",
|
|
133
133
|
"asdf == 3.5.0",
|
|
134
134
|
"asdf_standard == 1.4.0",
|
|
@@ -136,14 +136,14 @@ frozen = [
|
|
|
136
136
|
"asgiref == 3.11.0",
|
|
137
137
|
"asteval == 1.0.8",
|
|
138
138
|
"astropy == 7.0.2",
|
|
139
|
-
"astropy-iers-data == 0.2026.1.
|
|
140
|
-
"astropy_healpix == 1.1.
|
|
139
|
+
"astropy-iers-data == 0.2026.1.12.0.42.13",
|
|
140
|
+
"astropy_healpix == 1.1.2",
|
|
141
141
|
"asyncpg == 0.31.0",
|
|
142
142
|
"attrs == 25.4.0",
|
|
143
143
|
"babel == 2.17.0",
|
|
144
144
|
"billiard == 4.2.4",
|
|
145
|
-
"boto3 == 1.42.
|
|
146
|
-
"botocore == 1.42.
|
|
145
|
+
"boto3 == 1.42.26",
|
|
146
|
+
"botocore == 1.42.26",
|
|
147
147
|
"cadwyn == 5.4.6",
|
|
148
148
|
"celery == 5.6.2",
|
|
149
149
|
"certifi == 2026.1.4",
|
|
@@ -161,17 +161,17 @@ frozen = [
|
|
|
161
161
|
"cryptography == 46.0.3",
|
|
162
162
|
"cycler == 0.12.1",
|
|
163
163
|
"dacite == 1.9.2",
|
|
164
|
-
"dask ==
|
|
164
|
+
"dask == 2025.12.0",
|
|
165
165
|
"dask-image == 2025.11.0",
|
|
166
166
|
"decorator == 5.2.1",
|
|
167
|
-
"dill == 0.4.
|
|
167
|
+
"dill == 0.4.0",
|
|
168
168
|
"dkist-header-validator == 5.2.1",
|
|
169
|
-
"dkist-processing-common == 12.0.
|
|
170
|
-
"dkist-processing-core == 7.0.
|
|
171
|
-
"dkist-processing-dlnirsp == 0.34.
|
|
169
|
+
"dkist-processing-common == 12.0.0rc3",
|
|
170
|
+
"dkist-processing-core == 7.0.0rc5",
|
|
171
|
+
"dkist-processing-dlnirsp == 0.34.0rc1",
|
|
172
172
|
"dkist-processing-math == 2.2.1",
|
|
173
173
|
"dkist-processing-pac == 3.1.1",
|
|
174
|
-
"dkist-service-configuration == 4.
|
|
174
|
+
"dkist-service-configuration == 4.1.13",
|
|
175
175
|
"dkist-spectral-lines == 3.0.0",
|
|
176
176
|
"dkist_fits_specifications == 4.20.0",
|
|
177
177
|
"dnspython == 2.8.0",
|
|
@@ -184,7 +184,7 @@ frozen = [
|
|
|
184
184
|
"fonttools == 4.61.1",
|
|
185
185
|
"frozenlist == 1.8.0",
|
|
186
186
|
"fsspec == 2026.1.0",
|
|
187
|
-
"globus-sdk == 4.3.
|
|
187
|
+
"globus-sdk == 4.3.0",
|
|
188
188
|
"google-crc32c == 1.8.0",
|
|
189
189
|
"googleapis-common-protos == 1.72.0",
|
|
190
190
|
"gqlclient == 1.2.3",
|
|
@@ -200,7 +200,7 @@ frozen = [
|
|
|
200
200
|
"imageio-ffmpeg == 0.6.0",
|
|
201
201
|
"importlib_metadata == 8.7.1",
|
|
202
202
|
"itsdangerous == 2.2.0",
|
|
203
|
-
"jmespath == 1.1
|
|
203
|
+
"jmespath == 1.0.1",
|
|
204
204
|
"jsonschema == 4.26.0",
|
|
205
205
|
"jsonschema-specifications == 2025.9.1",
|
|
206
206
|
"jupyter_core == 5.9.1",
|
|
@@ -255,8 +255,8 @@ frozen = [
|
|
|
255
255
|
"opentelemetry-semantic-conventions == 0.60b1",
|
|
256
256
|
"opentelemetry-util-http == 0.60b1",
|
|
257
257
|
"outcome == 1.3.0.post0",
|
|
258
|
-
"packaging ==
|
|
259
|
-
"pandas == 3.
|
|
258
|
+
"packaging == 25.0",
|
|
259
|
+
"pandas == 2.3.3",
|
|
260
260
|
"parfive == 2.2.0",
|
|
261
261
|
"partd == 1.4.2",
|
|
262
262
|
"pathspec == 1.0.3",
|
|
@@ -268,20 +268,20 @@ frozen = [
|
|
|
268
268
|
"pluggy == 1.6.0",
|
|
269
269
|
"pooch == 1.8.2",
|
|
270
270
|
"proglog == 0.1.12",
|
|
271
|
-
"prometheus_client == 0.24.
|
|
271
|
+
"prometheus_client == 0.24.0",
|
|
272
272
|
"prompt_toolkit == 3.0.52",
|
|
273
273
|
"propcache == 0.4.1",
|
|
274
274
|
"protobuf == 6.33.4",
|
|
275
275
|
"psutil == 7.2.1",
|
|
276
276
|
"psycopg2-binary == 2.9.11",
|
|
277
|
-
"pyarrow ==
|
|
278
|
-
"pycparser ==
|
|
277
|
+
"pyarrow == 22.0.0",
|
|
278
|
+
"pycparser == 2.23",
|
|
279
279
|
"pydantic == 2.12.5",
|
|
280
280
|
"pydantic-settings == 2.12.0",
|
|
281
281
|
"pydantic_core == 2.41.5",
|
|
282
282
|
"pyerfa == 2.0.1.5",
|
|
283
283
|
"pygtrie == 2.5.0",
|
|
284
|
-
"pyparsing == 3.3.
|
|
284
|
+
"pyparsing == 3.3.1",
|
|
285
285
|
"python-daemon == 3.1.2",
|
|
286
286
|
"python-dateutil == 2.9.0.post0",
|
|
287
287
|
"python-dotenv == 1.2.1",
|
|
@@ -317,7 +317,7 @@ frozen = [
|
|
|
317
317
|
"tenacity == 8.5.0",
|
|
318
318
|
"termcolor == 3.3.0",
|
|
319
319
|
"text-unidecode == 1.3",
|
|
320
|
-
"tifffile ==
|
|
320
|
+
"tifffile == 2025.12.20",
|
|
321
321
|
"toolz == 1.1.0",
|
|
322
322
|
"tornado == 6.5.4",
|
|
323
323
|
"tqdm == 4.67.1",
|
|
@@ -328,7 +328,7 @@ frozen = [
|
|
|
328
328
|
"tzdata == 2025.3",
|
|
329
329
|
"tzlocal == 5.3.1",
|
|
330
330
|
"uc-micro-py == 1.0.3",
|
|
331
|
-
"uncertainties == 3.2.
|
|
331
|
+
"uncertainties == 3.2.4",
|
|
332
332
|
"universal_pathlib == 0.2.6",
|
|
333
333
|
"urllib3 == 2.6.3",
|
|
334
334
|
"uuid6 == 2025.0.1",
|
|
@@ -337,7 +337,7 @@ frozen = [
|
|
|
337
337
|
"vine == 5.1.0",
|
|
338
338
|
"voluptuous == 0.16.0",
|
|
339
339
|
"watchfiles == 1.1.1",
|
|
340
|
-
"wcwidth == 0.
|
|
340
|
+
"wcwidth == 0.2.14",
|
|
341
341
|
"websockets == 16.0",
|
|
342
342
|
"wirerope == 1.0.0",
|
|
343
343
|
"wrapt == 1.17.3",
|
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/.pre-commit-config.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/SCIENCE_CHANGELOG.rst
RENAMED
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/bitbucket-pipelines.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/docs/l0_to_l1_dlnirsp.rst
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/docs/landing_page.rst
RENAMED
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/docs/linearization.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/docs/requirements_table.rst
RENAMED
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/docs/science_calibration.rst
RENAMED
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/docs/scientific_changelog.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0 → dkist_processing_dlnirsp-0.34.0rc1}/towncrier_science.toml
RENAMED
|
File without changes
|