Releases: coldqubit/shotgate
v0.2.2
Install v0.2.2
The package is on PyPI and the image on the GitHub Container Registry (GHCR) for convenience (the usual one-liners below). If you would rather not use a package index at all, the wheel attached to this release and the GHCR image are both pullable straight from GitHub, no extra account needed.
Python package (PyPI, or the attached wheel):
pip install 'shotgate[aer]==0.2.2'
# or straight from this release, no index:
pip install https://github.com/coldqubit/shotgate/releases/download/v0.2.2/shotgate-0.2.2-py3-none-any.whlContainer (GHCR, canonical; add the -ibm tag suffix for the QPU-capable variant):
podman pull ghcr.io/coldqubit/shotgate:0.2.2
podman run --rm -v "$PWD:/work:Z" -w /work ghcr.io/coldqubit/shotgate:0.2.2 run examples/bell-state/workflow.yaml
# also mirrored to Docker Hub: docker.io/coldqubit/shotgate:0.2.2Full Changelog: v0.2.1...v0.2.2
v0.2.1
Install v0.2.1
The package is on PyPI and the image on the GitHub Container Registry (GHCR) for convenience (the usual one-liners below). If you would rather not use a package index at all, the wheel attached to this release and the GHCR image are both pullable straight from GitHub, no extra account needed.
Python package (PyPI, or the attached wheel):
pip install 'shotgate[aer]==0.2.1'
# or straight from this release, no index:
pip install https://github.com/coldqubit/shotgate/releases/download/v0.2.1/shotgate-0.2.1-py3-none-any.whlContainer (GHCR; add the -ibm tag suffix for the QPU-capable variant):
podman pull ghcr.io/coldqubit/shotgate:0.2.1
podman run --rm -v "$PWD:/work:Z" -w /work ghcr.io/coldqubit/shotgate:0.2.1 run examples/bell-state/workflow.yamlFull Changelog: v0.2.0...v0.2.1
v0.2.0
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- build(deps-dev): Update qiskit requirement from <2,>=1.2 to >=1.2,<3 in the python-deps group by @dependabot[bot] in #5
- build(deps): Bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #1
- build(deps): Bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #2
- build(deps): Bump actions/checkout from 4 to 6 by @dependabot[bot] in #3
- build(deps): Bump actions/download-artifact from 4 to 8 by @dependabot[bot] in #4
New Contributors
- @dependabot[bot] made their first contribution in #5
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Full Changelog: https://github.com/coldqubit/shotgate/commits/v0.1.0