Skip to content

v1.1.0

Choose a tag to compare

@ringger ringger released this 26 Feb 00:13
· 49 commits to main since this release

What's New

  • Targeted diff adjudication: New ensemble strategy uses wdiff-based diff resolution instead of full-text LLM merging, surgically resolving only disagreements between Whisper models
  • 3-way ensemble default: Ships with small + medium + distil-large-v3 for better coverage
  • Anti-hallucination flags: Whisper runs include repetition detection and suppression
  • DRY refactoring: Centralized constants, named pipeline stages, consistent skip logic
  • Test coverage 60% → 80%: 81 new tests (546 total) covering transcriber, transcription, slides, and eval subpackage
  • Eval harness: transcribe-critic-eval CLI for dataset prep, pipeline runs, and scoring with meeteval