Releases: bhklab/med-imagetools
v1.6.0-rc.2
v1.6.0-rc.2 (2024-11-14)
Bug Fixes
- Update version_toml path in pyproject.toml for semantic release (
0dacfee
)
v1.6.0-rc.1
v1.6.0-rc.1 (2024-11-14)
Bug Fixes
-
Added linux to pixi (
023a111
) -
Explicitly direct location of package code and update pixi in pipeline (
6767ced
)
Build System
- Added coverage to gha (
6382dbf
)
Chores
-
Update GitHub Actions workflow to deploy from both main and devel branches, and refresh dependencies in pixi.lock (
60350d6
) -
Clean up GitHub Actions workflow by removing commented-out jobs and updating dependencies (
8274e4d
) -
Update GitHub Actions workflow for improved deployment process (
ddad006
)
Features
v1.5.8
v1.5.8 (2024-10-25)
Bug Fixes
v1.5.7
v1.5.6
v1.5.5
v1.5.5 (2024-10-23)
Bug Fixes
-
fix: update ci to use semver bot (
98e3bd0
) -
fix: remove deprecated pydicom.dicomdir.DicomDir variable type option (#130)
-
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 (
56ef37e
)
Chores
-
chore: #126 update docstring for StructureSetToSegmentation (reopen) (#128)
-
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 (
272078c
)