Page MenuHomePhabricator

2021 Week 26 (Very Early July)
Updated 1,021 Days AgoPublic

Version 2 of 4: You are viewing an older version of this document, as it appeared on Jul 2 2021, 10:36 AM.

Previous changelog โ€ข Next changelog

๐Ÿ›  Third-party dependency changes

DependencyOld versionNew version
DCMQI83f498e9 (Feb 8, 2021)1.2.4
DCMTK3.6.53.6.6

โœจ New features

  • "Accept all slices" 2-d interpolation of large segmentations is now faster by an order of magnitude
  • Improved CMake FAQ in documentation
  • Harmonized GUI in segmentation and image statistics views
  • If appropriate, data nodes are now also selected automatically in the following views:
    • DICOM Inspector
    • Properties
    • Volume Visualization

๐Ÿ› Bugfixes

  • Fixed an edge case crash when saving labelset presets of multi-label segmentations
  • Fixed RT struct visibility in different render windows
  • Fixed Boost build on macOS Catalina and later
  • Fixed macOS code name extraction for macOS Catalina and later in our CDash script
  • Fixed developer warnings in CMake v3.20+ regarding automatically determined source file extensions

๐Ÿ”ฅ API-breaking changes

mitk::Tool class

  • m_ToolManager is private now, use GetToolManager() instead to access the tool manager in derived classes.

mitk::AutoSegmentationWithPreviewTool

  • The DoUpdatePreview() method gained a new parameter const Image* oldSegAtTimeStep to pass the previous segmentation at the given time step.

mitk::LevelWindowManager class

The following methods were renamed:

  • ClearPropObserverLists() ClearPropertyObserverMaps()
  • CreatePropObserverLists() CreatePropertyObserverMaps()
  • IgnoreNode() HasLevelWindowRenderingMode()

Previous changelog โ€ข Next changelog

Last Author
kislinsk
Last Edited
Jul 2 2021, 10:36 AM