Page MenuHomePhabricator

2021 Week 48 (Very Early December)
Updated 790 Days AgoPublic

Version 3 of 3: You are viewing the current published version of this document.

Previous changelog โ€ข Next changelog

๐Ÿ›  Third-party dependency changes

To enable tier 2 support of Visual Studio 2022, we upgraded Boost to the latest beta version. If you enabled C++ Rest SDK in your MITK superbuild, which in turn enables a few Boost binaries, you probably encounter build/linker errors since CMake does not completely remove all previous files installed by Boost, in particular in the ep/lib/cmake folder of the MITK-superbuild. Either remove the Boost 1.74 files there manually or simply do a clean build from scratch in that case.

DependencyOld versionNew version
Boost1.741.78 beta 1

โœจ New features

  • Volume Visualization of dynamic images with multiple time steps
  • Tier 2 support of Visual Studio 2022 (experimental, no guarantees given)

๐Ÿ› Bugfixes

  • Fixed creation of label masks from multi-label segmentations in cases of pixel spacings not equal to 1 (introduced in v2021.10)
    • Also fixes the creation of (smoothed) polygon models of multi-label segmentations
  • Labels can be added to multi-label segmentations with more than 255 labels per layer now
  • Histograms of images with multiple selected masks are not shown anymore in the Statistics View for ambiguity reasons
  • Properties of data nodes selected before opening the Properties View are now shown correctly

Previous changelog โ€ข Next changelog

Last Author
kislinsk
Last Edited
Feb 18 2022, 1:56 PM