Merged
Conversation
Updated space requirements and image size for Docker installation.
Clarify memory requirements for predictions stage on GPU
kwagstyl
approved these changes
Oct 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release date: October, 2025
This bug fix release resolves GPU compatibility issues in v2.2.1 and v2.2.2 and improves overall stability within the Docker environment.
No breaking changes have been introduced.
🔧 Bug Fixes
✅ GPU functionality restored in Docker
Fixed issues preventing GPU usage within the Docker image. (fixes #92)
Still fully compatible with older files.
📚 Updated recommendations for FLAIR scan usage
Based on user feedback regarding variability in MELD Graph results when using T1w + FLAIR scans versus T1w-only scans, we now recommend:
-- Primarily relying on T1w scans for lesion detection.
-- Using FLAIR scans optionally to enhance sensitivity, while interpreting additional clusters with caution due to possible false positives.
For detailed guidance on running a second analysis with FLAIR, see our FAQs
🧹 Minor code cleanup
Improved code structure and maintainability (fixes #93).