Bug Fixes
- Remove deprecated pydicom.dicomdir.DicomDir variable type option
([130](https://github.com/bhklab/med-imagetools/pull/130),
[`56ef37e`](https://github.com/bhklab/med-imagetools/commit/56ef37e492d9a4f287ed9ecb7a1c968caca29726))
* fix: remove deprecated pydicom.dicomdir.DicomDir variable type option
* style: removed Union since dicom_data can only be a FileDataset
* refactor: remove Union import for linting
- Update ci to use semver bot
([`98e3bd0`](https://github.com/bhklab/med-imagetools/commit/98e3bd0c93fc2be20c31976092047e7a11db57fb))
Chores
- 126 update docstring for StructureSetToSegmentation (reopen)
([128](https://github.com/bhklab/med-imagetools/pull/128),
[`272078c`](https://github.com/bhklab/med-imagetools/commit/272078c937fa62fee20a700150f2ed4da7458720))
* chore: bump artifact action version
* refactor: update StructureSetToSegmentation docstring and remove unused dev group in
pyproject.toml
* chore: fix download action in workflow to use correct artifact version
* chore: correct instantiation reference and update parameter description in
StructureSetToSegmentation docstring
* chore: enhance StructureSetToSegmentation docstring to support None as a roi_names option for
loading all ROIs