-
-
Notifications
You must be signed in to change notification settings - Fork 485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MRG] Update data dicts to 2024d #2157
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2157 +/- ##
==========================================
+ Coverage 98.34% 98.39% +0.04%
==========================================
Files 77 77
Lines 13515 13537 +22
==========================================
+ Hits 13292 13320 +28
+ Misses 223 217 -6 ☔ View full report in Codecov by Sentry. |
Were there other new UIDs as well? Could you also add an entry to the release notes? |
There are 4 more SOP Classes added to |
@scaramallion This PR is ready for review. |
Describe the changes
JPEG XL image compression was added to DICOM standard recently.
This PR updates
Transfer Syntax UIDs for JPEG XLdata dicts to DICOM 2024d.src/pydicom/_uid_dict.py
was generated byutil/generate_dict/generate_uid_dict.py
.and I kept the lines related to JPEG XLNew UID constants have been added:
JPEGXLLossless
JPEGXLJPEGRecompression
JPEGXL
ThermographyImageStorage
ThermographyMultiFrameImageStorage
LabelMapSegmentationStorage
HeightMapSegmentationStorage
Docs preview link: https://output.circle-artifacts.com/output/job/753dbc63-2411-4dd0-8a1e-b01c79644eb8/artifacts/0/doc/_build/html/index.html
Tasks
doc/_build/html/index.html
)