Skip to content

Commit f7c8431

Browse files
committed
version bump to 0.4.2
1 parent 69e5552 commit f7c8431

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

Diff for: RELEASE_NOTES.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# Release Notes
22

33

4+
## Version 0.4.1:
5+
### Breaking Changes
6+
- Now needs dtreeviz>2.1, due to the API change with version v2
7+
-
8+
9+
### New Features
10+
-
11+
-
12+
13+
### Bug Fixes
14+
- Fixed import and tree display bug with newer version of dtreeviz
15+
-
16+
17+
### Improvements
18+
-
19+
-
20+
21+
### Other Changes
22+
-
23+
-
24+
425
### Version 0.4.1
526

627

Diff for: explainerdashboard/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
___version__ = "0.4.1"
2+
___version__ = "0.4.2"
33

44
from .explainers import ClassifierExplainer, RegressionExplainer
55
from .dashboards import ExplainerDashboard, ExplainerHub, InlineExplainer

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='explainerdashboard',
9-
version='0.4.1.1',
9+
version='0.4.2',
1010
description='Quickly build Explainable AI dashboards that show the inner workings of so-called "blackbox" machine learning models.',
1111
long_description="""
1212

0 commit comments

Comments
 (0)