Changelog
Protege Runtime release notes
v0.7.6 - 2025-07-06
Added
- Support for adding to
num_classes
in existing models
Dependencies
- Added common dependency in pyproject.toml to resolve classification issues
v0.7.4 - 2024-03-26
Added
- Internal improvements
v0.7.2
Added
-
Initial externalization of
protege-runtime
fromprotege-ml
, providing core execution and prediction logic for Protege-based models. -
Standardized Prediction Interfaces
- Unifies how predictions are made, validated, and reported.
-
Runtime Configuration
- Flexible config loading for different runtime environments.
-
Lightweight Design
- Minimal dependencies for fast startup and ease of deployment.