v1.0
v1.0: production release.
activegraph is now stable and available on PyPI as activegraph==1.0.0.
Substantive changes from v1.0-rc3:
- Tutorial step 7 fix: the fork-and-diff Python snippet now self-documents
the diff command it enables, so a first-time user running
python fork_and_diff.pysees both the fork creation and the diff
command in one execution. (Surfaced by the v1.0-rc3 user-test gate.) - README expansion: new "Concepts at a glance" section indexes the
twelve framework primitives with one-line summaries and links to
the concepts pages. - "five counts" prose correction in tutorial step 7 (divergent_relations
was missing from the count description). - Workflow trigger correction: deploy-verification now auto-runs on PRs
alongside other CI checks (caught during v1.0 final's own merge).
See CHANGELOG.md for the full v0 → v1.0 history.