dkist-processing-cryonirsp 1.6.3__py3-none-any.whl → 1.6.4rc1__py3-none-any.whl

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.

Potentially problematic release.


This version of dkist-processing-cryonirsp might be problematic. Click here for more details.

@@ -0,0 +1 @@
1
+ Update dkist-inventory to patch a bug in dataset inventory parsing when a dataset has 3 or more map repeats.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-cryonirsp
3
- Version: 1.6.3
3
+ Version: 1.6.4rc1
4
4
  Summary: Science processing code for the Cryo-NIRSP instrument on DKIST
5
5
  Author-email: NSO / AURA <dkistdc@nso.edu>
6
6
  License: BSD-3-Clause
@@ -43,16 +43,16 @@ Requires-Dist: dkist-processing-cryonirsp[asdf]; extra == "test"
43
43
  Requires-Dist: dkist-processing-cryonirsp[quality]; extra == "test"
44
44
  Provides-Extra: inventory
45
45
  Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
46
- Requires-Dist: dkist-inventory==1.8.0; extra == "inventory"
46
+ Requires-Dist: dkist-inventory==1.8.1rc1; extra == "inventory"
47
47
  Provides-Extra: asdf
48
48
  Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
49
- Requires-Dist: dkist-inventory[asdf]==1.8.0; extra == "asdf"
49
+ Requires-Dist: dkist-inventory[asdf]==1.8.1rc1; extra == "asdf"
50
50
  Provides-Extra: quality
51
51
  Requires-Dist: dkist-quality==1.2.1; extra == "quality"
52
52
  Provides-Extra: grogu
53
53
  Requires-Dist: dkist; extra == "grogu"
54
54
  Requires-Dist: pyparsing; extra == "grogu"
55
- Requires-Dist: dkist-inventory>=1.8.0; extra == "grogu"
55
+ Requires-Dist: dkist-inventory>=1.8.1.rc1; extra == "grogu"
56
56
  Provides-Extra: docs
57
57
  Requires-Dist: sphinx; extra == "docs"
58
58
  Requires-Dist: sphinx-astropy; extra == "docs"
@@ -96,7 +96,7 @@ Requires-Dist: annotated-types==0.7.0; extra == "frozen"
96
96
  Requires-Dist: anyio==4.9.0; extra == "frozen"
97
97
  Requires-Dist: apache-airflow==2.10.5; extra == "frozen"
98
98
  Requires-Dist: apache-airflow-providers-celery==3.10.6; extra == "frozen"
99
- Requires-Dist: apache-airflow-providers-common-compat==1.6.0; extra == "frozen"
99
+ Requires-Dist: apache-airflow-providers-common-compat==1.6.1; extra == "frozen"
100
100
  Requires-Dist: apache-airflow-providers-common-io==1.5.4; extra == "frozen"
101
101
  Requires-Dist: apache-airflow-providers-common-sql==1.26.0; extra == "frozen"
102
102
  Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
@@ -114,17 +114,17 @@ Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
114
114
  Requires-Dist: asgiref==3.8.1; extra == "frozen"
115
115
  Requires-Dist: asteval==1.0.6; extra == "frozen"
116
116
  Requires-Dist: astropy==6.1.5; extra == "frozen"
117
- Requires-Dist: astropy-iers-data==0.2025.4.21.0.37.6; extra == "frozen"
117
+ Requires-Dist: astropy-iers-data==0.2025.4.28.0.37.27; extra == "frozen"
118
118
  Requires-Dist: asyncpg==0.30.0; extra == "frozen"
119
119
  Requires-Dist: attrs==25.3.0; extra == "frozen"
120
120
  Requires-Dist: babel==2.17.0; extra == "frozen"
121
121
  Requires-Dist: billiard==4.2.1; extra == "frozen"
122
122
  Requires-Dist: blinker==1.9.0; extra == "frozen"
123
- Requires-Dist: boto3==1.38.1; extra == "frozen"
124
- Requires-Dist: botocore==1.38.1; extra == "frozen"
123
+ Requires-Dist: boto3==1.38.6; extra == "frozen"
124
+ Requires-Dist: botocore==1.38.6; extra == "frozen"
125
125
  Requires-Dist: cachelib==0.13.0; extra == "frozen"
126
- Requires-Dist: celery==5.5.1; extra == "frozen"
127
- Requires-Dist: certifi==2025.1.31; extra == "frozen"
126
+ Requires-Dist: celery==5.5.2; extra == "frozen"
127
+ Requires-Dist: certifi==2025.4.26; extra == "frozen"
128
128
  Requires-Dist: cffi==1.17.1; extra == "frozen"
129
129
  Requires-Dist: charset-normalizer==3.4.1; extra == "frozen"
130
130
  Requires-Dist: click==8.1.8; extra == "frozen"
@@ -146,7 +146,7 @@ Requires-Dist: dill==0.4.0; extra == "frozen"
146
146
  Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
147
147
  Requires-Dist: dkist-processing-common==10.7.2; extra == "frozen"
148
148
  Requires-Dist: dkist-processing-core==5.1.0; extra == "frozen"
149
- Requires-Dist: dkist-processing-cryonirsp==1.6.3; extra == "frozen"
149
+ Requires-Dist: dkist-processing-cryonirsp==1.6.4rc1; extra == "frozen"
150
150
  Requires-Dist: dkist-processing-math==2.2.0; extra == "frozen"
151
151
  Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
152
152
  Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
@@ -167,10 +167,10 @@ Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
167
167
  Requires-Dist: gqlclient==1.2.3; extra == "frozen"
168
168
  Requires-Dist: grpcio==1.71.0; extra == "frozen"
169
169
  Requires-Dist: gunicorn==23.0.0; extra == "frozen"
170
- Requires-Dist: h11==0.14.0; extra == "frozen"
171
- Requires-Dist: httpcore==1.0.8; extra == "frozen"
170
+ Requires-Dist: h11==0.16.0; extra == "frozen"
171
+ Requires-Dist: httpcore==1.0.9; extra == "frozen"
172
172
  Requires-Dist: httpx==0.28.1; extra == "frozen"
173
- Requires-Dist: humanize==4.12.2; extra == "frozen"
173
+ Requires-Dist: humanize==4.12.3; extra == "frozen"
174
174
  Requires-Dist: idna==3.10; extra == "frozen"
175
175
  Requires-Dist: imageio==2.37.0; extra == "frozen"
176
176
  Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
@@ -224,7 +224,7 @@ Requires-Dist: pathspec==0.12.1; extra == "frozen"
224
224
  Requires-Dist: pendulum==3.1.0; extra == "frozen"
225
225
  Requires-Dist: pika==1.3.2; extra == "frozen"
226
226
  Requires-Dist: pillow==10.3.0; extra == "frozen"
227
- Requires-Dist: pip==25.0.1; extra == "frozen"
227
+ Requires-Dist: pip==25.1; extra == "frozen"
228
228
  Requires-Dist: platformdirs==4.3.7; extra == "frozen"
229
229
  Requires-Dist: pluggy==1.5.0; extra == "frozen"
230
230
  Requires-Dist: prison==0.2.1; extra == "frozen"
@@ -237,9 +237,9 @@ Requires-Dist: psutil==7.0.0; extra == "frozen"
237
237
  Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
238
238
  Requires-Dist: py==1.11.0; extra == "frozen"
239
239
  Requires-Dist: pycparser==2.22; extra == "frozen"
240
- Requires-Dist: pydantic==2.11.3; extra == "frozen"
240
+ Requires-Dist: pydantic==2.11.4; extra == "frozen"
241
241
  Requires-Dist: pydantic-settings==2.9.1; extra == "frozen"
242
- Requires-Dist: pydantic_core==2.33.1; extra == "frozen"
242
+ Requires-Dist: pydantic_core==2.33.2; extra == "frozen"
243
243
  Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
244
244
  Requires-Dist: pyparsing==3.2.3; extra == "frozen"
245
245
  Requires-Dist: python-daemon==3.1.2; extra == "frozen"
@@ -261,7 +261,7 @@ Requires-Dist: s3transfer==0.12.0; extra == "frozen"
261
261
  Requires-Dist: scikit-image==0.23.2; extra == "frozen"
262
262
  Requires-Dist: scipy==1.15.1; extra == "frozen"
263
263
  Requires-Dist: semantic-version==2.10.0; extra == "frozen"
264
- Requires-Dist: setproctitle==1.3.5; extra == "frozen"
264
+ Requires-Dist: setproctitle==1.3.6; extra == "frozen"
265
265
  Requires-Dist: setuptools==75.6.0; extra == "frozen"
266
266
  Requires-Dist: six==1.17.0; extra == "frozen"
267
267
  Requires-Dist: sniffio==1.3.1; extra == "frozen"
@@ -271,7 +271,7 @@ Requires-Dist: sunpy==5.1.3; extra == "frozen"
271
271
  Requires-Dist: tabulate==0.9.0; extra == "frozen"
272
272
  Requires-Dist: talus==1.1.0; extra == "frozen"
273
273
  Requires-Dist: tenacity==9.1.2; extra == "frozen"
274
- Requires-Dist: termcolor==3.0.1; extra == "frozen"
274
+ Requires-Dist: termcolor==3.1.0; extra == "frozen"
275
275
  Requires-Dist: text-unidecode==1.3; extra == "frozen"
276
276
  Requires-Dist: tifffile==2025.3.30; extra == "frozen"
277
277
  Requires-Dist: tornado==6.4.2; extra == "frozen"
@@ -1,4 +1,5 @@
1
1
  changelog/.gitempty,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ changelog/195.bugfix.rst,sha256=m63ao7yuSvw6nqdD5fV9LZBhvrclquayBB60TpTcb4c,109
2
3
  dkist_processing_cryonirsp/__init__.py,sha256=Z6-kB7fXXUI-F7Vz1HnEaja2h8qgH9IZExRl1lUxvZg,350
3
4
  dkist_processing_cryonirsp/config.py,sha256=xNkUNJ1BeBxJX881mTCIEbirZlD5_5txpV1QqkbfRM0,507
4
5
  dkist_processing_cryonirsp/codecs/__init__.py,sha256=du1iitvsudSSOMENSywXmXSLOlvIocJsPbvfEcyqFNc,159
@@ -105,7 +106,7 @@ docs/requirements_table.rst,sha256=FaqSag9kPi77gWPhzeo_tFEhRFjb3qUuNqqQe1K76NM,2
105
106
  docs/scientific_changelog.rst,sha256=01AWBSHg8zElnodCgAq-hMxhk9CkX5rtEENx4iz0sjI,300
106
107
  docs/sp_science_calibration.rst,sha256=XL-H_hyzqwPHYNW3j-muItX_hGqMi-gjFRQbHp60LlU,2997
107
108
  licenses/LICENSE.rst,sha256=piZaQplkzOMmH1NXg6QIdo9wwo9pPCoHkvm2-DmH76E,1462
108
- dkist_processing_cryonirsp-1.6.3.dist-info/METADATA,sha256=xmxXQhC74SDM4lkWZHCu9JtagEPbp3EyLEk2w3IaE0Y,21939
109
- dkist_processing_cryonirsp-1.6.3.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
110
- dkist_processing_cryonirsp-1.6.3.dist-info/top_level.txt,sha256=Sm9b1ddKnsF9Bh3mqDOct1Sm7k8I9aN7vGHgpmu-MlQ,51
111
- dkist_processing_cryonirsp-1.6.3.dist-info/RECORD,,
109
+ dkist_processing_cryonirsp-1.6.4rc1.dist-info/METADATA,sha256=ENk36qyANLe6dmiy_lNkYoe5KTFrycgV39hdhsheTDE,21954
110
+ dkist_processing_cryonirsp-1.6.4rc1.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
111
+ dkist_processing_cryonirsp-1.6.4rc1.dist-info/top_level.txt,sha256=Sm9b1ddKnsF9Bh3mqDOct1Sm7k8I9aN7vGHgpmu-MlQ,51
112
+ dkist_processing_cryonirsp-1.6.4rc1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (79.0.1)
2
+ Generator: setuptools (80.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5