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 2
2
Change Logs
3
3
===========
4
4
5
- 0.5.2
5
+ 0.5.3
6
6
=====
7
7
8
8
* :pr: `137 `: update to pybind11 3.0
9
+
10
+ 0.5.2
11
+ =====
12
+
9
13
* :pr: `136 `: adds Python 3.13 to CI, updates the package to support scikit-learn==1.7.1
10
14
11
15
0.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
98
98
Older versions
99
99
++++++++++++++
100
100
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 "
2
2
__author__ = "Xavier Dupré"
3
3
__github__ = "https://github.com/sdpython/mlinsights"
4
4
__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"}
26
26
name = " mlinsights"
27
27
readme = " README.rst"
28
28
requires-python = " >=3.10"
29
- version = " 0.5.2 "
29
+ version = " 0.5.3 "
30
30
31
31
[project .urls ]
32
32
homepage = " 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():
670
670
671
671
setup (
672
672
name = "mlinsights" ,
673
- version = get_version_str (here , "0.5.2 " ),
673
+ version = get_version_str (here , "0.5.3 " ),
674
674
description = get_description (),
675
675
long_description = get_long_description (here ),
676
676
author = "Xavier Dupré" ,
You can’t perform that action at this time.
0 commit comments