Releases: Qiskit/qiskit-ibm-runtime
Releases · Qiskit/qiskit-ibm-runtime
Qiskit IBM Runtime 0.22.0
Changelog
Added
- local mode support for v2 (#1533)
- Add local mode for v1 primitives (#1495)
- Modify
skip_reset_qubits
to apply DD on all qubits when False (#1409)
Removed
- Remove runtime property (#1537)
Fixed
- Treat resilience_level=0 for EstimatorV2 properly (replace of 1541) (#1542)
- Bump qpy version in encoder (#1522)
- Add pydantic to requirements (#1500)
Qiskit IBM Runtime 0.21.2
Changelog
Fixed
- Fixed a bug where
RuntimeDecoder
could import arbitrary classes.
Qiskit IBM Runtime 0.21.1
Changelog
Fixed
- Allow importing SamplerV1 and EstimatorV1 (#1477) (#1478)
Qiskit IBM Runtime 0.21.0
Changelog
Deprecated
- Add warning if no backend provided on cloud channel (#1425)
Added
- Add RuntimeJobV2 class and new JobStatus' (#1450)
- Add fake backends for newer IBM backends (#1440)
- Support for new V2 primitives (Migration guide)
Removed
- Raise if abstract circuits are used (#1437)
Fixed
- Handle control flow instructions in Target generation (#1443)
- Fix bug with retrieving fake backends (#1402)
- Update ISA validation (#1414)
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