Versioned Changelogs

Each entry below documents the exported Python API surface changes between consecutive git release tags.

Click any version for the full diff (added/removed modules and symbols).

Version Date From +Sym -Sym
No version changelogs generated yet.        

How these are generated

  1. A new git tag is pushed (e.g. v1.0.4).
  2. A maintainer runs a local diff of the exported API surface between the new tag and the previous release, then commits the resulting Markdown to docs/changelogs/.
  3. The Pages workflow rebuilds the site on push.

Human release notes

Release narratives live in the repository root CHANGELOG.md. The Pages build syncs that file into the published CHANGELOG page via scripts/sync_wiki_changelog.sh.

See also the API Reference.