Skip to content

Commit 3d70d31

Browse files
authored
Release v3.0.1 (#44)
* Update pyproject.toml * Update HISTORY.md
1 parent c5c9480 commit 3d70d31

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

HISTORY.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
# History
2+
3+
## v3.0.1 (12-09-23)
4+
* Fixes build and documentation errors
5+
6+
## v3.0.0 (11-09-23)
7+
* Adds WADO-RS and QIDO-RS support
8+
* Reworks download mechanics. Fascilitates direct download when you know the ids by introducing DICOMObjectReference. This base for Series-, Study- and SOPInstanceReference can be downloaded directly
9+
* Introduces CachedSearcher to avoid unneeded queries
10+
* Simplifies and clears up trolley download methods by upgrading DICOMDownloadable to base class
11+
* Simplifies automatic querying for missing ids. Downloader instances can now raise Exceptions for insufficient download info (missing instance, series ids)
12+
* Simplifies Query class structure. Removes BasicQuery class in favour of Query+Exception for unconvertible query parameters
13+
* Updates docs: Moves from single github readme to separate readthedocs build
14+
* All code examples in docs and /examples are now tested
15+
* Main branch is now called main. Removes branch master.
16+
217
## v2.2.0 (2023-03-23)
318
* DICOM-QR queries now use Study Root (QR class 1.2.840.10008.5.1.4.1.2.2.1) instead of Patient Root to simplify study-level queries. (#38)
419

@@ -58,7 +73,6 @@
5873
* Adds PatientID to DICOM query parameters
5974

6075
## v0.8.0 (2021-10-14)
61-
6276
* Makes it possible to download series and studies without instance information.
6377
Trolley will fire additional queries in the background to find missing instance info.
6478
This makes it much easier to select from a study or series level query and download only

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dicomtrolley"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
description = "Retrieve medical images via WADO-URI, WADO-RS, QIDO-RS, MINT, RAD69 and DICOM-QR"
55
authors = ["sjoerdk <sjoerd.kerkstra@radboudumc.nl>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)