Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Qiskit IBM Provider 0.1.0

Compare
Choose a tag to compare
@mtreinish mtreinish released this 07 Nov 15:44
· 223 commits to main since this release
d141666

Changelog

Added

  • Add python 3.10 support (#440)
  • Add support for building Targets with control flow operations (#406)
  • Add parent ID support for experiments (#105)
  • Allow user to select runtime image (#76)

Changed

  • Add warning if backend is paused (#341)
  • Add support for BackendV2 (#317)
  • IBMProvider.run_circuits now takes a backend_name instead of Backend object (#173)
  • Support updating program data (#141)
  • Only print program summary in runtime pprint_programs() (#120)
  • Convert runtime job_id and backend methods to properties (#95)
  • Replace job manager with backend.run() (#63)
  • Rename IBMBackendService retrieve_job method to job (#75)
  • Migrate to qiskit-ibm (#21)

Removed

  • Remove qobj (QasmQobj and PulseQobj) support in backend.run (#49)
  • Remove IBMQBackend retrieve_job() and jobs() methods, use corresponding methods in IBMQBackendService instead (#60)

Fixed

  • Check runtime job result cached by comparing to None (#145)