You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# History
2
-
## v3.3.0 (09-18-25)
2
+
## v3.3.0 (18-09-25)
3
3
* Drops python 3.8 and 3.9. Moves to 3.10 as minimum
4
4
* Drops poetry package management. Replaces with uv
5
5
* Updates Flake8 and Mypy versions for code checking
@@ -40,7 +40,7 @@
40
40
41
41
## v3.0.0 (11-09-23)
42
42
* Adds WADO-RS and QIDO-RS support
43
-
* 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
43
+
* Reworks download mechanics. Facilitates direct download when you know the ids by introducing DICOMObjectReference. This base for Series-, Study- and SOPInstanceReference can be downloaded directly
44
44
* Introduces CachedSearcher to avoid unneeded queries
45
45
* Simplifies and clears up trolley download methods by upgrading DICOMDownloadable to base class
46
46
* Simplifies automatic querying for missing ids. Downloader instances can now raise Exceptions for insufficient download info (missing instance, series ids)
@@ -114,19 +114,15 @@
114
114
selected without having to manually re-query at the image level
0 commit comments