Page MenuHomePhabricator

2020 Week 27 (Very Early July)
Updated 1,361 Days AgoPublic

Version 2 of 4: You are viewing an older version of this document, as it appeared on Jul 6 2020, 7:45 AM.

๐Ÿ›  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
Last Author
kislinsk
Last Edited
Jul 6 2020, 7:45 AM