Skip to content

Commit 52dad3c

Browse files
committed
documentation
1 parent 8c5287d commit 52dad3c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

HISTORY.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55
History
66
=======
77

8-
current - 2021-10-02 - 0.00Mb
8+
current - 2022-02-18 - 0.00Mb
9+
=============================
10+
11+
* #106: Fixes failing import _joblib_parallel_args (2022-02-18)
12+
* #99: LICENSE file missing in PyPI release (2021-11-20)
13+
14+
0.3.614 - 2021-10-02 - 0.52Mb
915
=============================
1016

1117
* #103: Updates for scikit-learn>=1.0 (2021-10-02)

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.3.614"
7+
__version__ = "0.3.624"
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)