dkist-processing-common 10.8.0rc2__py3-none-any.whl → 10.8.1__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.
- {dkist_processing_common-10.8.0rc2.dist-info → dkist_processing_common-10.8.1.dist-info}/METADATA +2 -2
- {dkist_processing_common-10.8.0rc2.dist-info → dkist_processing_common-10.8.1.dist-info}/RECORD +4 -7
- {dkist_processing_common-10.8.0rc2.dist-info → dkist_processing_common-10.8.1.dist-info}/WHEEL +1 -1
- changelog/222.bugfix.rst +0 -1
- changelog/222.feature.2.rst +0 -1
- changelog/222.feature.rst +0 -1
- {dkist_processing_common-10.8.0rc2.dist-info → dkist_processing_common-10.8.1.dist-info}/top_level.txt +0 -0
{dkist_processing_common-10.8.0rc2.dist-info → dkist_processing_common-10.8.1.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-common
|
|
3
|
-
Version: 10.8.
|
|
3
|
+
Version: 10.8.1
|
|
4
4
|
Summary: Common task classes used by the DKIST science data processing pipelines
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -17,7 +17,7 @@ Requires-Dist: asdf<4.0.0,>=3.5.0
|
|
|
17
17
|
Requires-Dist: astropy>=7.0.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications<5.0,>=4.0.0
|
|
19
19
|
Requires-Dist: dkist-header-validator<6.0,>=5.0.0
|
|
20
|
-
Requires-Dist: dkist-processing-core==5.1.
|
|
20
|
+
Requires-Dist: dkist-processing-core==5.1.1
|
|
21
21
|
Requires-Dist: dkist-processing-pac<4.0,>=3.1
|
|
22
22
|
Requires-Dist: dkist-service-configuration<3.0,>=2.0.2
|
|
23
23
|
Requires-Dist: dkist-spectral-lines<4.0,>=3.0.0
|
{dkist_processing_common-10.8.0rc2.dist-info → dkist_processing_common-10.8.1.dist-info}/RECORD
RENAMED
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
changelog/.gitempty,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
changelog/222.bugfix.rst,sha256=PXXz9YIyqtl2icpbtDRK0Zh5fXQjpMuKA1G5fd8LAFc,54
|
|
3
|
-
changelog/222.feature.2.rst,sha256=-6OdS9g1PSiUnyzMkz6orYiOmOnpD3Hcfy3KDYUdLEQ,47
|
|
4
|
-
changelog/222.feature.rst,sha256=X9TyBOkXdz3Ze0BfRi7awpk0SM5ljTJhjOeQZb-J5Xo,46
|
|
5
2
|
dkist_processing_common/__init__.py,sha256=490Fwm_GgqpwriQlsYfKcLUZNhZ6GkINtJqcYSIEKoU,319
|
|
6
3
|
dkist_processing_common/config.py,sha256=IcpaD_NvHZU-aLlUNOTdRC4V7ADIvVQwrZ2dHhIr4NY,4247
|
|
7
4
|
dkist_processing_common/manual.py,sha256=IH72QxdGlr-BuWq2EDrfC9yStegO-elUWrobQqT4710,7042
|
|
@@ -112,7 +109,7 @@ docs/landing_page.rst,sha256=aPAuXFhBx73lEZ59B6E6JXxkK0LlxzD0n-HXqHrfumQ,746
|
|
|
112
109
|
docs/make.bat,sha256=mBAhtURwhQ7yc95pqwJzlhqBSvRknr1aqZ5s8NKvdKs,4513
|
|
113
110
|
docs/requirements.txt,sha256=Kbl_X4c7RQZw035YTeNB63We6I7pvXFU4T0Uflp2yDY,29
|
|
114
111
|
licenses/LICENSE.rst,sha256=piZaQplkzOMmH1NXg6QIdo9wwo9pPCoHkvm2-DmH76E,1462
|
|
115
|
-
dkist_processing_common-10.8.
|
|
116
|
-
dkist_processing_common-10.8.
|
|
117
|
-
dkist_processing_common-10.8.
|
|
118
|
-
dkist_processing_common-10.8.
|
|
112
|
+
dkist_processing_common-10.8.1.dist-info/METADATA,sha256=8ErJWgpOSScbTNPpb6clo9dXRSkHlKzsTCasI4LS6fo,7147
|
|
113
|
+
dkist_processing_common-10.8.1.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
|
114
|
+
dkist_processing_common-10.8.1.dist-info/top_level.txt,sha256=LJhd1W-Vn90K8HnQDIE4r52YDpUjjMWDnllAWHBByW0,48
|
|
115
|
+
dkist_processing_common-10.8.1.dist-info/RECORD,,
|
changelog/222.bugfix.rst
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Modify usage of CompImageHeader to support astropy 7.
|
changelog/222.feature.2.rst
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Bump numpy version to cross the 2.0.0 release.
|
changelog/222.feature.rst
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Add checksum verification to the hdu decoder.
|
|
File without changes
|