Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-06-27 | 1.1 kB | |
v0.46.0 source code.tar.gz | 2024-06-27 | 159.5 MB | |
v0.46.0 source code.zip | 2024-06-27 | 159.6 MB | |
Totals: 3 Items | 319.1 MB | 0 |
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 https://github.com/shap/shap/pull/3717 and @paulbkoch in https://github.com/shap/shap/pull/3704
- Added support for keras 3 and tensorflow 2.16 by @CloseChoice in https://github.com/shap/shap/pull/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 https://github.com/shap/shap/pull/3652 - Fixed deserialization bug with
XGBRegressor
models by @CloseChoice in https://github.com/shap/shap/pull/3669
Plus several further documentation and code quality improvements.
New Contributors
- @LetiP made their first contribution in https://github.com/shap/shap/pull/3685
- @paulbkoch made their first contribution in https://github.com/shap/shap/pull/3704
Full Changelog: https://github.com/shap/shap/compare/v0.45.1...v0.46.0