Releases: Qiskit/qiskit-ibm-runtime
Releases · Qiskit/qiskit-ibm-runtime
Qiskit IBM Runtime 0.8.0
Qiskit IBM Runtime 0.7.0
Changelog
Deprecated
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
Removed
- Flexible session (#453)
Fixed
- Assign appropriate result type (#511)
- Add missing Delay instructions to Target (#529)
- Convert
SamplerResult.quasi_dists
to list ofQuasiDistribution
(#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
qiskit-ibm-runtime 0.7.0rc1
qiskit-ibm-runtime 0.6.2
qiskit-ibm-runtime 0.6.1
Changelog
Fixed
- Fix issue "AttributeError: module 'qiskit_ibm_runtime.exceptions' has no attribute 'QpyError'" (#414)
qiskit-ibm-runtime 0.6.0
Changelog
Added
Changed
- Qpy 0.21 updates (#409)
Removed
- Remove no longer used BasePrimitive class (#410)
- Remove IBMRuntimeService as per Issue #359 (#408)
- Removed deprecated qiskit_ibm_runtime.IBMEstimator class (#363)
- Revert "Revert "(fix): deprecate class qiskit_ibm_runtime.IBMSampler for the next release (#342)" (#365)" (#385)
Fixed
qiskit-ibm-runtime 0.5.0
Changelog
Added
- Filter jobs with created after/before parameters (#367)
- Sort jobs by creation date (#366)
- Filter jobs by session id (#361)
- Add max_execution_time to service.run (#353)
- Support job tags (#352)
- Add service property to IBMBackend class (#348)
Changed
- Refactor to set qubit properties when constructing target (#310)
- Raise IBMNotAuthorizedError if token is incorrect (#379)
- Pass start_session flag and also call new close session API (#376)
- Rename /devices endpoint (#360)
- Deprecate circuit_indices and observable_indices and add circuits and observables (#331)
- Raise RuntimeJobTimeoutError (#335)