Skip to content

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 14:29
· 136 commits to master since this release

What's Changed

  • ci: pin stable Xcode on macOS jobs (fix clang_rt.osx link flake) by @ekhodzitsky in #27
  • feat(bindings): who-said-what format parity for Python and C FFI by @ekhodzitsky in #29
  • test(der): gate the headline no-collar DER and activate the long-form floor by @ekhodzitsky in #30
  • feat(models): require manifest signatures for profile-resolved models in release builds by @ekhodzitsky in #31
  • feat(onnx): single EP-aware session builder for embedding and segmentation by @ekhodzitsky in #32
  • feat(pipeline_v2): thread execution_provider from config to sessions; add CLI selector by @ekhodzitsky in #33
  • feat(bench): per-backend RTFx with per-stage runtime breakdown by @ekhodzitsky in #34
  • feat(vad): route the Silero VAD session through the EP-aware builder; CoreML full-coverage smoke by @ekhodzitsky in #35
  • feat(onnx): wire the XNNPACK execution provider by @ekhodzitsky in #36
  • feat(segmentation): calibrated binarization of posteriors (hysteresis + min-duration) by @ekhodzitsky in #37
  • docs(benchmarks): add pyannote community-1 and speakrs; provenance comparison artifact by @ekhodzitsky in #38
  • ci: make the miri lane blocking for its covered targets by @ekhodzitsky in #39
  • test(bench): lock the DER aggregation arithmetic in a pure, unit-tested helper by @ekhodzitsky in #40
  • test(streaming): integration test for the cumulative feed()/flush() contract by @ekhodzitsky in #41
  • security(docs): ort native-binary provenance documented; pinned binary cached in CI by @ekhodzitsky in #42
  • docs(streaming): differentiation thesis, cannot-link and latency-mode specs by @ekhodzitsky in #43
  • fix(spectral): correct BIC perfect-fit under-selection in the legacy clusterer by @ekhodzitsky in #44
  • chore(release): 0.10.0 by @ekhodzitsky in #45
  • ci: fix workflow YAML broken by the ort-cache insertion (duplicate keys) by @ekhodzitsky in #46

Full Changelog: v0.9.0...v0.10.0