Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# History
## v3.2.1 (02-06-24)
* WADO-RS Downloader now raises DICOMTrolleyError instead of OSErron parsing faulty dicom responses. Fixes #58
## v3.3.0 (09-18-25)
* Drops python 3.8 and 3.9. Moves to 3.10 as minimum
* Drops poetry package management. Replaces with uv
* Updates Flake8 and Mypy versions for code checking

## v3.2.1 (02-06-25)
* WADO-RS Downloader now raises DICOMTrolleyError instead of OSError, parsing faulty dicom responses. Fixes #58

## v3.2.0 (17-09-24)
* Moves to pydantic v2, releases pydantic 1.8.2 pin. See #54
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dicomtrolley"
version = "3.2.1"
version = "3.3.0"
description = "Retrieve medical images via WADO-URI, WADO-RS, QIDO-RS, MINT, RAD69 and DICOM-QR"
authors = ["sjoerdk <sjoerd.kerkstra@radboudumc.nl>"]
readme = "README.md"
Expand Down Expand Up @@ -40,4 +40,4 @@ dev = [
"mkdocs-autorefs>=0.5.0",
"pip-tools>=7.3.0",
"pre-commit"
]
]
Loading