Skip to content

v1.0.0 — desktop GUI + documentation platform

Choose a tag to compare

@dsk-dev-ai dsk-dev-ai released this 11 Sep 13:12
· 13 commits to main since this release
709baa5

v1.0.0 — stable. Adds a standard-library desktop GUI, a full MkDocs
documentation site deployed to GitHub Pages, and an expanded CI pipeline.

Desktop GUI (python -m gui)

  • Dark-themed Tkinter app — zero third-party runtime dependencies.
  • Discover tab: run the synthesizer (smoke/full), per-target verified table, one-click report & solutions access.
  • Pattern discovery tab: enter any integer sequence, get ranked hypotheses + next-term predictions.
  • Engine tab: check vectors, run pytest, build all tiers, benchmark, docs/GitHub links.
  • Headless-testable core (gui/core.py); --selftest mode and dedicated CI job.
  • Also reachable via python engine/runner.py gui and the ade-gui console script.

Documentation platform

CI

  • New jobs: Docs (strict build) and GUI core smoke.
  • mypy now type-checks gui (strict) alongside algo_discovery/ads/synth.
  • Pages workflow builds the MkDocs site and deploys it.

Packaging

  • Version bumped to 1.0.0 (Production/Stable classifier).
  • Wheel now ships gui package; new docs uv dependency group.
  • 9 jobs × all green on PR #1: Ruff+mypy, Pytest 3.10/3.12/3.13, Java, C++, Rust, vectors-sync, discovery smoke, GUI smoke, docs.