Releases: Qiskit/qiskit-ibm-runtime
Releases · Qiskit/qiskit-ibm-runtime
Qiskit IBM Runtime 0.12.0
Changelog
Deprecated
- Deprecate noise amplification option (#1035)
- "bss.seconds" deprecation in job.metrics() (#913)
Added
- Q-CTRL support (#1017)
- Don't store circuit params automatically (#1010)
- Remove deprecation warning for unsupported parameters of transpilation settings (#866)
- Expose job cost estimation values (#976)
- Raise exception when number of circuits exceeds maximum circuits allowed on backendkend max_circuits (#939)
- Support updating job tags (#950)
- Add SimulatorOptions.set_backend method (#876)
Changed
- Use qiskit-ibm-provider api code (#871)
Removed
- Remove max circuits validation (#1031)
- Remove circuit & observable indicies (#971)
- Use qiskit-ibm-provider api code (#871)
Fixed
- Correct backend given by RuntimeJob.backend() (#997)
- Fix bug with custom header in request (#1000)
- Deserialize circuit metadata (#993)
- Filter backends by instance when given in QiskitRuntimeService constructor (#979)
- serialize circuit metadata correctly (#946)
- Cancelled job should throw exception when trying to get result() (#930)
Qiskit IBM Runtime 0.11.3
Changelog
Added
- Expose job cost estimation values (#976)
- Raise exception when number of circuits exceeds maximum circuits allowed on backendkend max_circuits (#939)
- Support updating job tags (#950)
Removed
- Remove circuit & observable indicies (#971)
Fixed
- Deserialize circuit metadata (#993)
- Filter backends by instance when given in QiskitRuntimeService constructor (#979)
Qiskit IBM Runtime 0.11.2
Changelog
Added
- Add SimulatorOptions.set_backend method (#876)
Changed
- Use qiskit-ibm-provider api code (#871)
Removed
- Use qiskit-ibm-provider api code (#871)
Fixed
- serialize circuit metadata correctly (#946)
- Cancelled job should throw exception when trying to get result() (#930)
Qiskit IBM Runtime 0.11.1
Changelog
Deprecated
- "bss.seconds" deprecation in job.metrics() (#913)
Qiskit IBM Runtime 0.11.0
Changelog
Deprecated
- Remove non-runner programs (#886)
- Disable default session (#893)
Added
- Disable default session (#893)
- Give warning when backend is not active (#890)
- Support CouplingMap in options (#877)
Changed
- Remove non-runner programs (#886)
- Use new
exclude_params
query when retrieving jobs (#868)
Removed
- Use qiskit-ibm-provider (#859)
Qiskit IBM Runtime 0.10.0
Changelog
Added
- Error message upon unsupported values for max_execution_time (#853)
- Print nicer error messages (#818)
- Support python 3.11 (#847)
Fixed
- Retrieve backends even if config missing (#858)
- Fixed RuntimeJob deserialization (#834)
- Filter faulty qubits and gates when constructing backend
Target
(#819)
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)