Skip to content

Commit

Permalink
release 0.7.0 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
crflynn committed Dec 9, 2021
1 parent 42f0977 commit 78ae731
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.7.0 (2021-12-08)
~~~~~~~~~~~~~~~~~~

* Drop support for Python 3.6
* Fix quantile regression predictions for single record
* Fix Tree.value for classifiers
* Fix Tree.feature to use proper value for leaf nodes
* Allow ``skranger`` predictors to work with shap using ``skranger.utils.shap.shap_patch`` context manager
* Fix package includes to prevent installing extra files to ``site-packages``

0.6.1 (2021-09-05)
~~~~~~~~~~~~~~~~~~

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 = "skranger"
version = "0.6.1"
version = "0.7.0"
description = "Python bindings for C++ ranger random forests"
authors = ["Flynn <crf204@gmail.com>"]
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion skranger/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.1"
__version__ = "0.7.0"

0 comments on commit 78ae731

Please sign in to comment.