Skip to content

Commit

Permalink
bump 0.3.2 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
crflynn committed Jan 18, 2021
1 parent d90612d commit fa0e6c8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,12 @@
Release Changelog
-----------------

0.3.2 (2021-01-18)
~~~~~~~~~~~~~~~~~~

* Fixed a bug related to incorrect ``sample_fraction`` input type
* Fixed a bug in which ``sample_fraction`` was being passed on predict, raising a ranger error

0.3.1 (2020-12-05)
~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -27,7 +27,7 @@
# -- Project information -----------------------------------------------------

project = "skranger"
copyright = "2020, Christopher Flynn"
copyright = "2020-2021, Christopher Flynn"
author = "Christopher Flynn"


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "skranger"
version = "0.3.1"
version = "0.3.2"
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
@@ -1 +1 @@
__version__ = "0.3.1"
__version__ = "0.3.2"

0 comments on commit fa0e6c8

Please sign in to comment.