Release Notes
0.1.5_2.6.0 [2026-03-19]
Enhancements:
- Added
examples/run-biomed-clip-from-hugging-face.pyexample script for zero-shot classification of medical images using theBiomedCLIPmodel from Hugging Face
Maintenance:
- Added
gittoDockerfilesystem dependencies - Upgraded pinned
urllib3to2.6.0andbrotlito1.2.0in the system conda environment to address security vulnerabilities - Added
urllib3==2.6.0andbrotli==1.2.0to project dependencies inpyproject.toml - Reformatted
CONTRIBUTING.mdfor improved line length consistency
0.1.4_2.6.0 [2025-09-03]
Maintenance:
- Updated PyTorch version to
2.6.0
0.1.4 [2025-09-03]
Enhancements:
- Added PyTorch inference runner gear for executing custom inference scripts on input files
- Added support for dynamic installation of Python packages required by inference scripts
- Added GPU acceleration support with NVIDIA CUDA capabilities
- Added example inference script for CT image segmentation using
totalsegmentator - Added
FileCuratorpattern for managing file processing workflows - Added optional tagging of processed files via
tagconfiguration parameter - Added API key input support for authentication in inference scripts
Documentation:
- Added comprehensive README with usage instructions, workflow diagrams, and examples
- Added CONTRIBUTING guide with dependency management, linting, testing, and merge request guidelines
Maintenance:
- Added Gitlab CI configuration with test automation, security scanning, and build pipeline
- Added Dockerfile using
pytorch/pytorch:2.6.0-cuda12.6-cudnn9-runtimebase image - Added pre-commit hooks for code quality enforcement (
ruff,pytest,gearcheck,hadolint) - Added
.dockerignorefor optimized Docker build context - Added
uvfor dependency management with virtual environment configuration - Updated
setuptoolsto78.1.1to address security vulnerabilities - Added test suite with parser tests and integration test framework
- Added non-root user (
flywheel) for secure container execution