Skip to content

Commit bedfc40

Browse files
committed
Fixes typos and date formats in readme
1 parent 899d629 commit bedfc40

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

HISTORY.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# History
2-
## v3.3.0 (09-18-25)
2+
## v3.3.0 (18-09-25)
33
* Drops python 3.8 and 3.9. Moves to 3.10 as minimum
44
* Drops poetry package management. Replaces with uv
55
* Updates Flake8 and Mypy versions for code checking
@@ -40,7 +40,7 @@
4040

4141
## v3.0.0 (11-09-23)
4242
* 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
4444
* Introduces CachedSearcher to avoid unneeded queries
4545
* Simplifies and clears up trolley download methods by upgrading DICOMDownloadable to base class
4646
* Simplifies automatic querying for missing ids. Downloader instances can now raise Exceptions for insufficient download info (missing instance, series ids)
@@ -114,19 +114,15 @@
114114
selected without having to manually re-query at the image level
115115

116116
## v0.7.0 (2021-10-12)
117-
118117
* Adds additional search fields to DICOMQuery widening DICOM-QR search scope
119118

120119
## v0.6.0 (2021-09-27)
121-
122120
* Renames base exception DICOMTrolleyException to pep8 complient DICOMTrolleyError
123121

124122
## v0.5.4 (2021-06-23)
125-
126123
* Fix typo
127124

128125
## v0.5.3 (2021-06-23)
129-
130126
* Correct usage of dataclass
131127
* DICOM-QR fix
132128

0 commit comments

Comments
 (0)