Skip to content

Commit

Permalink
version bump to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oegedijk committed Feb 12, 2023
1 parent 69e5552 commit f7c8431
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Release Notes


## Version 0.4.1:
### Breaking Changes
- Now needs dtreeviz>2.1, due to the API change with version v2
-

### New Features
-
-

### Bug Fixes
- Fixed import and tree display bug with newer version of dtreeviz
-

### Improvements
-
-

### Other Changes
-
-

### Version 0.4.1


Expand Down
2 changes: 1 addition & 1 deletion explainerdashboard/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

___version__ = "0.4.1"
___version__ = "0.4.2"

from .explainers import ClassifierExplainer, RegressionExplainer
from .dashboards import ExplainerDashboard, ExplainerHub, InlineExplainer
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='explainerdashboard',
version='0.4.1.1',
version='0.4.2',
description='Quickly build Explainable AI dashboards that show the inner workings of so-called "blackbox" machine learning models.',
long_description="""
Expand Down

0 comments on commit f7c8431

Please sign in to comment.