Skip to content

v1.1.0 — Coherent posterior summary (ADR-019)

Choose a tag to compare

@Polichinel Polichinel released this 24 Jun 00:33
· 100 commits to main since this release
2433934

Coherent posterior summary (ADR-019) — an additive release over the frozen v1.0.0 API (ADR-018); the frozen estimators are unchanged and CONFORMANCE_FLOOR stays 1.0.0.

Added — views_frames_summarize

  • hdi_tower(frame, masses) — nested-by-construction HDIs read off a fixed canonical grid; a mass's interval is reproducible regardless of which others are requested (resolves register C-33).
  • tower_point(frame) — the tower-tip point estimate; unbinned, no histogram tie-break (mitigates C-32).
  • bimodality(frame) — a conservative per-row multi-mode flag.
  • summarize_tower(frame) -> TowerSummary — single-pass bundle of the three.

Also

  • Epic 6 — post-freeze test-coverage debt closed; CI 100% line+branch gate.
  • Epic 7 — post-1.1.0 polish; CIC/ADR ↔ code reconciliation; PyPI Trove classifiers.

Verified: the single views-frames wheel ships both packages and installs + imports + runs end-to-end from a clean environment.

pip install views-frames

Full changelog: https://github.com/views-platform/views-frames/blob/main/CHANGELOG.md