Skip to content

AssessLite 0.1.0

Choose a tag to compare

@heidihelena heidihelena released this 11 Jul 07:22
· 23 commits to main since this release
c3377ea

First release. Structural assumption assessment for causal analysis, for R and Python.

  • R package (repo root) and Python package (python/) implement one shared spec (spec/).
  • Attacks: unit permutation, cluster holdout, temporal split, subgroup stability.
  • Three-way verdicts (stable / unstable / not resolvable) and proceed / conditional / abstain decisions.
  • Exports an auditable JSON record (validated against spec/schema/audit.schema.json) and an HTML report.
  • Python engine is pure numpy/pandas; its Cox fit reproduces R coxph(ties=breslow) exactly.

This release publishes the Python package to PyPI via trusted publishing.