Releases: microsoft/azure-quantum-python
Releases · microsoft/azure-quantum-python
azure-quantum_v2.5.0
azure-quantum_v2.4.0
azure-quantum_v2.3.0
azure-quantum_v2.2.0
azure-quantum_v2.1.2
azure-quantum_v2.1.1
azure-quantum_v2.1.0
2.1.0 (2024-07-23)
Features
- Support for Histogram results produced by default with
microsoft.quantum-results.v2
format - #617- Use
get_results_histogram()
for retrieving results counts as Histogram - Use
get_results_shots()
for retrieving per Shot results as array - See documentation for details.
- Use
- By default use
microsoft.quantum-results.v2
format for QIR targets - #617 - Support certificate-based SNI authentication - #614
- Update Cirq libraries to
v1.4.0
- #605
azure-quantum_v2.0.1
2.0.1 (2024-05-03)
What's Changed
Bug fixes
azure-quantum_v2.0.0
2.0.0 (2024-03-21)
This is a major release that upgrades the qiskit package to v1.
For existing users: please follow this guide to get your environment ready for upgrading to azure-quantum v2.
Features
- Upgrading the package to use Qiskit v1.*, qiskit-qir v0.5.0 and qiskit-ionq v0.5.0 - #581
azure-quantum_v1.2.1
1.2.1 (2024-02-29)
Bug fixes
- Fix issues with Workspace documentation, add more documentation, and fix linting errors #583