We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc0496 commit a8f5019Copy full SHA for a8f5019
CHANGELOG.rst
@@ -1,6 +1,13 @@
1
Release Changelog
2
-----------------
3
4
+0.2.0 (2021-08-23)
5
+~~~~~~~~~~~~~~~~~~
6
+
7
+* Pin sklearn version to >=0.23.0,<1.0
8
+* Changed tree details calculations to be optional due to expensive calculations
9
+* Added more documentation around tree detail interface
10
11
0.1.1 (2021-07-20)
12
~~~~~~~~~~~~~~~~~~
13
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "skgrf"
-version = "0.1.1"
+version = "0.2.0"
description = "python bindings for C++ generalized random forests (grf)"
authors = ["flynn <crf204@gmail.com>"]
build = "build.py"
skgrf/_version.py
@@ -1 +1 @@
-__version__ = "0.1.1"
+__version__ = "0.2.0"
0 commit comments