Skip to content

Releases: MAIF/shapash

v2.5.0: 猬嗭笍 Support for Python 3.12

06 May 15:21
16db265
Compare
Choose a tag to compare

What's Changed

Breaking changes

Added

Fixed

Full Changelog: v2.4.3...v2.5.0

v2.4.3

12 Mar 10:53
e483a1c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.2...v2.4.3

v2.4.2

08 Feb 10:24
f599511
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.1...v2.4.2

v2.4.1: Hotfix bug fo TreeExplainer selection

08 Dec 10:22
f96b407
Compare
Choose a tag to compare

Fix #514 BUG: with version 2.4.0 TreeExplainer is never used

v2.4.0: 猬嗭笍 Support for Python 3.11

01 Dec 08:36
8309882
Compare
Choose a tag to compare
Major announcements in this release are :
- Shapash support Python 3.11
- Shapash can compute Shapeley values through Shap for any model supported by Shap

Features:

  • Support for Python 3.11 #512
  • Be able to use Shapash to compute Shapeley values through Shap for any model supported by Shap #506

Breaking change:

  • Removes ACV from shapash and fixes dependencies #482

Fixes:

v2.3.7: Hotfix for handle missing data for categorical columns

20 Sep 12:56
3b9577a
Compare
Choose a tag to compare

Hotfix for handle missing data for categorical columns #490

Fix this issues : #489 #478 #472

Update extra require for report pip install shapash[report] #494

v2.3.6: Add tests for Webapp and first refacto of the webapp

14 Sep 13:52
5d657c1
Compare
Choose a tag to compare

Unit tests of the webapp's callbacks have been created.
In addition, a first refactoring of the Webapp is done to simplify maintenance and future developments.
#463

Some fix:
#455 References and modifications of self in smartapp create unwanted behavior
#483 Bug in Webapp for filter

v2.3.5: 猬嗭笍 Remove numpy and pandas version limits

25 Jul 14:09
4fb839c
Compare
Choose a tag to compare

Remove numpy and pandas version limits.
Shapash has shap and xgboost dependencies that have been released. We no longer need to set numpy and xgboost versions.

Fix #451, #457

v2.3.4: hotfix for shapash and shap with numpy

09 May 15:32
2626e2d
Compare
Choose a tag to compare

Hotfix for shapash and shap incompatibility with numpy versions 1.24.0 and above. We limit numpy to a version under 1.24.0.

PR #459 resolves incompatibility between shapash code and numpy.
But Issue #457 remains because of shap incompatibility with numpy.
PR #460 limits numpy versions under 1.24.0.

v2.3.3: hotfix for dash and Flask compatibility

04 May 12:24
ab81f8c
Compare
Choose a tag to compare

Hotfix for dash incompatibility with Flask versions 2.3.0 and above. We limit Flask to a version under 2.3.0.