Skip to content

Releases: pyplati/platipy

v0.7.2

10 Jul 09:50
89ce59a
Compare
Choose a tag to compare

What's Changed

This release fixes an issue when converting a contour containing holes from RTSTRUCT to NIfTI (#271). Other changes include:

New Contributors

Full Changelog: v0.7.1...v0.7.2

v0.7.1

19 Oct 05:04
9be427a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

11 Sep 22:40
1bca37e
Compare
Choose a tag to compare

This release resolves the issue of the cardiac segmentation tool producing slightly different results identified in #224

A special thanks to @denbonte & @LennyN95 for identifying and helping to debug the issue!

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.7.0

v0.6.1

13 Jun 11:21
c145f58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

28 Feb 20:02
46e8f80
Compare
Choose a tag to compare

Key Changes

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

04 Oct 23:23
0c212b1
Compare
Choose a tag to compare

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

v0.4.1

02 Jun 08:53
6ecc6c0
Compare
Choose a tag to compare

What's Changed

  • Corrected typo in cardiac structure name

Full Changelog: v0.4.0...v0.4.1

v0.4.0

02 Jun 06:54
eeea435
Compare
Choose a tag to compare

Open access cardiac hybrid segmentation released!

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1

30 May 03:16
04e0602
Compare
Choose a tag to compare

What's Changed

  • Correct location bug on flask restful api by @pchlap in #137

Full Changelog: v0.3.0...v0.3.1

v0.3.0

30 May 00:38
59270e6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.3.0