Pydicom Versions Save

Read, modify and write DICOM files with python code

v2.4.4

4 months ago

Fix search in help docs

v2.4.3

8 months ago

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

v2.4.2

9 months ago
  • Fix error thrown when Sequence parent is None

v2.4.1

10 months ago

v2.4.0

11 months ago

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: https://github.com/pydicom/pydicom/compare/v2.3.0...v2.4.0

v2.3.1

1 year ago

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

v2.3.0

2 years ago

A number of changes, enhancements and bug fixes.

See the release notes.

v2.2.2

2 years ago

Bug fixes and DICOM dictionary update to 2021d.

v2.2.1

2 years ago

Bug fixes since 2.2.0 release

v2.2.0

2 years ago

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.