We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c5287d commit 52dad3cCopy full SHA for 52dad3c
2 files changed
HISTORY.rst
@@ -5,7 +5,13 @@
5
History
6
=======
7
8
-current - 2021-10-02 - 0.00Mb
+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
15
=============================
16
17
* #103: Updates for scikit-learn>=1.0 (2021-10-02)
mlinsights/__init__.py
@@ -4,7 +4,7 @@
4
@brief Module *mlinsights*.
Look for insights for machine learned models.
"""
-__version__ = "0.3.614"
+__version__ = "0.3.624"
__author__ = "Xavier Dupré"
__github__ = "https://github.com/sdpython/mlinsights"
__url__ = "http://www.xavierdupre.fr/app/mlinsights/helpsphinx/index.html"
0 commit comments