Skip to content

Releases: pydicom/pydicom

pydicom 2.2.0-rc.1

01 Aug 21:21
8da0b9b
Compare
Choose a tag to compare
pydicom 2.2.0-rc.1 Pre-release
Pre-release

Release candidate for version 2.2.0.

pydicom 2.1.2

09 Dec 16:01
c8f98eb
Compare
Choose a tag to compare

Updated minimum Python version to exclude Python 3.6.0.

pydicom 2.1.1

06 Nov 01:39
384b8be
Compare
Choose a tag to compare

A couple of minor bug fixes.

See the release notes for details.

pydicom 2.1.0

02 Nov 16:40
59be499
Compare
Choose a tag to compare

Some of the changes in pydicom 2.1.0:

  • Dropped support for Python 3.5 (only Python 3.6+ supported)
  • Added keyword property for the new UID keywords in version 2020d of the DICOM Standard
  • Added testing of the variable names used when setting Dataset attributes and INVALID_KEYWORD_BEHAVIOR config option to allow customizing the behavior when a camel case variable name is used that isn’t a known element keyword (#1014)
  • Added INVALID_KEY_BEHAVIOR config option to allow customizing the behavior when an invalid key is used with the Dataset in operator (#1200)
  • Implemented full support (loading, accessing, modifying, writing) of DICOM File-sets and their DICOMDIR files via the FileSet class (#9, #243, #1093)
  • Data dictionaries updated to version 2020d of the DICOM Standard

Added option to turn on pydicom future breaking behavior to allow user code to check itself against the next major version release. Set environment variable “PYDICOM_FUTURE” to “True” or call future_behavior()

See the release notes for full details

pydicom 2.0.0

29 May 15:09
e8de9d3
Compare
Choose a tag to compare

Some of the changes in pydicom 2.0:

  • Dropped support for Python 2 (only Python 3.5+ supported; in pydicom 2.1 it will be Python 3.6+)

  • Changes to Dataset.file_meta; new FileMetaDataset class

  • Allow PathLike objects for filename argument in dcmread, dcmwrite and Dataset.save_as

  • can configure to use numpy arrays for multi-value DS and IS data elements

  • many other fixes and enhancements

See the release notes for full details

v2.0.0-rc.1

23 May 18:22
b4ff70a
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

Release candidate for pydicom v2.0.0

pydicom 1.4.2

22 Feb 14:42
4e06663
Compare
Choose a tag to compare

Bug fixes

v1.4.1

20 Jan 22:10
Compare
Choose a tag to compare

Bug fixes for v1.4

v1.4.0

20 Jan 21:09
Compare
Choose a tag to compare
Merge

v1.4.0 Release candidate

13 Jan 22:34
Compare
Choose a tag to compare
Pre-release

Release candidate for pydicom v1.4.0