Releases: Qiskit/qiskit-ibm-runtime
Releases · Qiskit/qiskit-ibm-runtime
Qiskit IBM Runtime 0.33.2
Changelog
Fixed
- Fix the parameter expression case for RZZ validation (#2035)
Qiskit IBM Runtime 0.33.1
Changelog
- Patch release to add private alias to
decode_backend_configuration()
(#2028)
Qiskit IBM Runtime 0.33.0
Changelog
Added
- More plots for layer errors (#1988)
- Show the duration of each span on hover text. (#2015)
- Add execution_span.TwirledSliceSpan (#2011)
Removed
- Replace fake backend utility methods and remove remaining V1 fake backends (#2012)
Fixed
- Fix
draw_execution_spans()
hover text placement (#2014)
- Don't cache in target_history() (#1957)
Qiskit IBM Runtime 0.32.0
Changelog
Added
- Add plotter for ExecutionSpans (#1923)
- Add backend method (#1995)
- Add backend refresh() method (#1955)
- Add skip_reset_qubits option (#1981)
Removed
- Remove 0.25 deprecations (#1965)
- Remove channel strategy & q-ctrl (#1966)
Qiskit IBM Runtime 0.31.0
Changelog
Added
- Adding a more developer-friendly interface to specify qubit coordinates (#1952)
Fixed
- Bug fix: ISA check inside control flow operations whose body is defined in a separate circuit (#1954)
- Enhance the ISA check with validation of rzz angle (#1953)
Qiskit IBM Runtime 0.30.0
Changelog
Deprecated
- Deprecate returning JobStatus in RuntimeJob (#1933)
- Deprecate channel strategy (#1931)
Added
- Allow retrieving a backend with no instruction filtering (#1938)
- Add job usage method (#1827)
- add custom url resolver to enable using other endpoints (#1914)
Removed
- Remove 0.24.0 deprecations (#1907)
Fixed
- Fix missing fractional gates in primitive in session (#1922)
- Bug fix: ISA check to correctly map qubit indices inside blocks of control flow operations (#1916)
- Make
NoiseLearnerResult
JSON serializable (#1909)
Qiskit IBM Runtime 0.29.1
Changelog
Fixed
- Make
NoiseLearnerResult
JSON serializable (#1909)
Qiskit IBM Runtime 0.29.0
Changelog
Deprecated
- Deprecate simulator
noise_model
option (#1892)
Added
- Add "private" environment option (#1888)
Fixed
- Don't create new session in
from_id()
(#1896)
Qiskit IBM Runtime 0.28.0
Changelog
Added
- Exposing
layer_noise_model
option (#1858)
- Make PEA option public (#1823)
Removed
- Remove V1 Primitive Support (#1860)
Qiskit IBM Runtime 0.27.1
Changelog
Added
- Serialize and deserialize noise learner results (#1853)