What's Changed
Breaking changes
* Dropped support for 3.8 in MLecardonnel in https://github.com/MAIF/shapash/pull/538
* Support only Scikit learn>=1.4.0 by MLecardonnel in https://github.com/MAIF/shapash/pull/543
* Support only pandas>=2.1.0 by guillaume-vignal in https://github.com/MAIF/shapash/pull/551
* Support only shap>=0.45.0 by guillaume-vignal in https://github.com/MAIF/shapash/pull/552
Added
* Feature python 3.12 support by MLecardonnel in https://github.com/MAIF/shapash/pull/538
* Optimization: compute predictions and probabilities directly in the compile step by guillaume-vignal in https://github.com/MAIF/shapash/pull/535, https://github.com/MAIF/shapash/pull/544
Fixed
* Fixed report demo by MLecardonnel in https://github.com/MAIF/shapash/pull/540, https://github.com/MAIF/shapash/pull/541, https://github.com/MAIF/shapash/pull/546, https://github.com/MAIF/shapash/pull/547, https://github.com/MAIF/shapash/pull/548, https://github.com/MAIF/shapash/pull/549
**Full Changelog**: https://github.com/MAIF/shapash/compare/v2.4.3...v2.5.0