Skip to content

Commit

Permalink
release 0.3.0 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
crflynn authored Dec 9, 2021
1 parent 298cb4b commit f6cc8d3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Release Changelog
-----------------

0.3.0 (2021-12-09)
~~~~~~~~~~~~~~~~~~

* Allow X to contain NaN values on all estimators except local linear.
* Allow ``skgrf`` predictors to work with shap using ``skgrf.utils.shap.shap_patch`` context manager
* Fix Tree.values for classifiers
* Fix Tree.feature to use proper value for leaf nodes
* Fix package includes to prevent installing extra files to site-packages
* Drop support for Python 3.6

0.2.1 (2021-09-03)
~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "skgrf"
version = "0.2.1"
version = "0.3.0"
description = "python bindings for C++ generalized random forests (grf)"
authors = ["flynn <crf204@gmail.com>"]
build = "build.py"
Expand Down
2 changes: 1 addition & 1 deletion skgrf/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.1"
__version__ = "0.3.0"

0 comments on commit f6cc8d3

Please sign in to comment.