|
| 1 | +# statgpu Development Plans |
| 2 | + |
| 3 | +This directory contains the project roadmap, execution backlog, and historical design notes. |
| 4 | + |
| 5 | +## Authority by responsibility |
| 6 | + |
| 7 | +There is no single global precedence order across documents with different responsibilities. Use the authority that matches the question being answered. |
| 8 | + |
| 9 | +### Hard development and completion gates |
| 10 | + |
| 11 | +1. Applicable `.claude/workflows/` and `.claude/skills/` protocol. |
| 12 | +2. `dev/AGENTS.md`. |
| 13 | +3. The mandatory checklist in [`TO_DO.md`](TO_DO.md), which summarizes but does not weaken the two sources above. |
| 14 | + |
| 15 | +Roadmap priorities, issue scope, and module plans may narrow a task, but they may not weaken or override these hard gates. Any approved exception must follow the explicit approval and deferral contract in the applicable workflow and `dev/AGENTS.md`. |
| 16 | + |
| 17 | +### Current public capability |
| 18 | + |
| 19 | +Use the validated implementation and tests together with `docs/en/guides/implemented-methods.md` and the linked maintained model pages. When a capability claim conflicts with validated behavior, correct the stale documentation rather than treating the claim as implementation evidence. |
| 20 | + |
| 21 | +### Current priority and sequencing |
| 22 | + |
| 23 | +Use [`ROADMAP.md`](ROADMAP.md). It selects what should be worked on next; it does not redefine development-completion requirements. |
| 24 | + |
| 25 | +### Executable scope and dependencies |
| 26 | + |
| 27 | +Use open GitHub issues and active pull requests, summarized in [`ISSUES.md`](ISSUES.md). Issues may split or narrow roadmap packages, but may not declare work complete below the repository hard gates. |
| 28 | + |
| 29 | +### Research and historical context |
| 30 | + |
| 31 | +Module plans in this directory provide design, literature, and historical context. Their checklists are not a reliable current capability or priority inventory unless the document states a recent verification release and commit. |
| 32 | + |
| 33 | +## Verified baseline |
| 34 | + |
| 35 | +- Last verified release: **statgpu 0.2.4** |
| 36 | +- Last verified commit: `0aeeb95b60e3e274053b8f1b6427ae50c8eec015` |
| 37 | +- Verification date: **2026-08-06** |
| 38 | +- Release workflow, PyPI wheel/sdist publication, clean production installation, and representative model smoke tests passed. |
| 39 | + |
| 40 | +The release baseline does not imply that every historical plan item is complete. It establishes the code and documentation snapshot from which future work must branch. |
| 41 | + |
| 42 | +## Document status |
| 43 | + |
| 44 | +| Document | Status | How to use it | |
| 45 | +|---|---|---| |
| 46 | +| `ROADMAP.md` | Canonical priority source | Current priorities, sequencing, dependencies, and roadmap-level definition of done. | |
| 47 | +| `ISSUES.md` | Canonical navigation | Maps roadmap work packages to executable GitHub issues and dependency order. GitHub issue state remains authoritative for execution. | |
| 48 | +| `TO_DO.md` | Mandatory summary checklist | Compact hard-gate checklist plus active queue; subordinate to `.claude` and `dev/AGENTS.md`, not a weaker alternative. | |
| 49 | +| `panel_framework_proposal.md` | Active design reference | Shared panel architecture and Tier-1 diagnostics proposal. Validate details against current code before implementation. | |
| 50 | +| `plan_survival.md` | Active module reference | Cox Phase 1 status and Survival Phase 2+ scope; last materially updated 2026-07-12. | |
| 51 | +| `cran_r_package_mapping.md` | Comparative reference | Method-family gap map. Some individual rows may lag current implementation. | |
| 52 | +| `plan_anova.md` | Historical research plan | Its early implementation-status header is stale; use implemented-methods/model docs for current ANOVA support. | |
| 53 | +| `plan_covariance.md` | Historical research plan | Its early implementation-status header is stale; current covariance estimators are documented elsewhere. | |
| 54 | +| `plan_krr.md` | Historical research plan | Nystroem, KernelPCA, and chi-square kernel status in the old checklist is stale. | |
| 55 | +| `plan_spline.md` | Historical research plan | SplineTransformer, cyclic, and thin-plate status in the old checklist is stale. | |
| 56 | +| `plan_unsupervised.md` | Historical phase record | Useful for benchmark and algorithm history, not the current priority queue. | |
| 57 | +| `plan.md` | Historical delta | Superseded by `ROADMAP.md`. | |
| 58 | +| `archive/` | Archive | Completed or superseded planning material. | |
| 59 | + |
| 60 | +## Planning rules |
| 61 | + |
| 62 | +A roadmap item becomes executable only after it has a GitHub issue that defines: |
| 63 | + |
| 64 | +- user or developer problem; |
| 65 | +- scope and explicit non-goals; |
| 66 | +- public API and failure behavior; |
| 67 | +- NumPy, CuPy, and Torch backend contract; |
| 68 | +- direct-fit/CV closure for every tunable capability; |
| 69 | +- inference and formula implications where applicable; |
| 70 | +- external baselines and normalization/alignment settings; |
| 71 | +- unit, regression, compatibility, and physical-GPU validation; |
| 72 | +- documentation and benchmark deliverables; |
| 73 | +- dependencies and completion criteria. |
| 74 | + |
| 75 | +Do not mark a module complete using only an implementation count or a passing CPU smoke test. Completion is contract-based, evidence-based, and subject to the hard workflow gates. |
0 commit comments