- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Feb 15 2021
Feb 15 2021
kislinsk committed rMITKa526048fa0c3: Make app shortcuts on Windows work with spaces in paths (authored by kislinsk).
Make app shortcuts on Windows work with spaces in paths
kislinsk committed rMITKd8b6ae5746fc: Allow executing app shortcuts on Windows from other directories (authored by kislinsk).
Allow executing app shortcuts on Windows from other directories
Bump MITK version
kislinsk committed rMITKae79ba96d7e2: Set working directory of app shortcuts on Windows to current directory (authored by kislinsk).
Set working directory of app shortcuts on Windows to current directory
Fix erasing labels in 4-d images
Feb 13 2021
Feb 13 2021
Feb 12 2021
Feb 12 2021
And MITK volume (aka the normal workbench) uses the Release build with segmentation=ON
Maybe we should then just label it MITK Workbenches to avoid confusion and reduce (redundant) artefacts.
kalali edited projects for T28138: [MultiLabel Segmentation] Add tests for the LabelSetImage, added: MITK; removed MITK (v2021.02).
kalali edited projects for T26956: LevelWindow slider does not expand the level/window scale, added: MITK; removed MITK (v2021.02).
kalali edited projects for T27907: Extend "Checkliste Documentation", added: MITK; removed MITK (v2021.02).
kalali edited projects for T28265: [Checklist] Overhaul ViewNavigator checklists to be in line with the latest changes to the checklists, added: MITK; removed MITK (v2021.02).
kalali lowered the priority of T27737: Extend "Checkliste Segmentierung – Optionen" from High to Normal.
kalali lowered the priority of T28110: Extend checklists for multilabel segmentation view from High to Normal.
kalali renamed T28108: [Release Checklists] Prepare release checklists from [Release Checklists] Prepare release checklists for Release 2021 to [Release Checklists] Prepare release checklists.
kalali lowered the priority of T28111: Extend "Checkliste MultiLabel Segmentierung – 2D Segmentierung" from High to Normal.
kalali lowered the priority of T28130: Extend "Checkliste MultiLabel Segmentierung – 3D Segmentierung" from High to Normal.
kalali lowered the priority of T28132: Extend "Checkliste MultiLabel Segmentierung – Interpolation" from High to Normal.
kalali lowered the priority of T28133: Extend "Checkliste MultiLabel Segmentierung – Utilities" from High to Normal.
kalali edited projects for T28204: Refactor LevelWindowManagerTest, added: MITK; removed MITK (v2021.02).
In T28302#220080, @kalali wrote:Following this, are there some requirements that need to be specified here T28280?
Ah so the idea is not to build it, but to directly use a CI binary.
So MITK flow uses:
# Generate Ninja build script for MITK to build a minimum configuration with apps in Release mode into MITK-superbuild directory RUN cmake -G Ninja -S MITK -B MITK-superbuild RUN cmake -S MITK -B MITK-superbuild -D CMAKE_BUILD_TYPE:STRING=Release -D BUILD_TESTING:BOOL=OFF -D MITK_BUILD_CONFIGURATION:STRING=FlowBenchSegmentationRelease -D MITK_CUSTOM_REVISION_DESC:STRING=MitkFlow RUN cmake --build MITK-superbuild RUN cmake --build MITK-superbuild/MITK-build --target package RUN mkdir /opt/final_package RUN cp /opt/MITK-superbuild/MITK-build/MITK-MitkFlow-linux-x86_64.tar.gz /opt/final_package/MITK-MitkFlow-linux-x86_64.tar.gz
And MITK volume (aka the normal workbench) uses the Release build with segmentation=ON
For MITK-flow and MITK-volume I will switch to the new release (release/T28000-v2021.02). It was only on a develop branch, because there were some bug fixes, not yet in a master branch.
But now with the new release...
Feb 11 2021
Feb 11 2021
Pushed new branch to rMITK MITK: release/T28000-v2021.02.