v0.3.2 — Colab-ready tutorials
Docs-only release. No API changes — pip install -U emrg is safe.
Added
- Tutorials run in Google Colab with one click. The VQE and QAOA notebooks now open directly in Colab with a pre-configured install cell (
!pip install -q emrg[preview]). Zero local setup. - Colab badges in the README — one at the top and one inside the Quick Start section, both linking to the VQE tutorial.
Open them now:
Both notebooks build their circuits inline, pull no local files, and produce readable print() output for every cell. The first cell installs emrg[preview] so the notebooks' generate_recipe(..., preview=True) calls work end to end.
Unchanged
No source code changed. Same 369 tests, same 96% coverage, same behavior as v0.3.1.
Full Changelog: v0.3.1...v0.3.2