HomePhabricator
Diffusion MITK cc4b475633d8

2021 Week 48 (Very Early December)

Description

2021 Week 48 (Very Early December)

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

🛠 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

Details

Provenance
kislinskAuthored on Dec 3 2021, 1:38 PM
kislinskPushed on Dec 3 2021, 1:40 PM
Parents
rMITKbc1afdbf3f25: Merge branch 'bugfix/T28898-AddMoreThan255Labels' into develop
rMITK4545383c0841: v2021.10
Branches
Unknown
Tags
Unknown
References
tag: snapshots/2021-12-03

Merged Changes