Release notes
0.1.2_2.3.5 [2026-08-21]
Maintenance:
- Migrated from
poetrytouvfor dependency management and build system - Updated base Docker image from
flywheel/fw-gear-ants-base:2.3.5toantsx/ants:2.6.5with multi-stage build usingflywheel/python:3.12-wolfi-build - Upgraded
pythonrequirement from^3.8to~=3.12 - Updated dependencies to fix vulnerabilities
- Migrated CI pipeline to
qa-citemplates and updated pre-commit hooks to userufffor linting and formatting - Updated
manifest.jsoncommand frompoetry run python run.pytopython /flywheel/v0/run.py - Added gear classification metadata to
manifest.json - Changed
api-keyinput fromread-only: truetoread-only: falseinmanifest.json - Fixed Python linting violations (raw strings for regex patterns,
noqaannotations, removed unused imports) - Cleaned up test files by removing unused imports and fixing duplicate test function names
Documentation:
- Updated
CONTRIBUTING.mdto reflect migration frompoetrytouv - Reformatted
README.mdfor improved readability and line length compliance
0.1.1_2.3.5
Fixes:
- Able to get to the right template that is provided by user.
- Add
-tcommand during gear run
Enhancements:
- Added logging to the path of T1 images the gear used
- Append antsLongitudinalCorticalThickness.sh commandline to output text file
0.1.0_2.3.5
- Initial Release