Skip to content

Commit 5449ca7

Browse files
committed
ENH: updated pyproject toml file to new version and updated change log
1 parent 31882aa commit 5449ca7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pyproject.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,17 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "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

0 commit comments

Comments
 (0)