Auditory-Biophysics-Lab / Slicer-ABLTemporalBoneSegmentation

3D Slicer extension featuring spacing resampling, fiducial registration, and rigid registration of temporal bone images.
BSD 3-Clause "New" or "Revised" License
16 stars 2 forks source link

Update modules to use markups instead of annotations #7

Open lassoan opened 1 year ago

lassoan commented 1 year ago

Annotations module, which provides vtkMRMLAnnotationROI and vtkMRMLAnnotationRuler nodes have been deprecated since April 2021 and will be removed in Slicer-5.4 stable version early next year. Since some modules in this extension use annotation nodes, these modules need to be updated to use markups nodes before the end of this year.

This section of the migration guide should help with implementing the changes and any questions can be asked at the Remove Annotations module topic in the Slicer forum.

Impacted module: ABLTemporalBoneSegmentationModule\ABLTemporalBoneSegmentationModule.py

lassoan commented 1 year ago

Slicer-5.2 is released. It is the last Slicer Stable Release that contains Annotations module.

We will remove Annotations module from Preview Releases (Slicer-5.3) within a few weeks and from the Stable Release (Slicer-5.4) in about 3-4 months. Your modules need to be updated to use Markups module instead of Annotations to prevent build errors or runtime failures. Let me know if you need any help with this update.