Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ History
current - 2020-08-06 - 0.00Mb
=============================

* `81`: Make mlinsights work with scikit-learn 0.22 and 0.23 (2020-08-06)
* `82`: Fixes #81, skl 0.22, 0.23 together (2020-08-06)
* `79`: pipeline2dot fails with 'passthrough' (2020-07-16)

0.2.463 - 2020-06-29 - 0.83Mb
Expand Down
2 changes: 1 addition & 1 deletion mlinsights/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@brief Module *mlinsights*.
Look for insights for machine learned models.
"""
__version__ = "0.2.485"
__version__ = "0.2.490"
__author__ = "Xavier Dupré"
__github__ = "https://github.com/sdpython/mlinsights"
__url__ = "http://www.xavierdupre.fr/app/mlinsights/helpsphinx/index.html"
Expand Down