Skip to content

v0.1.3

Choose a tag to compare

@adrida adrida released this 08 Jun 18:16
839eab4

Hardening release plus the first outside community contributions. Rolls up everything since 0.1.1 (the 0.1.2 bump never tagged, so it never reached PyPI).

Changes

  • predict_batch() now validates embedding dimension against the manifest and raises a clear ValueError, matching predict(). (#3, thanks @ggSohamgg)
  • FitConfig and EmbeddingConfig validate parameters at construction and fail fast with specific messages on out-of-range values. (#4, thanks @anwesh2410)
  • update() fails fast with an actionable FileNotFoundError when .tracer/all_traces.jsonl is missing, replacing a dead branch that produced a cryptic trace/embedding mismatch. (#5, thanks @anwesh2410)
  • fit() gained a skip_candidates knob and per-candidate progress logging.

Install

pip install --upgrade tracer-llm

Thanks to @ggSohamgg and @anwesh2410 for the first outside contributions.