Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Release checklist

What to do before tagging v0.1.0 — blockers first

San Diego State University

Every item traces to a finding in the audit report. The ordering is by severity: clear the blockers, then the should-fixes, then the polish. Items are written so they can be checked off literally.

🚀 Slice D — the pre-flip / pre-tag punch list (maintainer executes)

Added 2026-07-11 at the close of the pre-public improvement program (Slices A–C). These are the concrete actions between “repo goes public” and “tag v0.1.0”, in order. Every claim below was re-verified against the repo on 2026-07-11.

Before or at the public flip:

At the v0.1.0 tag:

After the tag — get it on PyPI:

❌ Blockers — must resolve to claim “released”

⚠️ Should fix before a polished public launch

ℹ️ Minor / polish (non-blocking)

✅ Verified green — no action needed

📚 v0.1.0 documentation-hardening pass — release provenance

A dedicated pass made the docs site correct, honest, and warning-clean for the v0.1.0 public source release. It ran in two phases:

  1. A hybrid adversarial audit — a serial reviewer plus parallel reviewers over the theory, validation, and demos sections — to surface every drift, fabricated claim, stale count, and broken link as leads.

  2. A section-by-section hardening in which each lead was verified against the actual src/ symbol or the source PDF before any edit, then fixed:

    • Correctness: corrected API snippets (signatures, required G, return shapes, the King r_t differentiability statement) and citations against the primary sources.

    • Test-count drift → dashboard: replaced hardcoded current-tense counts with pointers to the test dashboard / “see CI for the live count”; dated changelog/audit counts were left frozen and annotated.

    • Link integrity: added a link/count gate (scripts/check_links_and_counts.py) and drove broken .md links to 0.

    • Scope & navigation: consolidated the gravoturbulence theory 10 → 5 pages and moved it to hidden: true; trimmed OED to one public overview with five hidden detail pages; curated, modernised, path-scrubbed, and hid the development log; added a 99-bibliography/index.md landing and the missing per-paper notes.

This entry records the pass itself as release provenance; the specific outcomes are checked off above. The genuine remaining blockers (CI re-enable, the jaxstro/PyPI dependency story) are unaffected and still pending.