Skip to content

Commit f6cc8d3

Browse files
authored
release 0.3.0 (#85)
1 parent 298cb4b commit f6cc8d3

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Release 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+
414
0.2.1 (2021-09-03)
515
~~~~~~~~~~~~~~~~~~
616

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "skgrf"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
description = "python bindings for C++ generalized random forests (grf)"
55
authors = ["flynn <crf204@gmail.com>"]
66
build = "build.py"

skgrf/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.1"
1+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)