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

Qiskit IBMQ Provider 0.8.0

Compare
Choose a tag to compare
@qiskit-bot qiskit-bot released this 06 Aug 19:03
· 271 commits to master since this release
ced9a2f

Changelog

Deprecated

  • Deprecate Qconfig.py (#721)

Added

  • Take reservations into account in least_busy (#732)
  • Allow querying for backed reservations (#731)
  • Add error message in IBMQJobFailureError (#719)
  • Add qiskit version to result (#699)
  • ManagedResult.combine_results() that returns combined Result (#687)

Changed

  • Use newer websockets for Python 3.7+ (#701)
  • Use local time for backend properties (#696)

Fixed

  • Don't use the default WindowsProactorEventLoopPolicy (#705)
  • fix offline backend fig (#707)
  • fix None job tags (#698)
  • Use job creation date for pagination (#695)
  • Fix setup.py to require terra 0.14 (#678)
  • Use v1 status endpoints (#669)
  • Fix job status incorrectly shown as RUNNING (#663)