Skip to content
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

Merged
merged 5 commits into from
Nov 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into jxl_transfer_syntax_uids
  • Loading branch information
scaramallion authored Oct 29, 2024
commit aad250886438fe7dec4b4e7905f89c5ae773ac1a
11 changes: 6 additions & 5 deletions doc/release_notes/v3.1.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ Fixes

Enhancements
------------
* Added the option to pass a ``bool`` ndarray to :func:`~pydicom.pixels.set_pixel_data` to store with *Bits Allocated* of ``1`` using bit-packing (:issue:`2141`).
* Added the option to pass a ``bool`` ndarray to :func:`~pydicom.pixels.set_pixel_data`
to store with *Bits Allocated* of ``1`` using bit-packing (:issue:`2141`).
* Added the :attr:`Dataset.is_decompressed<pydicom.dataset.Dataset.is_decompressed>`
convenience property for determining whether a dataset uses a compressed transfer
syntax or not (:issue:`2155`).
* Updated UIDs to version 2024d of the DICOM Standard
* The following UID constants have been added:

* :attr:`~pydicom.uid.JPEGXLLossless`
* :attr:`~pydicom.uid.JPEGXLJPEGRecompression`
* :attr:`~pydicom.uid.JPEGXL`
* :attr:`~pydicom.uid.ThermographyImageStorage`
* :attr:`~pydicom.uid.ThermographyMultiFrameImageStorage`
* :attr:`~pydicom.uid.LabelMapSegmentationStorage`
* :attr:`~pydicom.uid.HeightMapSegmentationStorage`
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.