Releases: Qiskit/qiskit-ibm-runtime
Releases · Qiskit/qiskit-ibm-runtime
Qiskit IBM Runtime 0.9.4
Changelog
Added
- Update qpy to terra 0.24 (#821)
- More validation of options (#808)
Removed
- remove code deprecated after 0.7 release (#797)
Fixed
- Filter faulty qubits and gates when constructing backend
Target
(#819)
- Fix issue where
jobs()
sometimes errors with alt backends (#812)
Qiskit IBM Runtime 0.9.3
Changelog
Added
- Validate input to Options (#781)
- Lazy load backend configurations (#791)
Fixed
- Fix resilience options (#778)
- use try-except block to guard against errors during json parsing. If the (#790)
Qiskit IBM Runtime 0.9.2
Changelog
Added
- Accept all hierarchical options if given flatly (#764)
- Issue warning when given an unsupported option (#757)
- add session_time param (#692)
- Enable retrieval of historical data for 'target' (#743)
- Use
ContextVar
for global variables to ensure thread safety (#736)
Changed
- Retrieve backends with runtime api (#774)
- fetch session id from api (#771)
Fixed
- make sure that results are downloaded from an external (#783)
- Remove additional decomposition of BlueprintCircuit in JSON encode (#780)
- Set error levels to default when no backend is selected (#772)
- Honor the instance chosen when selecting a backend (#661)
- Fix error level default logic (#751)
- Set backend to none if not returned in job response (#623)
Qiskit IBM Runtime 0.9.1
Changelog
Added
- Support downloading result from external url (#709)
- Added support for storing the account in a specified file-name (#707)
- Add backend filter to jobs() (#719)
Fixed
- Add ECR and CZ gate mapping (#729)
- Choose correct backend within a session (#628)
- Fix bug with initializing service with channel parameter (#706)
- changed max retries to 8 (#663)
Qiskit IBM Runtime 0.8.0
Changelog
Added
- Advanced resilience options (#603)
- Add Python 3.10 support (#600)
- Allow separate decoders (#597)
Changed
- Change default resilience and optimization level (#604)
Fixed
- Use backend service in session if known (#601)
Qiskit IBM Runtime 0.7.0
Changelog
Deprecated
- add deprecation warning (#498)
- Flexible session (#453)
Added
- Add job_tags and max_execution_time to options (#565)
- Support noise model (#553)
- Add callback to primitive interface (#550)
- Allow kwargs in Options (#533)
- Add RunnerResult class (#530)
- Flexible session (#453)
- Specify service parameter channel through env variable (#452)
- Prepare to publish Spanish and Japanese runtime docs (#421)
Changed
- Convert
SamplerResult.quasi_dists
to list of QuasiDistribution
(#455)
- Flexible session (#453)
Removed
Fixed
- Assign appropriate result type (#511)
- Add missing Delay instructions to Target (#529)
- Convert
SamplerResult.quasi_dists
to list of QuasiDistribution
(#455)
- update backend converter (#505)
- Bump min terra version to 0.21.0 (#429)
- Fix E2E timeout since there are too many programs on cloud (#418)
- dedicated is not part of the BackendStatus schema and would have never worked (#417)
- Fix issue "AttributeError: module 'qiskit_ibm_runtime.exceptions' has no attribute 'QpyError'" (#414)
qiskit-ibm-runtime 0.7.0rc2
Changelog
Changed
- Convert
SamplerResult.quasi_dists
to list of QuasiDistribution
(#455)
qiskit-ibm-runtime 0.7.0rc1
Changelog
Deprecated
Added
- Flexible session (#453)
- Prepare to publish Spanish and Japanese runtime docs (#421)
Changed
Removed
Fixed
- Bump min terra version to 0.21.0 (#429)
- Fix E2E timeout since there are too many programs on cloud (#418)
- dedicated is not part of the BackendStatus schema and would have never worked (#417)
- Fix issue "AttributeError: module 'qiskit_ibm_runtime.exceptions' has no attribute 'QpyError'" (#414)
qiskit-ibm-runtime 0.6.2
Changelog
Fixed
- Bump min terra version to 0.21.0 (#429)