Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.11 KB

File metadata and controls

26 lines (22 loc) · 1.11 KB

Changelog

1.0.0 - TBD

Added

  • PaperStat main entry point with from_dict(), from_csv() constructors
  • ExperimentResults data model (auto-detects layout)
  • StatTest engine: Wilcoxon signed-rank, paired t-test, Mann-Whitney U
  • Auto test selection: n<30 → Wilcoxon, n≥30 → t-test with Shapiro-Wilk check
  • Effect sizes: Cohen's d (parametric), rank-biserial correlation (non-parametric)
  • p-value significance stars: *, **, ***
  • Auto-boldfacing of best result per metric
  • IEEELatexFormatter — IEEE double-column LaTeX with booktabs
  • ACMLatexFormatter — ACM SIGCONF LaTeX
  • ElsevierDocxFormatter — Elsevier Word .docx via python-docx
  • MarkdownFormatter — GitHub / arXiv Markdown
  • Self-citation footnote in all output formats
  • pytest test suite (>85% coverage)
  • GitHub Actions CI (Python 3.9–3.12, Codecov)
  • GitHub Actions PyPI publish workflow (OIDC trusted publishing)
  • JOSS paper draft (JOSS_paper/paper.md)