Skip to content

Release 0.28.0

Compare
Choose a tag to compare
@Jaybsoni Jaybsoni released this 19 Dec 22:36
· 167 commits to master since this release
b48aab1

Breaking changes

  • Changed the signature of the QubitDevice.statistics method from

    def statistics(self, observables, shot_range=None, bin_size=None, circuit=None):

    to

    def statistics(self, circuit: QuantumScript, shot_range=None, bin_size=None):

    #3421

Improvements

  • Adds testing for Python 3.11. (#237)

Bug fixes

  • Do not try to connect with an IBMQX token if it is falsy. (#234)

Contributors

This release contains contributions from (in alphabetical order):

Christina Lee, Albert Mitjans-Coma and Matthew Silverman