Releases: sjoerdk/dicomtrolley
Releases · sjoerdk/dicomtrolley
v2.1.4
v2.1.3
catch ProtocolError
Now re-raises underlying urllib3.exceptions.ProtocolError to dicom trolley exception
v2.1.1
v2.1.0
Publish v2.0.2
Fixes capitalization error in rad69 xml template
Release v2.0.1
v2.0.1 (2022-07-05)
- Works around exponential resource usage in pydantic 0.9 by pinning to 0.8
Version 2.0.0
Introduces unified Query object that can be used for any back-end. This means you can now switch backends without altering any query code
v1.2.0
Rad69 download
v1.1.0 (2022-04-14)
- Improves rad69 downloading. Can now handle chunked rad69 soap response stream with low memory use
v1.0.0 (2022-03-23)
- Adds Rad69 as download method
- Replaces 'wado' argument to Trolley with abstract downloader. Abstract 'Downloader' class is implemented by both Wado and Rad69