This is a patch release with a couple of bug fixes. In particular, fixes a bug relating to loading of XGBoost models with exponential losses.
What's Changed
Added
- Added selu activation for pytorch deep explainer by @CloseChoice in #3617
- Added "ax" option to heatmap plotting function by @sroener in #3571
Changed
- Removed unused "display" parameters from dataset functions by @LakshmanKishore in #3543
Fixed
- Fixed loading of XGBoost models with expeonential lossesby @CloseChoice in #3616
- Fixed call interface for the deep explainer by @CloseChoice in #3558
- Fixed use of Falcon language model for text generation by @CloseChoice in #3592
- Fixed lightgbm compilation (macOS Workflow) by @bewygs in #3632
- Fixed loading of XGBoost models with exponential losses by @CloseChoice in #3616
Plus several documentation and maintenance updates by @bewygs , @CloseChoice , @Hugh-OBrien
New Contributors
- @sroener made their first contribution in #3571
- @Hugh-OBrien made their first contribution in #3604
- @bewygs made their first contribution in #3632
Full Changelog: v0.45.0...v0.45.1