What's Changed
* enable validation set for xgboost's fit by mrzdev in https://github.com/predict-idlab/powershap/pull/34
* Correct use of random_state for xgboost by lorenjan in https://github.com/predict-idlab/powershap/pull/37
* Reduce memory usage by removing data copies by lorenjan in https://github.com/predict-idlab/powershap/pull/38
* relaxed pandas version constraints, so it works with 2.0 by almostintuitive in https://github.com/predict-idlab/powershap/pull/40
* :pray: update testing by jonasvdd in https://github.com/predict-idlab/powershap/pull/48
* 💨 updating dependencies - python 3.12 compatible by jonasvdd in https://github.com/predict-idlab/powershap/pull/49
* Fix wrong aggregation of shap values by jvdd in https://github.com/predict-idlab/powershap/pull/52
New Contributors
* mrzdev made their first contribution in https://github.com/predict-idlab/powershap/pull/34
* lorenjan made their first contribution in https://github.com/predict-idlab/powershap/pull/37
* almostintuitive made their first contribution in https://github.com/predict-idlab/powershap/pull/40
* jonasvdd made their first contribution in https://github.com/predict-idlab/powershap/pull/48
**Full Changelog**: https://github.com/predict-idlab/powershap/compare/v0.0.9...v0.0.11