From 7cb4935e3e3fe230010718c51732d18a70ae1914 Mon Sep 17 00:00:00 2001 From: Oege Dijk Date: Wed, 2 Dec 2020 10:25:53 +0100 Subject: [PATCH] version bump: 0.2.13.1 --- RELEASE_NOTES.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d8743b5..a310acf 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -15,7 +15,7 @@ - fixed pdp bug introduced with setting `X.index` to `self.idxs` where the highlighted index was not the right index - now hiding entire `CardHeader` when `hide_title=True` -- +- index was not initialized in ShapContributionsGraphComponent and Shap ContributionsTableComponent ### Improvements - diff --git a/setup.py b/setup.py index 881e2fd..14fc6c1 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='explainerdashboard', - version='0.2.13', + version='0.2.13.1', description='explainerdashboard allows you quickly build an interactive dashboard to explain the inner workings of your machine learning model.', long_description="""