Releases: Qiskit/qiskit-ibm-runtime
Releases · Qiskit/qiskit-ibm-runtime
Qiskit IBM Runtime 0.20.0
Changelog
Deprecated
- Add deprecation warning for abstract circuits (#1404)
Added
- Use POST /sessions endpoint (#1372)
- Support Python 3.12 (#1347)
Fixed
- Fix scheduling in control flow with instructions of non-uniform durations (#1378)
Qiskit IBM Runtime 0.19.1
Changelog
Fixed
- Cast
use_symengine
input to a bool (#1385)
- Fix
DynamicCircuitInstructionDurations.from_backend
for both Backend versions (#1383)
Qiskit IBM Runtime 0.19.0
Changelog
Added
- Handle Qiskit 1.0 removals (#1363),
qiskit-ibm-runtime
is now compatible with Qiskit 1.0.0
Qiskit IBM Runtime 0.18.0
Changelog
Deprecated
- Deprecate service.runtime (#1278)
Added
- Add dynamic circuits backend filter (#1291)
Removed
- Removed support for qiskitrc file (#1121)
Fixed
- Exclude params on job retrieval by default (#1308)
Qiskit IBM Runtime 0.17.0
Changelog
Added
- Raise error if backend retrieved not in current instance (#1249)
- Add job.properties() method (#1252)
Fixed
- Fix backend_converter
faulty_qubit
name error (#1257)
Qiskit IBM Runtime 0.16.1
Qiskit IBM Runtime 0.16.0
Changelog
Added
- Make sessions thread safe (#1196)
Removed
- Remove all code related to custom programs (#1192)
Fixed
- Instance & channel_strategy validation (#1233)
Qiskit IBM Runtime 0.15.1
Qiskit IBM Runtime 0.15.0
Changelog
Deprecated
- Update session.from_id() (#1163)
- Added deprecation warning when using qiskitrc file (#1219)
Added
- Add channel strategy instance validation (#1193)
- Support IBMBackend.run() (#1138)
Changed
- Remove caching of results in RuntimeJob (#1205)
Fixed
- Update session.from_id() (#1163)
- Fix BYOB job results bytes typing issue (#1220)
Qiskit IBM Runtime 0.14.0
Changelog
Deprecated
- Add deprecation warnings for everything related to custom programs (#1153)
Added
- Create batch class (#1183)