Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sjoerdk v3.1.0 #53

Merged
merged 2 commits into from
Apr 18, 2024
Merged

Sjoerdk v3.1.0 #53

merged 2 commits into from
Apr 18, 2024

Conversation

sjoerdk
Copy link
Owner

@sjoerdk sjoerdk commented Apr 18, 2024

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)

@sjoerdk sjoerdk merged commit 8d98412 into main Apr 18, 2024
12 checks passed
@sjoerdk sjoerdk deleted the sjoerdk-v3.1.0 branch September 17, 2024 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant