Skip to content

Release Notes

1.5.1 [2025-10-07]

Maintenance:

  • Updated nibabel from 2.2.1 to >=5.2.1 for Python 3.12 compatibility

1.5.0 [2025-08-20]

Maintenance:

  • Migrated to python 3.12
  • Migrated from poetry to uv for dependency management
  • Updated pydicom to >=3.0.0
  • Updated fw-gear to >=0.3.0,<0.4
  • Updated flywheel-gear-toolkit to >=0.6.18
  • Updated jsonschema to >=3.0.0
  • Updated pytz to >=2025.2
  • Added .dockerignore for optimized Docker builds
  • Added .gitlab-ci.yml for CI/CD pipeline with AppSec scanning
  • Added .pre-commit-config.yaml for automated code quality checks
  • Added comprehensive test suite with pytest, pytest-cov, and pytest-mock
  • Configured ruff for code formatting and linting

Documentation:

  • Added README.md with comprehensive gear documentation
  • Added CONTRIBUTING.md with development guidelines
  • Added docs/release_notes.md for tracking changes