Skip to content

Commit

Permalink
release 0.8.0 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
crflynn authored May 7, 2022
1 parent 75b5e90 commit 364815f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
Release Changelog
-----------------

0.8.0 (2022-05-06)
~~~~~~~~~~~~~~~~~~

* Replace poetry with poetry-core as a build dependency

0.8.0rc1 (2022-04-25)
~~~~~~~~~~~~~~~~~~~~~

* Drop support for Python 3.7
* Add support for Python 3.10
* Add support for Windows
* Update scikit-learn constraint to 1.0

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.8.0rc1"
version = "0.8.0"
description = "Python bindings for C++ ranger random forests"
authors = ["Flynn <[email protected]>"]
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.8.0rc1"
__version__ = "0.8.0"

0 comments on commit 364815f

Please sign in to comment.