v0.1.2
·
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.cffnow resolve to the Zenodo concept DOI - Examples: refresh
examples/README.mdand 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 onrelease.published - New
.github/workflows/docs.yml— build and deploy Sphinx HTML to GitHub Pages ci.ymlsimplified 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, andsphinx -Wall 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.2Full changelog: v0.1.1...v0.1.2