Skip to content

Commit

Permalink
version bump 0.4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oegedijk committed Feb 18, 2023
1 parent c75299d commit e171052
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Release Notes

## Version 0.4.2.1:


### Bug Fixes
- tries to work around wonky index dropdown search bug introduced by latest dash release.
- Dropdown search now works again, but index propagation is still flaky when number of idxs > max_idxs_in_dropdown(1000 by default)
- displays warning to downgrade to dash 2.6.2 when this happens

### Improvements
-
-

### Other Changes
- applied black to the codebase
-


## Version 0.4.2:
### Breaking Changes
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.2"
___version__ = "0.4.2.1"

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.2',
version='0.4.2.1',
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 e171052

Please sign in to comment.