Skip to content

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 11 May 02:03
· 4 commits to refs/heads/main since this release

q2m3 v0.1.2 — Documentation and Release-Infrastructure Patch

No source-code changes. Upgrade is drop-in from v0.1.1.

Docs

  • README: add CI / docs / PyPI / DOI badges and refresh prose
  • Citation: DOI badge and CITATION.cff now resolve to the Zenodo concept DOI
  • Examples: refresh examples/README.md and chapter ordering
  • Sphinx HTML site published to GitHub Pages via doc/source/index.rst + .nojekyll

CI

  • New .github/workflows/publish.yml — PyPI Trusted Publisher workflow (OIDC, PEP 740 attestations) triggered on release.published
  • New .github/workflows/docs.yml — build and deploy Sphinx HTML to GitHub Pages
  • ci.yml simplified after extracting docs/publish jobs
  • Wheel and sdist now attached to the GitHub Release after PyPI publish succeeds

Verification

  • Test suite: 475 passed, 3 skipped (coverage 86.22%)
  • ruff, black --check, and sphinx -W all clean
  • Clean-venv smoke test: H2/STO-3G Hamiltonian (4 qubits) + EFTQC resource estimation (1.225M Toffoli, λ=2.3137 Ha)

Upgrade

pip install --upgrade q2m3==0.1.2
# or
uv pip install --upgrade q2m3==0.1.2

Full changelog: v0.1.1...v0.1.2