What's Changed
* `basis` flag in `random_density_matrix` by renatomello in https://github.com/qiboteam/qibo/pull/871
* Replace old `PauliNoiseChannel` with `GeneralizedPauliNoiseChannel` by renatomello in https://github.com/qiboteam/qibo/pull/869
* Modify `quantum_info` tests by vodovozovaliza in https://github.com/qiboteam/qibo/pull/875
* Add reference to anomaly detection example by Simone-Bordoni in https://github.com/qiboteam/qibo/pull/877
* Fix `test_derivative.py` for `cupy` backend by renatomello in https://github.com/qiboteam/qibo/pull/882
* Generalize channels by vodovozovaliza in https://github.com/qiboteam/qibo/pull/876
* Add `H`, `S`, `SDG`, and `CNOT` to `QiboMatrices` by renatomello in https://github.com/qiboteam/qibo/pull/888
* `DepolarizingChannel` inherits `PauliNoiseChannel` by vodovozovaliza in https://github.com/qiboteam/qibo/pull/889
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/qiboteam/qibo/pull/891
* Fix `noisy_circuit` in mitigation module by MatteoRobbiati in https://github.com/qiboteam/qibo/pull/884
* `ThermalRelaxationChannel` fix for `cupy` backend by vodovozovaliza in https://github.com/qiboteam/qibo/pull/890
* Return correct `.probabilities()` and `.frequencies()` when `circuit.density_matrix=False` and `circuit.repeated_execution=True` by renatomello in https://github.com/qiboteam/qibo/pull/878
* Calibration matrix for readout mitigation by BrunoLiegiBastonLiegi in https://github.com/qiboteam/qibo/pull/868
* Fix `sphinx` errors and warnings by renatomello in https://github.com/qiboteam/qibo/pull/896
* Identity inherits `Gate` by vodovozovaliza in https://github.com/qiboteam/qibo/pull/895
* Expressibility of parameterized quantum circuits by AlejandroSopena in https://github.com/qiboteam/qibo/pull/883
* Generalize qaoa loss function by shangtai in https://github.com/qiboteam/qibo/pull/880
* Revert changes to `DepolarizingChannel` by renatomello in https://github.com/qiboteam/qibo/pull/903
* Fix bug in `Channel.to_choi` method by renatomello in https://github.com/qiboteam/qibo/pull/902
* Minor improvements to `quantum_info` documentation by renatomello in https://github.com/qiboteam/qibo/pull/906
* Add elements order to `pauli_basis` by vodovozovaliza in https://github.com/qiboteam/qibo/pull/904
* Fix `test_entropy` for `cupy` backend by renatomello in https://github.com/qiboteam/qibo/pull/912
* Workflow for selfhosted GPU (testing) by stavros11 in https://github.com/qiboteam/qibo/pull/894
* adding tests for python3.11 by scarrazza in https://github.com/qiboteam/qibo/pull/914
* Bump requests from 2.30.0 to 2.31.0 by dependabot in https://github.com/qiboteam/qibo/pull/907
* Add `bures_angle` and `bures_distance` to `quantum_info.metrics` by renatomello in https://github.com/qiboteam/qibo/pull/911
* Add `entanglement_entropy` to `quantum_info.metrics` by renatomello in https://github.com/qiboteam/qibo/pull/919
* Fix repeated execution by vodovozovaliza in https://github.com/qiboteam/qibo/pull/918
* Fix `tensorflow` warnings in documentation examples by renatomello in https://github.com/qiboteam/qibo/pull/905
**Full Changelog**: https://github.com/qiboteam/qibo/compare/v0.1.13...v0.1.14