= ๐ Third-party dependency changes =
//none//
= โจ New features =
- Improved and restructured MITK documentation (ongoing effort) for the following views:
- Command-line Modules
- Concentration Curve Converter
- Logging
- MatchPoint Algorithm Browser
- MatchPoint Registration Manipulator
- MatchPoint Registration Visualizer
- Multilabel Segmentation
- Model Fit Demo
- Model Fit Inspector
- Perfusion Curve Description Parameters
- Segmentation
- Statistics
- The CDash dashboard script was completely rewritten to successfully submit to CDash v2.6
- Template for the configuration of clients: `CMake/MITKDashboardScript.cmake`
- Execute with: `ctest --script MITKDashboardScript.cmake`
- Added a build configuration for classification command-line apps
= ๐ Bugfixes =
- Fixed doxygen errors related to directed graphs with dot (GraphViz)
- Fixed watershed segmentation tool for dynamic images
- Tools in the Multilabel Segmentation view are now correctly activated when the view is opened for the first time
- Tool manager context is now always set correctly in Multilabel Segmentation
= ๐ฅ API-breaking changes =
- Packaging on Windows with NSIS now requires NSIS version 3 instead of version 2
- Implementation files like .cpp files are now excluded from the doxygen parser
- All CDash subproject and label features were removed. For example, the `SUBPROJECTS` parameter of 'mitk_create_module()' is not parsed anymore. We may consider reintroducing subprojects/labels with a different approach in the future.