Changelog
Protege Pipelines release notes
v0.6.4 - 2025-05-30
Changed
- Fetch secrets from .env file and bake into vertex piepline components as input parameters.
v0.6.3 - 2025-05-21
Changed
- Pulled secrets, api endpoint and base image urls from env file instead of hard‑coding.
- Pulled configuration from toml file instead of hard-coding.
v0.6.2 - 2024-04-17
Added
- Internal improvements
v0.6.0
Added
-
Initial externalization of
protege-pipelines
fromprotege-ml
, providing end-to-end orchestration for model training workflows. -
Job Spec-Driven Training
- Declarative TOML configuration to define training runs.
-
Multi-Task Support
- Built-in logic for classification, detection, segmentation, and keypoint tasks.
-
Cloud-Oriented Design
- Integration with Vertex AI Pipelines and GCS for training and export.
-
CLI Entry Point
- Simple CLI to trigger the entire pipeline with caching and validation support.