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
Update release notes
  • Loading branch information
aaronzs committed Oct 15, 2024
commit 0d9c9b6878046faaaa33cf9814e2e8f9f2d17224
14 changes: 14 additions & 0 deletions doc/release_notes/v3.1.0.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Version 3.1.0
=============

Changes
-------

* DICOM dictionary updated to 2024d.

Fixes
-----

Expand All @@ -14,3 +19,12 @@ 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`).
* 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`