Releases: ImagingDataCommons/dicomweb-client
Releases · ImagingDataCommons/dicomweb-client
0.59.3
0.59.2
Enhancements
- Add DICOM RLE media types (#95)
Fixes
- Update deprecated numpy method calls (#86)
- Remove 'emtpy response' warning for code 204 (#85)
- Remove unnecessary google oauth dependency (#83)
- Compatibility for numpy > 2.0.0 (#101)
Performance Improvements
Packaging/Tooling
Documentation
- Fix link for DICOMweb in documentation (#81)
Contributors
Thanks to @cgorman @manthey @isolovey @erikogabrielsson @by3nrique @vanossj for their contributions!
0.59.1
Enhancements
- Use a generator to get bytes of
pydicom.Dataset
s by @pchristos in #78
Bug fixes
- Update URL of git repository by @hackermd in #76
- Clarify scheme for file client in user guide by @CPBridge in #77
New Contributors
- @pchristos made their first contribution in #78
Full Changelog: v0.59.0...v0.59.1
0.59.0
0.58.0
0.57.1
0.57.0
Enhancements
- Improve performance of frame retrieval via
DICOMfileClient
by caching offsets in the database - Further unify interfaces of
DICOMfileClient
andDICOMwebClient
Breaking changes
- Constructor of
DICOMfileClient
now accepts a URL withfile
scheme rather than a filesystem path - Parameter
base_dir
of constructor ofDICOMfileClient
has been renamed tourl
- Schema of SQLite database underlying
DICOMfileClient
has changed
Migration from version 0.56.2 or earlier
- Change
DICOMfileClient(base_dir='/path/to/dir')
toDICOMfileClient(url='file:///path/to/dir')
- Remove existing database files