Changelog
Protege Common library release notes
v0.2.0 - 2025-06-27
Added
- Support for adding to
num_classes
in existing models
v0.1.3 - 2025-06-10
Fixed
- ResNet architecture classification fixes
v0.1.2
Changed
- Internal improvements
v0.1.0
Added
-
Initial externalization of
protege-common
fromprotege-ml
, providing shared utilities and foundational classes for the Protege project. -
Shared Constants & Utilities
- Includes helpers for JSON parsing, serialization, and path manipulation.
-
Model Interfaces
- Shared dataclasses for use across
protege-engine
,protege-runtime
, andprotege-pipelines
.
- Shared dataclasses for use across
-
No External Dependencies
- Kept lightweight for easy reuse and quick startup.