Skip to content

v1.0.0 — first public release

Choose a tag to compare

@yib7 yib7 released this 27 Jun 23:03

First public release of STATlee: AI-assisted statistical analysis for social scientists. Describe an analysis in plain English over an uploaded dataset and STATlee generates, moderates, sandboxes, runs, and explains real Python/R.

Highlights:

  • Pluggable LLM provider (Gemini default; Anthropic/OpenAI optional) behind one role-based service; Pro mode toggle for a larger code model.
  • Intelligent codebook (nominal/ordinal/continuous), multi-format ingestion (CSV/TSV/Excel/Stata/SPSS), conversational data wrangling with undo/redo.
  • Hardened execution sandbox (secret-free env, throwaway dir, POSIX rlimits; optional network-less Docker isolation) plus a run-guard that re-moderates edited scripts.
  • CSRF, per-identity rate limiting, optional accounts, billing seam with money-safety guardrails.
  • 178 tests; CI on Python 3.11 and 3.12.

Full notes in CHANGELOG.md.