There is a newer version of the record available.

Published November 2, 2020 | Version v2.1.0
Software Open

pydicom/pydicom: pydicom 2.1.0

Description

Some of the changes in pydicom 2.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

Files

pydicom/pydicom-v2.1.0.zip

Files (2.4 MB)

Name Size Download all
md5:76069ab5bf1d963e7cb96e2e40022959
2.4 MB Preview Download

Additional details

Related works