Skip to content

Releases: Qiskit/qiskit-ibm-provider

Qiskit IBM Provider 0.11.0

17 Apr 14:48
c7b687c
Compare
Choose a tag to compare

Changelog

Deprecated

  • Deprecate qiskit-ibm-provider (#832)

Added

  • Option to dynamically decouple qubits regardless of their state (#776)

Qiskit IBM Provider 0.10.0

20 Feb 22:56
740ff25
Compare
Choose a tag to compare

Changelog

Added

  • Use POST /sessions endpoint (#817)

Qiskit IBM Provider 0.9.0

07 Feb 17:12
3894419
Compare
Choose a tag to compare

Changelog

Added

  • qiskit-ibm-provider is now compatible with Qiskit 1.0.0

Qiskit IBM Provider 0.8.0

05 Jan 17:57
237fc23
Compare
Choose a tag to compare

Changelog

Added

  • Update qpy qiskit 0.45 (#736)

Qiskit IBM Provider 0.7.3

12 Dec 19:11
Compare
Choose a tag to compare

Changelog

Fixed

  • Use response.text when downloading job result (#770)

Qiskit IBM Provider 0.7.2

25 Oct 15:01
39d74c7
Compare
Choose a tag to compare

Changelog

Fixed

  • Enable support for 0.45.0rc1 with QPY version 9 (#757)

Qiskit IBM Provider 0.7.1

17 Oct 16:59
76b74f7
Compare
Choose a tag to compare

Changelog

Fixed

  • Use qpy.load from terra (#751)
  • Support shots as np.int64 (#744)
  • Update hms_to_seconds to support times greater than 1 day (#731)
  • Update serialization for non-basic types (#715)

Qiskit IBM Provider 0.7.0

29 Aug 15:08
e7ca008
Compare
Choose a tag to compare

Changelog

Added

  • Support session (#699)
  • Add reason code to error message (#692)
  • Expose cost estimation values (#683)
  • Update dynamical decoupling pass to support staggered pulses (#563)
  • Add support for selecting the Qiskit runtime image (#679)
  • add switch_case to json decoder.py (#637)
  • move qasm3 options to common options (#657)

Changed

  • Use new exclude_params query when retrieving jobs (#653)

Fixed

  • Fix staggered dynamical decoupling for disjoint coupling maps (#701)
  • Reset backend options to default in get_backend (#705)
  • update dashboard widget (#708)
  • Don't wrap global phase if parameterized (#689)
  • Accept None as Value for Limit Parameter for jobs() (#591)
  • Fix ConvertIdToDelay with conditional IGates (#688)
  • encode numpy int64 (#659)
  • Remove unsupported instructions after loop and not inside loop (#652)
  • Fixed bug in deepcopy of IBMBackend (#658)
  • Fix backend filters bug (#651)
  • Fix JSONDecoder 'encoding' bug (#649)
  • Fix circuit metadata serialization bug (#648)
  • Fix bug in time_per_step (#643)
  • Fix bug in submitting qasm3 and add tests. (#645)
  • change circuit check order (#639)

Qiskit IBM Provider 0.6.3

08 Aug 19:23
4e7f05e
Compare
Choose a tag to compare

Changelog

Added

  • Add reason code to error message (#692)
  • Expose cost estimation values (#683)
  • Update dynamical decoupling pass to support staggered pulses (#563)

Fixed

  • Don't wrap global phase if parameterized (#689)
  • Accept None as Value for Limit Parameter for jobs() (#591)
  • Fix ConvertIdToDelay with conditional IGates (#688)

Qiskit IBM Provider 0.6.2

25 Jul 19:29
9c50f15
Compare
Choose a tag to compare

Changelog

Added

  • Add support for selecting the Qiskit runtime image (#679)
  • Add switch_case to json decoder.py (#637)