Skip to content

v1.0

Choose a tag to compare

@yoheinakajima yoheinakajima released this 19 May 00:04
· 70 commits to main since this release
994aaaa

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.py sees 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.