Skip to content

Releases: jcreinhold/pymedio

v0.2.14 - Röntgen

27 May 15:57
Compare
Choose a tag to compare
  • Update to allow Python >=3.9

v0.2.13 - Röntgen

03 May 21:34
Compare
Choose a tag to compare
  • Only warn on apparent missing slice in SortedSlices when fail_on_max_nonuniformity false.

v0.2.12 - Röntgen

29 Mar 19:54
Compare
Choose a tag to compare
  • Split out gather DICOM images and paths function from DICOMDir.from_paths for external use.

v0.2.11 - Röntgen

25 Mar 16:59
Compare
Choose a tag to compare
  • Move non-uniformity check after removal of anomalous slices in DICOMDir

v0.2.10 - Röntgen

15 Mar 18:12
Compare
Choose a tag to compare
  • Fix bug in info getter in BasicImage which retrieved affine instead of info.

v0.2.9 - Röntgen

11 Mar 17:25
Compare
Choose a tag to compare
  • Add rudimentary resample_image to BasicImage.
  • Add optional info string to BasicImage.
  • Remove duplicate position images in remove_anomalous_image method (by default).

v0.2.8 - Röntgen

04 Mar 15:02
Compare
Choose a tag to compare
  • Bump minimum required numpy version to v1.22 since it's required for type annotations.

v0.2.7 - Röntgen

24 Feb 17:27
Compare
Choose a tag to compare
  • Fix bug in DICOMDir.from_path where extension not properly handled when passing in list of DICOM paths.

v0.2.6 - Röntgen

21 Feb 19:56
Compare
Choose a tag to compare
  • 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

21 Feb 02:15
Compare
Choose a tag to compare
  • Copy when creating new BasicImage by default, because (unexpectedly) unsafe otherwise.