Skip to content

Commit

Permalink
sklearn_evaluation release 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Apr 16, 2022
1 parent 3688a1e commit c8319b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
CHANGELOG
=========

0.5.8dev
--------
0.5.8 (2022-04-16)
------------------
* Fixes an error in ``plot.grid_search`` when parameters grid has a single parameter

0.5.7 (2021-10-17)
Expand Down
2 changes: 1 addition & 1 deletion src/sklearn_evaluation/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.5.8dev'
__version__ = '0.5.8'

from .evaluator import ClassifierEvaluator
from .nb.NotebookIntrospector import NotebookIntrospector
Expand Down

0 comments on commit c8319b4

Please sign in to comment.