Releases: Qiskit/qiskit-ibm-runtime
Releases · Qiskit/qiskit-ibm-runtime
Qiskit IBM Runtime 0.40.1
Changelog
Fixed
- IQP migration followup (#2269)
Qiskit IBM Runtime 0.40.0
Changelog
Added
- Add new channel and allow instance selection with new platform (#2239)
- Support private jobs on new platform and add
job.private
property (#2263)
Fixed
- Remove backend defaults check in target() (#2261)
Qiskit IBM Runtime 0.39.0
Changelog
Added
- Use IBM Cloud access token to call runtime API (#2102)
- Updated max service QPY version (#2231)
IBMInputValueError
inherits from ValueError
(#2250)
Fixed
- Raise error in
from_id
if the session has no backend (#2226)
- Fix session/batch type hint (#2222)
- Estimator pub inputs validation (#2254)
- Creating new session API logic (#2195)
Qiskit IBM Runtime 0.38.0
Changelog
Deprecated
- Cleanup websocket streaming code (#2143)
- Add warning for
ibm_quantum
channel sunset (#2205)
- Deprecate RuntimeJob (#2170)
- Deprecate backend defaults (#2186)
Added
- Add
__getattr__
method for fake backends (#2202)
Fixed
- Refactor
create_new_session
logic when calling Session.from_id()
(#2195)
- Fix DoubleSliceSpan and TwirledSliceSpan mask methods (#2187)
Qiskit IBM Runtime 0.37.0
Changelog
Deprecated
- Deprecate max_shots, max_experiments, & max_circuits (#2166)
Added
- Add smoke tests (#2149)
- Qiskit 2.0 Compatibility (#2116)
- Add warning if primitive initalized outside session (#2152)
Removed
- Qiskit 2.0 Compatibility (#2116)
Fixed
- Update use of classes removed in Qiskit 2.0 (#2173)
- Default to returning RuntimeJobv2 in jobs() (#2156)
- Avoid importing
ConvertConditionsToIfOps
in Qiskit 2.x (#2155)
- Patch aer version bug (#2144)
Qiskit IBM Runtime 0.36.1
Changelog
Fixed
- Patch aer version bug (#2144)
Qiskit IBM Runtime 0.36.0
Changelog
Removed
- Handle old deprecations (#2124)
- Remove e2e test related code (#2137)
Fixed
- Use qiskit.qpy.QPY_VERSION (up to 13) instead of always QPY 11 (#2096)
- Update backend properties for FakeHanoiV2 (#2136)
Qiskit IBM Runtime 0.35.0
Changelog
Added
- Local mode job class (#2057)
- Add Fake Heron devices (#2112)
- Handle maintenance message appropriately (#2100)
- Extended rzz validation to include parameter expressions (#2093)
Removed
- Remove backend.run() (#1962)
- Dropped Python 3.8 support (#2097)
Qiskit IBM Runtime 0.34.0
Changelog
Added
- Verify values of parametrized rzz gates (#2021)
- Add checks for parameter expressions with gen3-turbo runtime. (#2046)
- Add support for noise model and level 1 data to local sampler (#1990)
Removed
- Remove 0.26.0 deprecations (#2027)
Fixed
- Add try/except when creating backend obj (#2048)
- Update fake backend refresh() (#2020)
- Perform fractional gate filtering on raw API dicts (#2044)
- Add CouplingMap to encoder (#2026)
- Fix the parameter expression case for RZZ validation (#2035)
Qiskit IBM Runtime 0.33.2
Changelog
Fixed
- Fix the parameter expression case for RZZ validation (#2035)