Skip to content

Releases: pydicom/pydicom

pydicom v2.4.4

14 Dec 21:43
1fab60e
Compare
Choose a tag to compare

Fix search in help docs

Pydicom v2.4.3

15 Aug 20:00
Compare
Choose a tag to compare

Patch release to fix bug in codify when using a relative file path.

Pydicom 2.4.2

22 Jul 17:47
Compare
Choose a tag to compare
  • Fix error thrown when Sequence parent is None

Pydicom v2.4.1

18 Jun 21:36
Compare
Choose a tag to compare
  • Fix deepcopy of Dataset and Sequence (#1814)

Pydicom v2.4.0

13 Jun 17:40
Compare
Choose a tag to compare

Various bug fixes and enhancements. See details below, or the release notes for a less detailed changelog.

Note: the tests folder is no longer included in the packaged builds installed using pip, etc.

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0

pydicom 2.3.1

14 Nov 16:37
d4f6947
Compare
Choose a tag to compare

Small fix to make 2.3.X compatible with Python 3.11.

pydicom 2.3.0

29 Mar 16:58
728c8ac
Compare
Choose a tag to compare

A number of changes, enhancements and bug fixes.

See the release notes.

pydicom 2.2.2

01 Oct 14:03
da556e3
Compare
Choose a tag to compare

Bug fixes and DICOM dictionary update to 2021d.

pydicom 2.2.1

27 Aug 17:22
45eb0d9
Compare
Choose a tag to compare

Bug fixes since 2.2.0 release

pydicom 2.2.0

05 Aug 17:53
Compare
Choose a tag to compare

Some of the updates in pydicom 2.2.0 include:

  • a command-line interface was added with subcommands 'show' and 'codify'.

  • improvements or new methods for private tags, JSON handling, FileSets, and VRs of AT, DS, and PersonName.

  • improvements in color space conversion and RLE encoding/decoding.

  • Data dictionaries were updated to version 2021b of the DICOM Standard

There were many bug fixes and other changes; see the release notes for full details of changes, additions, and bug fixes.