Skip to content

Commit ca9f12e

Browse files
committed
history
1 parent d828df4 commit ca9f12e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

HISTORY.rst

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

8-
current - 2020-06-01 - 0.00Mb
8+
current - 2020-06-03 - 0.00Mb
99
=============================
1010

11+
* `76`: ConstraintKMeans does not produce convex clusters. (2020-06-03)
1112
* `75`: Moves kmeans with constraint from papierstat. (2020-05-27)
1213
* `74`: Fix PipelineCache after as scikti-learn 0.23 changed the way parameters is handle in pipelines (2020-05-15)
1314
* `73`: ClassifierKMeans.__repr__ fails with scikit-learn 0.23 (2020-05-14)

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.445"
7+
__version__ = "0.2.446"
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)