File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed
Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 22Change Logs
33===========
44
5- 0.5.2
5+ 0.5.3
66=====
77
88* :pr: `137 `: update to pybind11 3.0
9+
10+ 0.5.2
11+ =====
12+
913* :pr: `136 `: adds Python 3.13 to CI, updates the package to support scikit-learn==1.7.1
1014
11150.5.1
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.2 <../v0.5.1 /index.html >`_
102- * `0.5.1 <../v0.5.1 /index.html >`_
101+ * `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- __version__ = "0.5.2 "
1+ __version__ = "0.5.3 "
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.2 "
29+ version = " 0.5.3 "
3030
3131[project .urls ]
3232homepage = " https://sdpython.github.io/doc/mlinsights/dev/"
Original file line number Diff line number Diff line change @@ -670,7 +670,7 @@ def get_package_data():
670670
671671setup (
672672 name = "mlinsights" ,
673- version = get_version_str (here , "0.5.2 " ),
673+ version = get_version_str (here , "0.5.3 " ),
674674 description = get_description (),
675675 long_description = get_long_description (here ),
676676 author = "Xavier Dupré" ,
You can’t perform that action at this time.
0 commit comments