File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,17 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " dcm_classifier"
7- version = ' 0.9.8 '
7+ version = ' 0.9.9 '
88# Change Log -- Summary of key changes
9+ # v0.9.9 -- 2025-04-15 (git log --pretty=%s v0.9.8..HEAD)
10+ # ADD: added test for simple classify study on empty directory
11+ # BUG: fixed key error in simple classify study when no dicoms are found
12+ # ADD: added testing for classify support function
13+ # ENH: Resolve circular dependancies by using separate module.
14+ # ENH: Force sorting of json keys during dump
15+ # ENH: Update to allow programatic calling simple_classify_study
16+ # ENH: updated package version number to 0.9.8
17+ # ENH: added check list to pr request template to ensure package versioning is maintained
918# v0.9.8 -- 2025-03-31 (git log --pretty=%s v0.9.7..HEAD)
1019# BUG: Fix warning errors due to testing non-dicom element tags
1120# BUG: Throw error on INVALID_KEY_BEHAVIOR
You can’t perform that action at this time.
0 commit comments