Skip to content

Commit f302e68

Browse files
committed
added jupyter-dash dependency
1 parent 21d03c1 commit f302e68

3 files changed

Lines changed: 21 additions & 11 deletions

File tree

RELEASE_NOTES.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
11
# Release Notes
22

3-
## Version 0.1.12
3+
## Version 0.1.13
44

55
### Breaking Changes
6-
- ExplainerDashboardStandaloneTab is now called ExplainerTab
6+
-
77
-
88

99
### New Features
10-
11-
added support for the `jupyter-dash` package for inline dashboard in
12-
Jupyter notebooks, adding the following dashboard classes:
13-
14-
- `JupyterExplainerDashboard`
15-
- `JupyterExplainerTab`
16-
- `InlineExplainer`
10+
-
11+
-
1712

1813
### Bug Fixes
1914
-
@@ -27,6 +22,20 @@ Jupyter notebooks, adding the following dashboard classes:
2722
-
2823
-
2924

25+
## Version 0.1.12
26+
27+
### Breaking Changes
28+
- ExplainerDashboardStandaloneTab is now called ExplainerTab
29+
-
30+
31+
### New Features
32+
33+
added support for the `jupyter-dash` package for inline dashboard in
34+
Jupyter notebooks, adding the following dashboard classes:
35+
36+
- `JupyterExplainerDashboard`
37+
- `JupyterExplainerTab`
38+
- `InlineExplainer`
3039

3140
## Template:
3241
### Breaking Changes

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
dash>=1.8.0
22
dash-bootstrap-components
3+
jupyter-dash
34
dtreeviz
45
numpy
56
pandas
67
PDPbox
78
scikit-learn
8-
shap
9+
shap

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='explainerdashboard',
5-
version='0.1.12',
5+
version='0.1.12.1',
66
description='explainerdashboard allows you quickly build an interactive dashboard to explain the inner workings of your machine learning model.',
77
long_description="""
88

0 commit comments

Comments
 (0)