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:
bash
pip install platipy
Extras for the cardiac segmentation, nnunet or backend service can be installed with:
bash
pip install platipy[cardiac]
pip install platipy[nnunet]
pip install platipy[backend]
What's Changed
* Correct cardiac image by pchlap in https://github.com/pyplati/platipy/pull/142
* Visualisation updates by rnfinnegan in https://github.com/pyplati/platipy/pull/145
* Ensure DICOM listener is started with service by pchlap in https://github.com/pyplati/platipy/pull/149
* Correct Verification for pynetdicom by pchlap in https://github.com/pyplati/platipy/pull/150
* Install the github version of platipy in the docker image for now... by pchlap in https://github.com/pyplati/platipy/pull/151
* Have the DICOM listener listen on all IP addresses by pchlap in https://github.com/pyplati/platipy/pull/152
* Convert Path to string before adding to DB by pchlap in https://github.com/pyplati/platipy/pull/153
* Functions to enable manual install of open cardiac model by pchlap in https://github.com/pyplati/platipy/pull/154
* use standard list rather than numpy for dilation kernel by pchlap in https://github.com/pyplati/platipy/pull/144
* Fix issue when ROI is completely missing from ROIContourSequence by pchlap in https://github.com/pyplati/platipy/pull/143
* WIP Dose metrics by rnfinnegan in https://github.com/pyplati/platipy/pull/156
* Poetry migrate by pchlap in https://github.com/pyplati/platipy/pull/155
* Dockerfile corrections by pchlap in https://github.com/pyplati/platipy/pull/159
**Full Changelog**: https://github.com/pyplati/platipy/compare/v0.4.1...v0.5.0