Releases: Qiskit/qiskit-ibm-runtime
Releases · Qiskit/qiskit-ibm-runtime
Qiskit IBM Runtime 0.17.0
Qiskit IBM Runtime 0.16.1
Changelog
Qiskit IBM Runtime 0.16.0
Qiskit IBM Runtime 0.15.1
Changelog
Qiskit IBM Runtime 0.15.0
Qiskit IBM Runtime 0.14.0
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
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
Fixed
- RuntimeJobTimeoutError should inherit from JobTimeoutError (#1090)
Qiskit IBM Runtime 0.12.1
Qiskit IBM Runtime 0.12.0
Changelog
Deprecated
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)