You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce typed enums for encoding metadata and wire-safe coercion: EncodeObjective, EncodeMetric, EncodingSegmentKind, EncodingBoundType, and WorkloadSuitability. Update core and vector models to use these enums (with coercion helpers), change codec implementations and helper modules to use the enums instead of raw strings, and ensure segment_kind/guarantee fields serialize as enum values. Export the new symbols from package __init__ and update examples and tests to use the enums. Also bump package version to 0.2.0, adjust a few robustness issues (mlx import lint fix, pyproject cleanup), and harden tests (git executable check, exclude venv paths when scanning for bytecode).
0 commit comments