Skip to content

Commit b6ef1fc

Browse files
committed
update history
1 parent b4cafb6 commit b6ef1fc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

HISTORY.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
32
.. _l-HISTORY:
43

54
=======
@@ -9,8 +8,9 @@ History
98
current - 2020-09-02 - 0.00Mb
109
=============================
1110

12-
* `86`: Update CI, use python 3.8 (2020-09-02)
11+
* `88`: Change for scikit-learn 0.24 (2020-09-02)
1312
* `87`: Set up CI with Azure Pipelines (2020-09-02)
13+
* `86`: Update CI, use python 3.8 (2020-09-02)
1414
* `71`: update kmeans l1 to the latest kmeans (signatures changed) (2020-08-31)
1515
* `84`: style (2020-08-30)
1616

_doc/sphinxdoc/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ version...
109109

110110
.. runpython::
111111
:showcode:
112-
112+
113113
from sklearn import __version__
114114
print(__version__)
115115

mlinsights/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@brief Module *mlinsights*.
55
Look for insights for machine learned models.
66
"""
7-
__version__ = "0.2.497"
7+
__version__ = "0.2.507"
88
__author__ = "Xavier Dupré"
99
__github__ = "https://github.com/sdpython/mlinsights"
1010
__url__ = "http://www.xavierdupre.fr/app/mlinsights/helpsphinx/index.html"

0 commit comments

Comments
 (0)