v0.9.0
v0.9.0 (2024-01-21)
Fix
- fix(md5): Add MD5HashMismatchError class and update validateMD5 function (
c854242)
Refactor
- refactor: Refactor NBIAClient's _downloadSingleSeries method
This commit refactors the _downloadSingleSeries method in the NBIAClient class. The changes include:
- Reformatting the method signature for better readability
- Adding exception handling for MD5 hash validation
- Commenting out a line of code that is not currently being used
- Adding error handling and logging for sorting DICOM files (
ff11711)
- refactor(nbia): remove unused logger method (
50916a4)
Test
-
test: Add unit tests for MD5 validation (
539f8b0) -
test: Refactor temporary directory variable name in test_nbia.py (
3cdeb4a)
Unknown
- Merge pull request #41 from jjjermiah/27-md5pyadd-tests-and-logging-+-error-handling-for-non-existent-files
27 md5pyadd tests and logging + error handling for non existent files (c1ed27b)