What's Changed
In this release, we introduce two new metrics, SmoothMPRT and EfficientMPRT, which are variants of the Model Parameter Randomisation Test (MPRT). These implementations are from the paper _"Sanity Checks Revisited: An Exploration to Repair the Model Parameter Randomisation Test "_ by [Hedström et al., 2023](https://openreview.net/pdf?id=vVpefYmnsG) published at NeurIPS XAIA.
* Unifying PR release v0.4.5 by annahedstroem in https://github.com/understandable-machine-intelligence-lab/Quantus/pull/307
* MPRT metrics: EfficientMPRT and SmoothMPRT by annahedstroem in https://github.com/understandable-machine-intelligence-lab/Quantus/pull/308
* Smaller fixes:
* annahedstroem in https://github.com/understandable-machine-intelligence-lab/Quantus/pull/312
* annahedstroem in https://github.com/understandable-machine-intelligence-lab/Quantus/pull/313
**Full Changelog**: https://github.com/understandable-machine-intelligence-lab/Quantus/compare/v0.4.5...v0.5.0