Release Notes
0.2.1_7.4.1 [2024-09-27]
Fixes:
- Fixed
Dockerfileentrypoint to use absolute path/flywheel/v0/run.pyinstead of environment variable expansion
0.2.0_7.4.1 [2024-08-16]
Enhancements:
- Added support for control points file input to enable manual intensity correction and re-running
recon-allwith updated parameters - Added
rois_in_outputconfiguration option to optionally output ROIs directly instead of only in zip archives - Added
mniroizipinput validation to check file format, dimensions, and NIfTI compatibility before processing - Added
zipinfo.csvgeneration for all output zip files to provide detailed archive metadata - Enhanced MNI ROI handling to support both gear-provided and user-provided ROIs with flexible combinations via
mni_roisconfig option
Fixes:
- Fixed thalamic nuclei segmentation to use consistent version (
v13) instead of wildcard pattern - Fixed hippocampal segmentation to properly handle both T1 and T2 inputs
- Fixed aparc2009 ROI separation to handle both
brainmask.mgzandbrain.mgzfiles for compatibility with different Freesurfer versions - Fixed MACOSX metadata file removal from user-provided zip files
- Fixed MNI ROI template path handling and dimension validation
Maintenance:
- Migrated from
freesurfer7.3.2to7.4.1 - Migrated from
antsv2.4.2andfreesurfer7.3.2embedded builds to multi-stage Docker build usingflywheel/rtp2_ants:0.1.0_2.4.2andflywheel/freesurfer:0.1.0_7.4.1pre-built images - Migrated from
flywheel-gear-toolkitto support work directory separation from output directory - Updated
pandasto^2.2.2andurllib3to1.26.18for security patches - Reorganized Dockerfile to use multi-stage builds and optimize layer caching
- Consolidated environment variables and reduced image size through layer optimization
- Updated
.gitlab-ci.ymlto referenceflywheel-io/tools/etc/qa-ciinstead ofsse-qa-ci - Reorganized template files and moved ROI-related files to
templates/directory - Removed merge request template in
.gitlab/merge_request_templates/
Documentation:
- Updated README with detailed descriptions of all inputs, configuration options, and outputs
- Added clarification for
control_pointsinput requirements and usage - Enhanced
mniroizipinput documentation with validation requirements and download links - Updated configuration descriptions to explain re-run behavior and control point integration
🤖 Generated with Claude Code
0.1.2_7.3.2 [2023-02-08]
Enhancements:
- Added FreeSurfer recon-all execution with multi-T1w and T2w support
- Added automated segmentation of hippocampal subfields
- Added brainstem structures segmentation
- Added thalamic nuclei parcellation with FRAC correction algorithm
- Added cerebellum parcellation using Buckner 2011 atlas
- Added Glasser HCP atlas integration for cortical parcellation
- Added MORI JHU white matter tract ROIs
- Added Neuropythy analysis for visual cortex mapping (Benson14, Wang15 atlases)
- Added
aparc.a2009ssegmentation with individual ROI extraction - Added ANTs registration pipeline for MNI space transformations
- Added support for custom surface annotations (annot files) with conversion to volumetric ROIs
- Added gtmseg execution for PETsurfer compatibility
- Added automatic conversion of segmentation outputs to NIfTI format
- Added CSV export for all segmentation statistics
- Added support for pre-run FreeSurfer input via zip file
Maintenance:
- Initial project setup with Docker environment configuration
- Added build system with
poetryfor dependency management - Configured CI/CD pipeline with GitLab CI for testing and Docker publishing
- Added pre-commit hooks for code quality (
black,isort,pytest,markdownlint,yamllint) - Installed
python3.9.15 runtime environment - Installed FreeSurfer 7.3.2 and ANTs
v2.4.2for neuroimaging analysis - Added MATLAB Runtime (MCRv97) for brainstem and hippocampal subfield modules
- Configured required dependencies:
flywheel-gear-toolkit>=0.6,flywheel-sdk>=16.8.0,numpy>=1.23.4,scipy>=1.9.3,nilearn>=0.9.2,nibabel>=4.0.2,neuropythy>=0.12.5,pybids>=0.15.4
Documentation:
- Added comprehensive README with usage instructions and examples
- Added FAQ document for troubleshooting
- Added CONTRIBUTING guide with development workflow
- Added LICENSE (MIT)
- Added merge request template with checklist