2021 Week 48 (Very Early December)
2021 Week 48 (Very Early December)
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.
Dependency | Old version | New version |
---|---|---|
Boost | 1.74 | 1.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
Tags
None
Referenced Files
None
Subscribers
None
- Last Author
- kislinsk
- Last Edited
- Feb 18 2022, 1:56 PM