What's Changed
* Fix docstring of `quantum_info.utils.total_variation_distance` by renatomello in https://github.com/qiboteam/qibo/pull/1461
* Remove deprecation warning, remove old `draw`, and rename `display` as `draw` in `Circuit` class by renatomello in https://github.com/qiboteam/qibo/pull/1464
* Fix definition of `fidelity` in `quantum_info.metrics` by renatomello in https://github.com/qiboteam/qibo/pull/1463
* Add `classical_tsallis_relative_entropy` to `quantum_info.entropies` by renatomello in https://github.com/qiboteam/qibo/pull/1469
* Remove circular dependency between `MeasurementResult` and `M` gate by BrunoLiegiBastonLiegi in https://github.com/qiboteam/qibo/pull/1465
* Extend `meyer_wallach_entanglement` to `ndarrays` by AlejandroSopena in https://github.com/qiboteam/qibo/pull/1451
* Add `partial_transpose` to `quantum_info.linalg_operations` by renatomello in https://github.com/qiboteam/qibo/pull/1462
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/qiboteam/qibo/pull/1477
* Add `calculate_singular_value_decompositon` as a backend method by renatomello in https://github.com/qiboteam/qibo/pull/1473
* Add `negativity` to `quantum_info.entanglement` by renatomello in https://github.com/qiboteam/qibo/pull/1456
* Optimizations for the `qibo.quantum_info.basis.pauli_basis` and `vectorization` function by BrunoLiegiBastonLiegi in https://github.com/qiboteam/qibo/pull/1459
* Add hook to check toml files by alecandido in https://github.com/qiboteam/qibo/pull/1480
* Fix bug in `quantum_info.linalg_operations.matrix_power` for negative powers of singular matrices by renatomello in https://github.com/qiboteam/qibo/pull/1472
* Fix `pytorch` gradients by Simone-Bordoni in https://github.com/qiboteam/qibo/pull/1450
* Skipping controlled `try/except` for `M` gate in `from_dict` by BrunoLiegiBastonLiegi in https://github.com/qiboteam/qibo/pull/1483
* Avoid logging for missing backends by alecandido in https://github.com/qiboteam/qibo/pull/1486
* Add `hilbert_schmidt_inner_product` to `quantum_info.metrics` by renatomello in https://github.com/qiboteam/qibo/pull/1476
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/qiboteam/qibo/pull/1488
* Add `quantum_fisher_information_matrix` to `quantum_info.metrics` by renatomello in https://github.com/qiboteam/qibo/pull/1487
* Add (state) Schmidt decomposition to `quantum_info.linalg_operations` by renatomello in https://github.com/qiboteam/qibo/pull/1471
* Internal global backend `_Global` by csookim in https://github.com/qiboteam/qibo/pull/1440
* Add `relative_tsallis_entropy` to `quantum_info.entropies` + fix to `relative_von_neumann_entropy` by renatomello in https://github.com/qiboteam/qibo/pull/1470
* Add `GHZ` circuit function by mho291 in https://github.com/qiboteam/qibo/pull/1499
* Enabling plot circuit resolution through `dpi` argument by MatteoRobbiati in https://github.com/qiboteam/qibo/pull/1435
* Migrating TensorFlowBackend to Qiboml by MatteoRobbiati in https://github.com/qiboteam/qibo/pull/1479
* Add `to_stinespring` to `quantum_info.superoperator_transformations` by renatomello in https://github.com/qiboteam/qibo/pull/1492
**Full Changelog**: https://github.com/qiboteam/qibo/compare/v0.2.12...v0.2.13