Skip to content

v0.2.0

Latest

Choose a tag to compare

@cnicholas cnicholas released this 01 Sep 02:26
· 12 commits to main since this release

First public release — on PyPI: pip install processbehavior.

Highlights (full detail in the changelog):

  • Three-state design lineage (PDS / ODS / ADS) detected automatically; chart selection routes by what your data can actually analyze
  • R6/RCR6 computed per request onto the requesting result's own frame — execute() and the probes are pure; numerics bit-identical
  • Study.supports_calibration(...) predicate + CalibrationNotSupportedError; module-level formulate(); execute(stratify_by=); type-stable result.statistics()
  • detect_signals rule presets ('standard'/'extended'/'all') work as documented
  • Docs: twelve executed, CI-gated tutorials; introspection-verified API reference with a drift-guard test; live documentation site
  • Validation: 280 assertions against Thomas A. Bishop's Minitab reference results run in CI on every change