Skip to content

v0.5.0

Compare
Choose a tag to compare
@pchlap pchlap released this 04 Oct 23:23
· 217 commits to master since this release
0c212b1

News

platipy has been migrate to use poetry to manage dependencies. The key feature this add is the use of certain dependencies only being available via extras. This makes the base platipy install much more lightweight, which can be installed using:

pip install platipy

Extras for the cardiac segmentation, nnunet or backend service can be installed with:

pip install platipy[cardiac]
pip install platipy[nnunet]
pip install platipy[backend]

What's Changed

  • Correct cardiac image by @pchlap in #142
  • Visualisation updates by @rnfinnegan in #145
  • Ensure DICOM listener is started with service by @pchlap in #149
  • Correct Verification for pynetdicom by @pchlap in #150
  • Install the github version of platipy in the docker image for now... by @pchlap in #151
  • Have the DICOM listener listen on all IP addresses by @pchlap in #152
  • Convert Path to string before adding to DB by @pchlap in #153
  • Functions to enable manual install of open cardiac model by @pchlap in #154
  • use standard list rather than numpy for dilation kernel by @pchlap in #144
  • Fix issue when ROI is completely missing from ROIContourSequence by @pchlap in #143
  • WIP Dose metrics by @rnfinnegan in #156
  • Poetry migrate by @pchlap in #155
  • Dockerfile corrections by @pchlap in #159

Full Changelog: v0.4.1...v0.5.0