Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: shap/shap

v0.50.0

11 Nov 18:24
e7277dc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.49.1...v0.50.0

v0.49.1

14 Oct 09:19
9f9bbb8

Choose a tag to compare

What's Changed

Fix broken v0.49.0 release.

The previous Release wasn't properly published due to HTTP errors on MacOS.

v0.49.0

14 Oct 09:06
216c1ce

Choose a tag to compare

What's Changed

NOTE: this is the last release supporting Python 3.9 AND Python 3.10. From v0.50.0 onwards, we'll only support Python 3.11 and above.

  • Add support for categorical splits in C++ library by @nqviller in #4171
  • Add options to customize the color bar of the violin plot by @FanwangM in #4119

Other Changes

New Contributors

Full Changelog: v0.48.0...v0.49.0

v0.48.0

12 Jun 11:38
ea9e71f

Choose a tag to compare

What's Changed

Added

Documentation

  • Update Explaining a model that uses standardized features by @randombenj in #3903

Other Changes

New Contributors

Full Changelog: v0.47.2...v0.48.0

v0.47.2

17 Apr 18:00
fa8c184

Choose a tag to compare

What's Changed

Added

Other Changes

  • DOCS: clarity for partition tree explanation in Simple California Demo.ipynb by @ethanknights in #4027
  • FIX: unique value jitter by @fabianliebig in #4041
  • FIX: fix neutral language in SHAP value description by @Hrafz in #4058
  • FIX regression test for javascript plotting compontents and add tests by @CloseChoice in #4060

New Contributors

Full Changelog: v0.47.1...v0.47.2

v0.47.1

22 Mar 20:53
6bd7a0c

Choose a tag to compare

Fixes

New Contributors

Full Changelog: v0.47.0...v0.47.1

v0.47.0

05 Mar 06:49
7c71673

Choose a tag to compare

What's Changed

Breaking changes

  • Add deprecation warning to legacy bar plot, add migration guide to new Explainer API by @connortann in #3739

Added

Fixed

Documentation

Maintenance

  • Fix: explicitly set matplotlib interpolation rcParams in tests by @connortann in #3953

Other Changes

New Contributors

Full Changelog: v0.46.0...v0.47.0

v0.46.0

27 Jun 10:06
9d6031f

Choose a tag to compare

What's Changed

This release adds compatibility with recent version of numpy and tensorflow, and includes several bug fixes.

Added

Changed

  • Removed the deprecated auto_size_plot parameter to shap.summary_plot().

Fixed

Plus several further documentation and code quality improvements.

New Contributors

Full Changelog: v0.45.1...v0.46.0

v0.45.1

07 May 11:32
86d8bc5

Choose a tag to compare

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

Changed

Fixed

Plus several documentation and maintenance updates by @bewygs , @CloseChoice , @Hugh-OBrien

New Contributors

Full Changelog: v0.45.0...v0.45.1

v0.45.0

08 Mar 11:43
56394f1

Choose a tag to compare

This is a fairly significant release containing a number of breaking changes.

Thank you to a number of new contributors for their contributions to this release! We are eager to grow the pool of maintainers, so please do get in touch on #3559 if you are interested in being part of the team.

What's Changed

Breaking changes

  • Dropped support for 3.8 in #3414
  • Changed type and shape of returned SHAP values in some cases, to be consistent with model outputs. SHAP values for models with multiple outputs are now np.ndarray rather than list, by @CloseChoice in #3318
  • Removed deprecated feature_dependence parameters in TreeExplainer and LinearExplainer by @thatlittleboy in #3340
  • Removed deprecated alias for Coefficient by @connortann in #3511

Added

Fixed

.. plus a large number of documentation, testing and other maintenance updates by @CloseChoice , @yuanx749 , @LakshmanKishore and others.

New Contributors

Full Changelog: v0.44.1...v0.45.0