Skip to content

Releases: ImagingDataCommons/dicomweb-client

0.20.0

16 Dec 20:42
e3a7fd9
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Features

0.11.0

20 Dec 18:15
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Bug fix

Fix lookup with data element tag given an attribute keyword.

0.9.3

01 Nov 15:09
Compare
Choose a tag to compare

New features

  • Support specifying CA bundle and client certificate files via command line interface
  • Issue warning for QIDO-RS queries when server returns only a subset of search results and there are remaining results that can be requested
  • More usage examples to documentation

0.9.2

25 Oct 01:32
Compare
Choose a tag to compare

New features

Add support for client SSL certificates