Releases: jcreinhold/pymedio
Releases · jcreinhold/pymedio
v0.2.14 - Röntgen
- Update to allow Python >=3.9
v0.2.13 - Röntgen
- Only warn on apparent missing slice in
SortedSlices
whenfail_on_max_nonuniformity
false.
v0.2.12 - Röntgen
- Split out gather DICOM images and paths function from
DICOMDir.from_paths
for external use.
v0.2.11 - Röntgen
- Move non-uniformity check after removal of anomalous slices in
DICOMDir
v0.2.10 - Röntgen
- Fix bug in
info
getter inBasicImage
which retrievedaffine
instead ofinfo
.
v0.2.9 - Röntgen
- Add rudimentary
resample_image
toBasicImage
. - Add optional
info
string toBasicImage
. - Remove duplicate position images in
remove_anomalous_image
method (by default).
v0.2.8 - Röntgen
- Bump minimum required numpy version to v1.22 since it's required for type annotations.
v0.2.7 - Röntgen
- Fix bug in
DICOMDir.from_path
whereextension
not properly handled when passing in list of DICOM paths.
v0.2.6 - Röntgen
- Fix mutation issue; appeared to be because took a view of SimpleITK image instead of a copy
- Only support Python 3.9 (and greater when SimpleITK does so). It takes too long to support
old versions of Python, and the primary use case would be to support legacy systems,
e.g., for industry.
v0.2.5 - Röntgen
- Copy when creating new
BasicImage
by default, because (unexpectedly) unsafe otherwise.