8000 Releases Β· MITK/MITK Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: MITK/MITK

2025 Week 26 (Very Late June)

25 Jun 09:52
Compare
Choose a tag to compare
Pre-release

Important

This is an unstable und unsupported pre-release.
Download the latest official release MITK v2024.12 instead.

Segmentation

  • Refactored LabelSetImage into MultiLabelSegmentation
  • Added nnInteractive tool (Linux and Windows only)
  • Fixed undo/redo operations
  • Added support for NIfTI as file format for MITK multi-label segmentations
  • Added support for loading stacks of label masks with custom meta info as MITK multi-label segmentations
  • Added support for TotalSegmentator v2.9 and licensed tasks
  • Improved UX for model downloads in TotalSegmentator
  • Added support of SAM2 to MONAI tool
  • Improved installation UX for SAM and MedSAM tools
  • Fixed unnecessary re-initialization after model change in MedSAM tool
  • Add and Subtract modes of the Live Wire and Lasso tools are now shown by default

Workbench

  • Improved image navigation performance
  • Fixed Open/Save file dialogs on macOS Sequoia
  • Added arrow up and down hotkeys to slice through images
  • Added --MITK.fullscreen argument to start in fullscreen mode

MxN Display

  • The crosshair of the Standard Display is no longer shown in the MxN Display
  • Added group synchronization
  • Clicking on a segmentation label now jumps to its location in all render windows
  • The selection mode is now saved in layout files as well
  • Newly loaded nodes are now automatically re-selected if they were selected before
  • Navigational changes are now only shared between Standard Display and MxN Display when synchronization is toggled on

Pharmacokinetics

  • Made Dynamic DCE MR Perfusion/PET DataFit plugins compatible with multi-label segmentations
  • Constraints are now activated by default in MRI/PET perfusion fitting
  • Parameter maps are now shown with the transparent Jet LUT by default
  • Model error messages are now shown as overlay instead of using a modal dialog
  • Added black & white LUT for PET imaages

Command-line apps

  • Added MitkConvertToMultiLabelSegmentation app to convert images and contours into multi-label segmentations

Other

  • Added a Undo/Redo Inspector plugin for debugging the undo/redo stack
  • Fixed setting non-boolean values for new properties in Properties plugin
  • MITK_SHOW_CONSOLE_WINDOW does no longer affect non-GUI apps
  • Prefixed all symbols of the customized Minizip version in CppMicroServices with us_ or US_.
  • Allow loading of DICOM images with invalid dates before the year 1400
  • Made MITK compatible with Apple silicon (ARM64)
  • Fixed a crash during mapping in a few occasions
  • Fixed tutorial step 8
  • Reduced number of (caught) exceptions at application startup and shutdown

Third party dependencies

  • Upgraded VTK (and ACVD) from v9.3.0 (patched) to commit 40ef44cb from 2025-04-09
  • Patched ITK to remove factory-based creation for a few small but very often instantiated classes
  • Upgraded POCO from v1.12.4 (patched) to v1.14.1
  • Upgraded nlohmann_json from v3.11.2 to v3.11.3
  • Added dependency to TBB which is now used as backend in ITK and VTK
  • Removed PCRE from SWIG dependencies (use system libs instead on Linux)
  • Upgraded MatchPoint to the latest commit for compatibility with Apple Clang 17

2025 Week 06 (Very Early February)

03 Feb 10:03
Compare
Choose a tag to compare
Pre-release

Important

This is an unstable und unsupported pre-release.
Download the latest official release MITK v2024.12 instead.

Segmentation

  • Added live search for labels in the "Create Label" dialog.
  • Added context menu entry to label overview to copy labels to other groups.
  • Accelerated internal preprocessing of results from TotalSegmentator.
  • Fixed missing comma in list of TotalSegmentator tasks (reported by @chocomilk4759).

Workbench

  • Fixed crash on application start when using Qt 6.6.

Third party dependencies

  • Upgraded ITK from v5.4.0 to v5.4.2 to make MITK compatible with the latest version of Visual Studio 2022 (contributed by @TheRisenPhoenix).

Other

  • Fixed many typos in documentation of code (contributed by @luzpaz).

MITK v2024.12

10 Dec 10:21
Compare
Choose a tag to compare

News for MITK Workbench users

We are proud to release MITK v2024.12. In the past 6 months we resolved about 200 tasks and issues in over 300 commits. While our winter releases tend to be manily bugfix releases, we take the opportunity to highlight several new features and quality of life improvements in these release notes. You find the complete changelog at the end of this release notes.

Segmentation

Rename label groups

Labels can be organized in groups (used to be named "layers" in the past). In fact it is the only way to create overlapping labels, since labels within a group cannot share the same pixels. It is now possible to rename groups, which otherwise have generic default names like "Group 1".

rename

Decrease label opacity

User feedback showed that opinions on a good opacity of segmentations vary greatly. If you prefer to work with less label opacity to still clearly see the labeled pixels below, you can now dial down the "Opacity factor" in the Segmentation preference page.

opacity
opacity2

Create smoothed polygon models (fast)

Hidden in the context menu of the Data Manager you find the option to create smoothed polygon models for your pixel-based segmentations. It took a while to show results when using this feature for segmentations with many labels like the results of TotalSegmentator. Well, no more! The models are now generated in parallel for each label. In that regard, you are now also able to change the opacity of multiple data nodes at once, making the postprocessing of TotalSegmentator and alike for display blazingly fast.

orbit

DICOM Browser

The DICOM Browser allows users to locate and load DICOM images organized in a hierarchy of patients, studies, and series. It consists of three main components:

  • Local Storage: Quickly access previously imported or retrieved DICOM images.
  • Import: Scan directories to identify and manage DICOM images.
  • Query/Retrieve: Connect to a PACS server to query and retrieve images.

The DICOM Browser is part of MITK since many years, but was significantly overhauled for MITK v2024.12. Give it a try to explore and import your DICOM data.

import

New command-line app to split 4-dimensional images

The new MitkSplit4Dto3DImages app allows you to easily split a 3d+t (4-d) image into its time steps as separate 3-d images.

News for developers

The following sections primarily address developers to summarize important or backward-incompatible changes since the last MITK release.

Migration from Phabricator to GitLab and GitHub

Since our last release, we migrated from Phabricator to GitLab for internal repository hosting and issue management. We still mirror MITK to our official GitHub page and in fact started to utilize more features of GitHub again like
issues for external reporters (including templates) and detailed release notes as well as changelogs on the releases page. In particular, our snapshot releases are now also listed on that page as pre-releases including downloads for the installers.

Reduced build times

We were able to greatly reduce the build time of MITK in particular on Windows with the combination of precompiled headers and using the Multi-ToolTask scheduler of Visual Studio.

πŸ›  Third-party dependency changes

The following table shows a complete list of changed third-party dependencies.

Dependency Old version New version
C++ REST SDK v2.10.19 (patched)
CTK 37aff992 (patched, 2023-12-15) adab52fb (patched, 2024-11-26)

πŸ”₯ Disclaimer for API-breaking changes

We discontinued the extensive listing of API-breaking changes as the vast majority of them are straight forward to resolve or do not affect the majority of developers at all. The ratio between the time and effort spent for writing these reports and actual developer feedback turned out to be greatly imbalanced.

In case you experience any trouble while migrating to the latest version of MITK, please do not hesitate to create an issue on our GitHub page.

Changelog since MITK v2024.06.2

Segmentation

  • Added timeout preference for MONAILabel segmentation tool.
  • Allow custom label group names.
  • Assume an empty label if a segmentation has a single label group but no label meta data.
  • Fixed unhandled exception on label collisions.
  • Fixed transformations of 3-d renderings of segmentations.
  • Fixed visibility of 3-d renderings of segmentations.
  • Fixed minimum widths of several spin boxes.
  • Added option to preferences to reduce label opacity.
  • Significantly reduced the execution time of "Create (smoothed) polygon model" actions when applied to multiple labels.
  • Fixed a crash when changing preferences while using the Segment Anything (SAM) or MedSAM tools.
  • Updated cursor icons to indicate whether tools are operating in inverted mode.
  • Changed the Segment Anything (SAM) tool's input shape from points to crosshairs.
  • Fixed exclusion of the highest pixel value of an image in the UL-Threshold tool.
  • Fixed missing initial preview of GrowCut tool in "transfer selected labels" mode.
  • Fixed error messages when using undo/redo together with manual 2-d segmentation tools.
  • Fixed an unhandled exception when clicking on the active label while using the Close tool.
  • Fixed excessive warning messages of SegmentAnything, MedSAM, and MONAI Label tools.
  • Fixed duplicate default names for new segmentations.
  • Fixed layout warnings of several tools.
  • TotalSegmentator
    • Upgraded TotalSegmentator from v2.2.1 to v2.4 with support for new subtasks:
      • pleural_pericard_effusion
      • head_glands_cavities
      • head_muscles
      • headneck_bones_vessels
      • headneck_muscles
      • liver_vessels
    • Fixed incorrect label mapping of total task when other subtasks were used before.
    • Moved the TotalSegmentator installation step from the tool GUI to preferences.
    • Fixed unintended addition of invalid Python paths in the preference page.
    • Improved the visual appearance of the installation process.
  • Segmentation Task Lists
    • Integrated new MITK Forms feature into Segmentation Task Lists v2 (experimental).
    • Added support for MITK scene files as task inputs in MITK Segmentation Task List files (version 3).
    • Fixed possible crash in Segmentation plugin when switching tasks in a Segmentation Task List while a segmentation tool is active.

Statistics and measurement

  • Fixed stuck interaction of polygon-like planar figures in certain edge cases.
  • Fixed a crash on the removal of a planar figure while interacting with multiple planar figures.
  • Fixed a Qt 6.8 crash on application exit when the Statistics plugin was opened.

Volume Visualization

  • Fixed unintentional creation of transfer function files when saving is canceled.
  • Selected presets are now shown right in their drop-down list.
  • Enlarged control point hitboxes of the transfer function widgets in the Volume Visualization plugin.

Image Cropper

  • Fixed geometries of cropped 3d+t images.
  • Fixed the unintentional removal of node names when using the override mode.

Migration from Phabricator to GitLab/GitHub

  • Moved MITK-Data Git repository mirror to Helmholtz GitLab.
  • Migrated Phabricator links to GitHub links.
  • Created GitHub issue templates.
  • Added contribution guide and code of conduct.
  • Updated macOS CI status badges in README.md.

MITK Workbench

  • Improved font quality in MITK Workbench, changed default font to Roboto and replaced xkcd font with Atkinson Hyperlegible.
  • Fixed layout glitches of the memory indicator in the status bar.

Command-line apps

  • Removed MiniApp suffix from Pharmacokinetics cmd-line apps.
  • Fixed time step extraction edge case in Split4Dto3DImages cmd-line app.
  • Fixed unhandled exception on unsupported data in FileConverter cmd-line app.
  • Added version information to the command-line output.
  • Added Split4Dto3DImages command-line app.

DICOM and image I/O

  • Fixed loading of dynamic DICOM images when the timing is only encoded in the trigger time tag, but the frames also differ in the encoded acq time/date.
  • Improved support of pure 2-d DICOM images.
  • Fixed an issue with loading DICOM-SEG images where segments lacked labeled pixels.
  • Corrected loading of DICOM images sorted by acquisition date.
  • Relaxed precision-related geometry checks in the NIFTI image reader.
  • Fixed several issues of the DICOM browser.
  • Removed the StoreSCP feature of the DICOM browser.
  • Intercept multiple loading of the same DICOM images.
  • Fixed saving of DICOM parametric maps in pharmacokinetics for which sufficient metadata is available.
  • The version of MultiLabelSegmentation files was increased to 2 because of the named groups feature.
  • Fixed a few file readers regarding input directories with early versions of the std::filesystem library (e.g. CentOS 7).
  • Expose reason why a DICOM block has been split.
  • Fixed handling of multiple DICOM files of the same series without image position or orientation (e.g. screenshots).
  • Fixed loading of DICOM directories when files have no extension.
  • Fixed crash when a dynamic images have "empty" time steps consisting of NaN pixels only.

Pharmacokinetics

  • Changed default value of the signal-to-concentration conversion factor from 0 to 1.
  • Introduced a plugin for standardized uptake value (SUV) calculations...
Read more

2024 Week 50 (Early December)

09 Dec 08:21
Compare
Choose a tag to compare
Pre-release

Important

This is an unstable und unsupported pre-release.
Download the latest official release MITK v2024.06.2 instead.

Segmentation

  • Fixed exclusion of the highest pixel value of an image in the UL-Threshold tool.
  • Fixed missing initial preview of GrowCut tool in "transfer selected labels" mode.
  • Fixed error messages when using undo/redo together with manual 2-d segmentation tools.
  • Fixed an unhandled exception when clicking on the active label while using the Close tool.
  • Fixed excessive warning messages of SegmentAnything, MedSAM, and MONAI Label tools.
  • Fixed duplicate default names for new segmentations.
  • Fixed layout warnings of several tools.
  • TotalSegmentator
    • Fixed incorrect label mapping of total task when other subtasks were used before.
    • Fixed unintended addition of invalid Python paths in the preference page.
    • Improved the visual appearance of the installation process.

Statistics and measurement

  • Fixed stuck interaction of polygon-like planar figures in certain edge cases.
  • Fixed a crash on the removal of a planar figure while interacting with multiple planar figures.
  • Fixed a Qt 6.8 crash on application exit when the Statistics plugin was opened.

Volume Visualization

  • Fixed unintentional creation of transfer function files when saving is canceled.
  • Selected presets are now shown right in their drop-down list.
  • Enlarged control point hitboxes of the transfer function widgets in the Volume Visualization plugin.

Image Cropper

  • Fixed geometries of cropped 3d+t images.
  • Fixed the unintentional removal of node names when using the override mode.

DICOM and image I/O

  • Fixed several issues of the DICOM browser.
  • Removed the StoreSCP feature of the DICOM browser.
  • Intercept multiple loading of the same DICOM images.
  • Fixed saving of DICOM parametric maps in pharmacokinetics for which sufficient metadata is available.
  • The version of MultiLabelSegmentation files was increased to 2 because of the named groups feature.
  • Fixed a few file readers regarding input directories with early versions of the std::filesystem library (e.g. CentOS 7).

Pharmacokinetics

  • Fixed inactive "Start modelling" button in Curve Descriptive Parameters and Dynamic PET plugins.
  • DCE MR Perfusion Data Fit plugin
    • Added FAQs to the context help page.
    • Fixed bogus "Could not open AIF file!" message.
    • Display parameter units for constraints.
    • Fixed node filter for images as start parameters.

Build system

  • Reduced build times of MITK using precompiled headers (MITK_PCH advanced CMake cache variable).
  • Updated build instructions and prerequisites for MITK with Qt 6.8.

Other improvements

  • Allow larger settings for thick-slice image rendering (MIP).
  • Added rename action to Data Manager context menu for data nodes.
  • Fixed unnecessarily truncated image names in the Data menus of the MxN Display.
  • Fixed constricted spin boxes on Windows.
  • Reset of render window editor preferences are now applied immediately for all related settings.
  • Fixed Qt includes that were not compliant with the Qt API.

2024 Week 47 (Mid November)

18 Nov 06:56
Compare
Choose a tag to compare
Pre-release

Important

This is an unstable und unsupported pre-release.
Download the latest official release MITK v2024.06.2 instead.

Segmentation

  • Added option to preferences to reduce label opacity.
  • Significantly reduced the execution time of "Create (smoothed) polygon model" actions when applied to multiple labels.
  • Fixed a crash when changing preferences while using the Segment Anything (SAM) or MedSAM tools.
  • Moved the TotalSegmentator installation step from the tool GUI to preferences.
  • Updated cursor icons to indicate whether tools are operating in inverted mode.
  • Changed the Segment Anything (SAM) tool's input shape from points to crosshairs.
  • Added support for MITK scene files as task inputs in MITK Segmentation Task List files (version 3).

Pharmacokinetics

  • Introduced a plugin for standardized uptake value (SUV) calculations in PET-CT images.
  • Display parameter units in the DCE MR Perfusion Data Fit and ModelFit Inspector plugins.
  • Made the info box in the Curve Descriptive Parameters plugin read-only.

DICOM and image I/O

  • Fixed an issue with loading DICOM-SEG images where segments lacked labeled pixels.
  • Corrected loading of DICOM images sorted by acquisition date.
  • Relaxed precision-related geometry checks in the NIFTI image reader.

Command-line apps

  • Added version information to the command-line output.

Build system

  • Reduced Windows build times by 33–50% using the Multi-ToolTask scheduler in Visual Studio.

Other improvements

  • Added coordinate and time step details to the Pixel Value plugin.
  • Labeled the time slider in the Image Navigator plugin as "Time step".
  • Relaxed precision-related geometry checks in the Statistics plugin.
  • Made the "Constrained zooming and panning" preference effective immediately without requiring a restart.
  • Improved the user guide for the Point Set Interaction plugin.
  • Added support for the Qt command-line option -style.

2024 Week 43 (Very Late October)

25 Oct 07:46
Compare
Choose a tag to compare
Pre-release

Important

This is an unstable und unsupported pre-release.
Download the latest official release MITK v2024.06.2 instead.

Segmentation

  • Integrated new MITK Forms feature into Segmentation Task Lists v2 (experimental)
  • Added timeout preference for MONAILabel segmentation tool
  • Allow custom label group names
  • Assume an empty label if a segmentation has a single label group but no label meta data
  • Fixed unhandled exception on label collisions
  • Fixed transformations of 3-d renderings of segmentations
  • Fixed visibility of 3-d renderings of segmentations
  • Fixed minimum widths of several spin boxes
  • Upgraded TotalSegmentator from v2.2.1 to v2.4 with support for new subtasks:
    • pleural_pericard_effusion
    • head_glands_cavities
    • head_muscles
    • headneck_bones_vessels
    • headneck_muscles
    • liver_vessels

Migration from Phabricator to GitLab/GitHub

  • Moved MITK-Data Git repository mirror to Helmholtz GitLab
  • Migrated Phabricator links to GitHub links
  • Created GitHub issue templates
  • Added contribution guide and code of conduct
  • Updated macOS CI status badges in README.md

MITK Workbench

  • Improved font quality in MITK Workbench, changed default font to Roboto and replaced xkcd font with Atkinson Hyperlegible
  • Fixed layout glitches of the memory indicator in the status bar

Command-line apps

  • Removed MiniApp suffix from Pharmacokinetics cmd-line apps
  • Fixed time step extraction edge case in Split4Dto3DImages cmd-line app
  • Fixed unhandled exception on unsupported data in FileConverter cmd-line app

DICOM

  • Fixed loading of dynamic DICOM images when the timing is only encoded in the trigger time tag, but the frames also differ in the encoded acq time/date.
  • Improved support of pure 2-d DICOM images

Pharmacokinetics

  • Changed default value of the signal-to-concentration conversion factor from 0 to 1

Build system

  • Fixed auto-detection of MITK_OPENSSL_SSL_DLL and MITK_OPENSSL_CRYPTO_DLL on Windows with older versions of CMake
  • Fixed FlowBenchSegmentationRelease configuration preset

MITK v2024.06.2

27 Jun 09:00
Compare
Choose a tag to compare

Note

This is a hotfix release. The overview below is limited to the fixed issues since the original MITK v2024.06 release.

TotalSegmentator v2.2 installation

TotalSegmentator v2.2 fails to install since NumPy v2 is available. We fixed the NumPy dependency to v1 as countermeasure.

Packaging MITK on Windows with Qt v6.7

Qt changed the name of the Windows style plugin in Qt v6.7. MITK is using the new plugin name for packaging with Qt v6.7 and later now.

Typos

We fixed a few semicolons in the Segmentation Utilities GUI that were supposed to be colons.

MITK v2024.06

17 Jun 11:29
Compare
Choose a tag to compare

News for MITK Workbench users

We are proud to release MITK v2024.06, the most feature-heavy release in years! In the past 6 months we resolved about 230 tasks and issues in over 660 commits. We are already excited about your feedback on many improvements and features.

Customizable MITK Workbench

You are now optionally greeted by a dialog at application start to tailor the MITK Workbench to your specific needs.
Select from a few pre-defined plugin presets or easily define your own to only display the tools and plugins you actually need for your work.

Screenshot_2024-06-17_095039

Segmentation

MR image support with TotalSegmentator v2.2

The TotalSegmentator segmentation tool was updated to version 2.2 of TotalSegmentator. Besides the already supported 117 classes for CT images, 56 classes for MR images are now supported with the total_mr task. See the following official image from the TotalSegmentator GitHub page for an overview of all new MR image classes:

overview_classes_mr

MedSAM

The new MedSAM AI-based 2-d segmentation tool is similar to the Segment Anything tool, but is explicitly tailored for medical images. Segmenting anatomical structures and pathologies with a few clicks is now easier than ever.

MONAI Label

We are excited to announce the introduction of the MONAI Label tool, developed focusing on inferencing capabilities. MITK now supports both automatic and click-based interaction mod 8000 es, allowing users to leverage the strengths of AI-driven segmentation in particular using the Radiology app.

Utilities

The Segmentation Utilities plugin supports multiple labels per image now in all of its tools like Boolean Operations, Morphological Operations, Image Masking, Image/Contour/Mesh-to-Segmentation conversion and the completely new Extract from Segmentation tool, which can be used to extract labels into separate binary images.

Screenshot_2024-06-17_100544

General improvements

  • Labels can be easily identified in an instant now when hovering over them in the Segmentation plugin, since they are displayed highlighted in the image accordingly.
  • While we support multiple labels in segmentation interpolation since MITK v2023.04, it is much more robust and reliable now.
  • Many segmentation tools can be used more intuitively now and contribute to an overall improved user experience.

Statistics

The Statistics plugin supports multiple labels per image now and is performing faster than ever.

Screenshot_2024-06-17_095833

ModelFit and Perfusion

We are excited to announce the integration of ModelFit into the latest MITK release!
This new feature as part of the Workbench provides robust tools for model-fitting including an extensive framework for the specialized application of model-fitting in the area of dynamic contrast-enhanced MRI.

Please have a closer look at the key features here.

We also added the following command-line apps to our official installers:

  • PixelDumpMiniApp: Dump (potentially masked) pixel values of passed images into a CSV file.
  • Fuse3Dto4DImageMiniApp: Fuse several 3-d images with the same geometry into a dynamic 4-d (3d+t)
  • GenericFittingMiniApp: Make a pixel-based fitting on the intensity signal over time for a given model function.

ezgif-7-b98276c12d

MxN image viewer

To simplify the comparison of images in the MxN view, we have added the option to set a "Data-Based Layout".
This allows users to select a set of images and automatically get a window layout containing all the view directions for each image.
The possible amount of windows is only limited by your imagination (and the size of your screen)!

MxN_data_based

News for developers

The following sections primarily address developers to summarize important or backward-incompatible changes since the last MITK release.

Qt 6

We finally switched from Qt 5 to Qt 6 (minimum v6.6.2).

The migration from Qt 5 to Qt 6 potentially has the biggest impact on your code since the last release. A lot of mainly minor adaptions were necessary on our side. We recommend to frequent the official Qt documentation and porting guide.

MITK-IGT

Just like MITK-Diffusion a few years ago, MITK-IGT followed to move into a separate MITK extension. MITK-IGT provides highly valuable and proven image-guided therapy functionality.

Improved integration of MITK extensions into the MITK superbuild

It is now possible to have (more) influence on MITK's third-party dependencies. Individual dependencies of MITK extensions can be optionally processed before MITK's own dependencies, allowing them to be used in MITK's dependencies. For example, if you add OpenCV to your MITK extension dependencies, you are now able to also activate the OpenCV bridge functionality of ITK, since it is configured and built after OpenCV.

MITK extensions also have improved documentation capabilities now, as you can customize Doxygen's EXAMPLE_PATH to provide your own examples.

Command-line apps moved into apps subfolder

For the sake of clarity we moved all command-line apps in our installers and packages from the top level into the apps subfolder. Please adapt your scripts and workflows accordingly.

Command-line argument style on Windows

On Windows, the MITK Workbench and alike exclusively used Windows-style command-line arguments like /BlueBerry.clean in the past. Please use Unix-style command-line arguments like --BlueBerry.clean from now on on all supported platforms.

πŸ›  Third-party dependency changes

The following table shows a complete list of changed third-party dependencies. The most notable change is the upgrade from Qt 5 to Qt 6 (minimum v6.6.2).

We recommend to use the Qt online installer to install the following required Qt 6 components:

  • Qt 5 Compatibility Module
  • Qt State Machines
  • Qt WebEngine

On Windows, the Qt installer offers a welcome and straight forward way to install OpenSSL v3.x as well.

Dependency Old version New version
Boost v1.82 v1.85 (patched)
cpp-httplib v0.15.3 (OpenSSL v3), v0.14.3 (OpenSSL v1)
CTK ec816cbb (patched, 2022-05-17) 37aff992 (patched, 2023-12-15)
DCMQI v1.2.5 v1.3.2
HDF5 v1.8.17 v1.14.3 (with v1.8 API)
ITK v5.4 RC 2 v5.4.0
MatchPoint a45efdf9 (17/06/2023) 56957430 (04/06/2024)
OpenSSL v1.1.1 v3.x
PCRE v8.35 v8.45
Qt v5.12 v6.6
Qwt v6.2.0 (patched)
Qt6Qwt6 149ab80d (2023-11-10)
VTK v9.2.6 v9.3.0 (patched)

πŸ”₯ Disclaimer for API-breaking changes

We discontinued the extensive listing of API-breaking changes as the vast majority of them are straight forward to resolve or do not affect the majority of developers at all. The ratio between the time and effort spent for writing these reports and actual developer feedback turned out to be greatly imbalanced.

In case you experience any trouble while migrating to the latest version of MITK, please do not hesitate to create an issue on our GitHub page.

MITK v2023.12

30 Nov 17:48
Compare
Choose a tag to compare

For details see the official MITK v2023.12 Changelog.

MITK v2023.04.2

31 Jul 12:32
Compare
Choose a tag to compare
0