What's Changed
This release adds compatibility with recent version of numpy and tensorflow, and includes several bug fixes.
Added
- Added support for numpy 2, by @connortann in #3717 and @paulbkoch in #3704
- Added support for keras 3 and tensorflow 2.16 by @CloseChoice in #3677
Changed
- Removed the deprecated
auto_size_plot
parameter toshap.summary_plot()
.
Fixed
- Fixed issue explaining models trained with
float16
mixed precision by @CloseChoice in #3652 - Fixed deserialization bug with
XGBRegressor
models by @CloseChoice in #3669
Plus several further documentation and code quality improvements.
New Contributors
- @LetiP made their first contribution in #3685
- @paulbkoch made their first contribution in #3704
Full Changelog: v0.45.1...v0.46.0