Releases: Qiskit/qiskit-ibm-runtime
Releases · Qiskit/qiskit-ibm-runtime
Qiskit IBM Runtime 0.13.0
Changelog
Added
- Allow users to indicate they are done submitting jobs to a session (#1139)
- Log instance on initialization and when running a job (#1150)
- Expose new session details (#1119)
- update docstring & remove max_time (#1137)
- Warn users if job submitted will exceed quota (#1100)
- New method to create a new Session object with a given id (#1101)
- Only return channel strategy supported backends (#1095)
- Allow user to define a default account as an environment variable (#1018)
- Add reason code to error message (#1072)
- Add default
channel_strategy
option (#1051)
- Data tracking improvements (#974)
Changed
- Enable datetime parameter for backend properties (#1070)
Removed
- Removed support for backend as session parameter (#1091)
- Remove old deprecations (#1106)
- Remove
migrate-qiskit-alg
tutorial (#1032)
Fixed
- Fix target_history date bug (#1143)
- RuntimeJobTimeoutError should inherit from JobTimeoutError (#1090)
- Update default resilience options (#1062)
- Remove min execution time check (#1065)
- Don't convert error messages to uppercase (#1054)
Qiskit IBM Runtime 0.12.2
Changelog
Added
- Warn users if job submitted will exceed quota (#1100)
- New method to create a new Session object with a given id (#1101)
- Only return channel strategy supported backends (#1095)
- Allow user to define a default account as an environment variable (#1018)
- Add reason code to error message (#1072)
Removed
- Removed support for backend as session parameter (#1091)
- Remove old deprecations (#1106)
Fixed
- RuntimeJobTimeoutError should inherit from JobTimeoutError (#1090)
Qiskit IBM Runtime 0.12.1
Changelog
Added
- Add default
channel_strategy
option (#1051)
- Data tracking improvements (#974)
Changed
- Enable datetime parameter for backend properties (#1070)
Removed
- Remove
migrate-qiskit-alg
tutorial (#1032)
Fixed
- Update default resilience options (#1062)
- Remove min execution time check (#1065)
- Don't convert error messages to uppercase (#1054)
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)