Breaking changes
* Changed the signature of the `QubitDevice.statistics` method from
python
def statistics(self, observables, shot_range=None, bin_size=None, circuit=None):
to
python
def statistics(self, circuit: QuantumScript, shot_range=None, bin_size=None):
[3421](https://github.com/PennyLaneAI/pennylane/pull/3421)
Improvements
* Adds testing for Python 3.11.
[(237)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/237)
Bug fixes
* Do not try to connect with an IBMQX token if it is falsy.
[(234)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/234)
Contributors
This release contains contributions from (in alphabetical order):
Christina Lee
Albert Mitjans-Coma
Matthew Silverman
---