Skip to content

Commit 8d98412

Browse files
authored
Sjoerdk v3.1.0 (#53)
* Update pyproject.toml * Update HISTORY.md
1 parent 27d4d29 commit 8d98412

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

HISTORY.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# History
2+
## v3.1.0 (18-04-24)
3+
* Rewrites caching:
4+
* Trolley no longer caches results by default, cleans up Trolley.
5+
* Completely rewrites CachedSearcher to implement Searcher interface
6+
* Caching is now optional by wrapping any searcher instance
7+
* Caching is now time-based and done per DICOM object
8+
* Adds query caching (previously only get_study_for_id)
9+
10+
* Makes reasoning about DICOM levels (study/series/instance) easier:
11+
* Adds numeric value and comparison to DICOMObjectLevels
12+
* Introduces DICOMObject.contained_references()
13+
* Merges to_series_level_refs, to_instance_refs into to_refs(level)
14+
215
## v3.0.5 (13-11-23)
316
* Fixes bug where StudyInstanceUID-only QIDO-RS HierarchicalQuery would remove UID from query
417
* Fixes bug where Series-level QIDO-RS RelationalQuery returns Study-level result

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.5"
3+
version = "3.1.0"
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)