Skip to content

Commit 6bed28a

Browse files
committed
upgrade version to 0.5.4
1 parent 89bc7f8 commit 6bed28a

File tree

5 files changed

+21
-3
lines changed

5 files changed

+21
-3
lines changed

CHANGELOGS.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Change Logs
33
===========
44

5+
0.5.4
6+
=====
7+
8+
0.5.3
9+
=====
10+
11+
* :pr:`139`: fix compilation issues on MacOSX
12+
513
0.5.2
614
=====
715

_doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ Source are available at `sdpython/mlinsights <https://github.com/sdpython/mlinsi
9898
Older 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>`_

clean_build.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

mlinsights/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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/"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ license = {file = "LICENSE.txt"}
2626
name = "mlinsights"
2727
readme = "README.rst"
2828
requires-python = ">=3.10"
29-
version = "0.5.3"
29+
version = "0.5.4"
3030

3131
[project.urls]
3232
homepage = "https://sdpython.github.io/doc/mlinsights/dev/"

0 commit comments

Comments
 (0)