Skip to content

v1.92.0

Choose a tag to compare

@github-actions github-actions released this 22 Apr 14:18
5b74b32

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.