Published November 2, 2020
| Version v2.1.0
Software
Open
pydicom/pydicom: pydicom 2.1.0
Authors/Creators
- Darcy Mason
- scaramallion
- rhaxton
- mrbean-bremen
- Jonathan Suever1
- Vanessasaurus
- Guillaume Lemaitre2
- Dimitri Papadopoulos Orfanos3
- Aditya Panchal4
- Alex Rothberg5
- Joan Massich6
- James Kerns7
- Korijn van Golen8
- Thomas Robitaille
- moloney
- Matthew Shun-Shin
- pawelzajdel
- Blair Conrad
- Markus Mattes
- Félix C. Morency9
- Markus D. Herrmann
- Simon Biggs10
- Hans Meine
- Kevin S. Hahn
- Masahiro Wada
- Ram Rachum
- colonelfazackerley
- ferdymercury
- huicpc0207
- Adam Klimont11
- 1. @tenjin
- 2. Scikit-learn @ Inria foundation
- 3. CEA
- 4. @dicompyler
- 5. @Free-Agency
- 6. Disney Research
- 7. Varian Medical Systems
- 8. Zimmer Biomet
- 9. Imeka
- 10. Riverina Cancer Care Centre
- 11. Cydar Medical
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
- Is supplement to
- https://github.com/pydicom/pydicom/tree/v2.1.0 (URL)