AssessLite 0.1.0
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.