Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
oegedijk committed Nov 3, 2020
1 parent 22972df commit aa20ff1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
6 changes: 1 addition & 5 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
### New Features
- You don't have to pass the list of subcomponents in `self.register_components()`
anymore: it will infer them automatically from `self.__dict__`.
-

### Bug Fixes
-
-

### Improvements
- ExplainerComponents now automatically stores all parameters to attributes
Expand All @@ -26,6 +21,7 @@
### Other Changes
- added docstrings to explainer_plots
- added screenshots of ExplainerComponents to docs
- added more gifs to the documentation

## Version 0.2.8:
### Breaking Changes
Expand Down
3 changes: 2 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ component::
ExplainerDashboard(explainer, CustomDashboard).run()


A more elaborate example of :ref:`a custom dashboard<CustomModelTab>`:
A more elaborate example of :ref:`a custom dashboard<CustomModelTab>`
(example deployed `here <http://titanicexplainer.herokuapp.com/custom/>`_):

.. image:: screenshots/custom_dashboard.*

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='explainerdashboard',
version='0.2.8.1',
version='0.2.9',
description='explainerdashboard allows you quickly build an interactive dashboard to explain the inner workings of your machine learning model.',
long_description="""
Expand Down

0 comments on commit aa20ff1

Please sign in to comment.