Skip to content

Releases: ImagingDataCommons/dicomweb-client

0.30.0

16 Apr 03:46

Choose a tag to compare

API changes

  • Constructor of DICOMwebClient accepts an (authenticated/authorized) instance of requests.Session instead of accepting auth credentials

CLI changes

  • Retrieved frames can no longer be decoded and displayed (--show option has been removed), but will require the use of an external library

0.21.0

02 Feb 04:23

Choose a tag to compare

New features

  • Support for chunked transfer encoding to facilitate storage and retrieval of large objects

0.20.0

16 Dec 20:42
e3a7fd9

Choose a tag to compare

Refactoring

  • Drop support for Python2 due, since Python 2.7 will not be maintained beyond January 1st 2020
  • Add type hints

0.14.0

12 Aug 13:58

Choose a tag to compare

Enhancements

  • Remove quotes from boundary in the content type header field of multipart related messages. Note: While the quotes were standard-compliant, some origin servers didn't handle them correctly.
  • Accept "application/dicom+json" as well as "application/json" for query and retrieve metadata methods to improve backwards compatibility with older origin servers that implemented earlier versions of the DICOMweb standard.
  • Improve type hints in method docstrings
  • Update dependencies for running continuous integration tests
  • Run test cases with additional Python 3 versions

0.13.0

06 May 17:24

Choose a tag to compare

Bug fixes

  • Fix return value of retrieve_instance_metadata(): return single dictionary instead of list of dictionaries

0.12.0

05 Apr 16:26
fc7e5e6

Choose a tag to compare

Features

0.11.0

20 Dec 18:15

Choose a tag to compare

New features

  • add new API methods for WADO-RS Retrieve Rendered Transaction
  • add media_types parameter to WADO-RS methods to enable specification of acceptable media type ranges

API changes

  • remove parameter image_format and add parameter media_types to retrieve_instance_frames() method

0.10.1

28 Nov 01:02

Choose a tag to compare

Bug fixes

Fix parsing of data elements of DICOM JSON encoded data sets that have value representation PN and an empty value

0.10.0

21 Nov 16:54

Choose a tag to compare

Bug fixes

  • Fix transforming data sets in DICOM JSON format into pydicom.Dataset objects

0.9.4

15 Nov 17:22

Choose a tag to compare

Bug fix

Fix lookup with data element tag given an attribute keyword.