Skip to content

Commit a8f5019

Browse files
authored
release 0.2.0 (#74)
1 parent 5fc0496 commit a8f5019

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Release Changelog
22
-----------------
33

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+
411
0.1.1 (2021-07-20)
512
~~~~~~~~~~~~~~~~~~
613

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.1.1"
3+
version = "0.2.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.1.1"
1+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)