HomePhabricator
Diffusion MITK 4ef5c654cab8

2020 Week 27 (Very Early July)

Description

2020 Week 27 (Very Early July)

The following - possibly updated - changelog can be viewed as formatted
article at https://phabricator.mitk.org/w/mitk/changelog/2020.27/.

🛠 Third-party dependency changes

none

✨ New features

  • Support GCC 9.3 (Ubuntu 20.04)
  • Warn but allow to build MITK with Qt versions greater than 5.12
  • Point Set Interaction uses new data node selection widgets
  • Improved default settings (default inspector tab of new selection dialog) of the node selection preferences
  • Only show options in file reader options dialog when the selected reader actually has options
  • Improved API of SliceNavigationController to get selected time steps (GetSelectedTimeStep()) and time points (GetSelectedTimePoint())
  • Made auto-selection behavior of MatchPoint Registration Evaluator and Manipulator views optional
  • Improved CEST readers (see D321)

🐛 Bugfixes

  • Made many plugins/views aware of time points*
  • The intensity profile slider of the Statistics view works again
  • Segmentation tools do not crash anymore for images with minimal time bounds greater than 0 ms
* Code like auto timeStep = sliceNavigationController->GetTime()->GetPos(); auto geometry = data->GetGeometry(timeStep); is error-prone. See T27490: Correct handling of time points selected by SliceNavigator.

🔥 API-breaking changes

  • Removed deprecated macros and methods from SliceNavigationController

Details

Provenance
kislinskAuthored on Jul 6 2020, 7:47 AM
kislinskPushed on Jul 6 2020, 7:51 AM
Parents
rMITKbd7b41ba163a: T27492 Make BooleanOperation time point aware
rMITK4cc93539239d: 2020 Week 25 (Late June)
Branches
Unknown
Tags
Unknown
References
tag: snapshots/2020-07-06, tag: snapshots/2020-06-25

Merged Changes

This commit merges a very large number of changes. Only the first 50 are shown.