This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
Releases: Qiskit/qiskit-ibm-provider
Releases · Qiskit/qiskit-ibm-provider
Qiskit IBM Provider 0.11.0
Qiskit IBM Provider 0.10.0
Qiskit IBM Provider 0.9.0
Changelog
Added
qiskit-ibm-provider
is now compatible with Qiskit 1.0.0
Qiskit IBM Provider 0.8.0
Qiskit IBM Provider 0.7.3
Qiskit IBM Provider 0.7.2
Qiskit IBM Provider 0.7.1
Qiskit IBM Provider 0.7.0
Changelog
Added
- Support session (#699)
- Add reason code to error message (#692)
- Expose cost estimation values (#683)
- Update dynamical decoupling pass to support staggered pulses (#563)
- Add support for selecting the Qiskit runtime image (#679)
- add switch_case to json decoder.py (#637)
- move qasm3 options to common options (#657)
Changed
- Use new
exclude_params
query when retrieving jobs (#653)
Fixed
- Fix staggered dynamical decoupling for disjoint coupling maps (#701)
- Reset backend options to default in get_backend (#705)
- update dashboard widget (#708)
- Don't wrap global phase if parameterized (#689)
- Accept None as Value for Limit Parameter for jobs() (#591)
- Fix
ConvertIdToDelay
with conditionalIGate
s (#688) - encode numpy int64 (#659)
- Remove unsupported instructions after loop and not inside loop (#652)
- Fixed bug in deepcopy of IBMBackend (#658)
- Fix backend filters bug (#651)
- Fix JSONDecoder 'encoding' bug (#649)
- Fix circuit metadata serialization bug (#648)
- Fix bug in time_per_step (#643)
- Fix bug in submitting qasm3 and add tests. (#645)
- change circuit check order (#639)