Skip to content

Releases: pydicom/pydicom

1.3.0

12 Jul 17:00
5f920a7
Compare
Choose a tag to compare

pydicom v1.3.0

1.2.2

16 Jan 02:55
Compare
Choose a tag to compare

Adds missing dict methods to Dataset.

1.2.1

21 Nov 00:30
Compare
Choose a tag to compare

Minor update of 1.2 series to resolve problems running under new python versions 3.6.7 and 3.7.1

1.2.0

06 Oct 19:55
Compare
Choose a tag to compare
v1.2.0

Update version to 1.2.0

1.1.0

18 Jun 13:17
c702609
Compare
Choose a tag to compare

pydicom version 1.1.0 - speed improvements, bug fixes, etc.

1.0.2

03 Mar 21:12
1eb1da7
Compare
Choose a tag to compare

Adds mock dicom import with ImportError message pointing to transition information

v0.9.9.post1

27 Jan 02:16
Compare
Choose a tag to compare

v0.9.9

23 Nov 19:11
Compare
Choose a tag to compare

pydicom 0.9.9 Release Notes

In addition to bug fixes, pydicom 0.9.9 contains updates for all dicom dictionaries.
New features include DICOMDIR handling, and a utility module which produces python/pydicom source code to recreate a dicom file.

Major changes / enhancements

  • All dicom dictionaries updated (standard dictionary, UID dictionary, and private dictionaries)
  • Dicom commands also added to dictionary
  • Ability to work with DICOMDIR: read_dicomdir() function and DicomDir class. Example file show_dicomdir.py file added to examples subdirectory.
  • codify.py: Produce python/pydicom source code from a dicom file.
  • a number of python 3 compatibility enhancements
  • setup.py uses ez_setup only if setuptools not already installed
  • exceptions carry tag info with them, to aid in debugging

Contrib file changes

  • pydicom_series: force parameter added (Nil Goyette)
  • dcm_qt_tree: switch to OrderedDict to preserve ordering of tags (Padraig Looney)

Other Contributors

Other than Jonathan and myself, other contributors were:
Rickard Holmberg, Julien Lamy, Yaroslav Halchenko, Mark White, Matthew Brett, Dimitri Papadopoulos, videan42 ...(sorry if I've missed anyone).