File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11Release Changelog
22-----------------
33
4+ 0.3.0 (2021-12-09)
5+ ~~~~~~~~~~~~~~~~~~
6+
7+ * Allow X to contain NaN values on all estimators except local linear.
8+ * Allow ``skgrf `` predictors to work with shap using ``skgrf.utils.shap.shap_patch `` context manager
9+ * Fix Tree.values for classifiers
10+ * Fix Tree.feature to use proper value for leaf nodes
11+ * Fix package includes to prevent installing extra files to site-packages
12+ * Drop support for Python 3.6
13+
4140.2.1 (2021-09-03)
515~~~~~~~~~~~~~~~~~~
616
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " skgrf"
3- version = " 0.2.1 "
3+ version = " 0.3.0 "
44description = " python bindings for C++ generalized random forests (grf)"
55authors = [" flynn <crf204@gmail.com>" ]
66build = " build.py"
Original file line number Diff line number Diff line change 1- __version__ = "0.2.1 "
1+ __version__ = "0.3.0 "
You can’t perform that action at this time.
0 commit comments