Skip to content

Commit

Permalink
Sjoerdk v3.1.0 (#53)
Browse files Browse the repository at this point in the history
* Update pyproject.toml

* Update HISTORY.md
  • Loading branch information
sjoerdk authored Apr 18, 2024
1 parent 27d4d29 commit 8d98412
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# History
## v3.1.0 (18-04-24)
* Rewrites caching:
* Trolley no longer caches results by default, cleans up Trolley.
* Completely rewrites CachedSearcher to implement Searcher interface
* Caching is now optional by wrapping any searcher instance
* Caching is now time-based and done per DICOM object
* Adds query caching (previously only get_study_for_id)

* Makes reasoning about DICOM levels (study/series/instance) easier:
* Adds numeric value and comparison to DICOMObjectLevels
* Introduces DICOMObject.contained_references()
* Merges to_series_level_refs, to_instance_refs into to_refs(level)

## v3.0.5 (13-11-23)
* Fixes bug where StudyInstanceUID-only QIDO-RS HierarchicalQuery would remove UID from query
* Fixes bug where Series-level QIDO-RS RelationalQuery returns Study-level result
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dicomtrolley"
version = "3.0.5"
version = "3.1.0"
description = "Retrieve medical images via WADO-URI, WADO-RS, QIDO-RS, MINT, RAD69 and DICOM-QR"
authors = ["sjoerdk <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 8d98412

Please sign in to comment.