File tree Expand file tree Collapse file tree 5 files changed +21
-3
lines changed
Expand file tree Collapse file tree 5 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 22Change Logs
33===========
44
5+ 0.5.4
6+ =====
7+
8+ 0.5.3
9+ =====
10+
11+ * :pr: `139 `: fix compilation issues on MacOSX
12+
5130.5.2
614=====
715
Original file line number Diff line number Diff line change @@ -98,5 +98,5 @@ Source are available at `sdpython/mlinsights <https://github.com/sdpython/mlinsi
9898Older versions
9999++++++++++++++
100100
101+ * `0.5.4 <../v0.5.4/index.html >`_
101102* `0.5.3 <../v0.5.3/index.html >`_
102- * `0.5.2 <../v0.5.2/index.html >`_
Original file line number Diff line number Diff line change 1+ rm dist -rf
2+ rm build -rf
3+ rm $( find . -name " *.so" )
4+ rm mlinsights/mlmodel/_piecewise_tree_regression_common.cpp
5+ rm mlinsights/mlmodel/piecewise_tree_regression_criterion_fast.cpp
6+ rm mlinsights/mlmodel/piecewise_tree_regression_criterion_linear.cpp
7+ rm mlinsights/mlmodel/piecewise_tree_regression_criterion.cpp
8+ rm mlinsights/mltree/_tree_digitize.cpp
9+ rm mlinsights/_config.py
10+ rm .build_path.txt
Original file line number Diff line number Diff line change 1- __version__ = "0.5.3 "
1+ __version__ = "0.5.4 "
22__author__ = "Xavier Dupré"
33__github__ = "https://github.com/sdpython/mlinsights"
44__url__ = "https://sdpython.github.io/doc/dev/mlinsights/"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ license = {file = "LICENSE.txt"}
2626name = " mlinsights"
2727readme = " README.rst"
2828requires-python = " >=3.10"
29- version = " 0.5.3 "
29+ version = " 0.5.4 "
3030
3131[project .urls ]
3232homepage = " https://sdpython.github.io/doc/mlinsights/dev/"
You can’t perform that action at this time.
0 commit comments