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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Public MethodCells dataclass and method_cells(result) helper in bencher.regression, re-exported from the top-level bencher package. Downstream report builders can now call method_cells(r) to get pre-rendered, method-aware display strings (change, baseline, threshold, summary lead) for a RegressionResult and embed them in a custom layout — custom columns, non-markdown output, CI comments with status decoration, etc. — without reimplementing per-method dispatch (and drifting when new detection methods are added).
Removed
The private names _MethodCells / _method_cells are gone. Update callers to the public MethodCells / method_cells.