Skip to content

Commit

Permalink
0.1.3 (build hotfix)
Browse files Browse the repository at this point in the history
  • Loading branch information
systemallica committed Jul 24, 2020
1 parent a575f6b commit db30fc9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.3

- Fix build.

## 0.1.2

- Speed up by improving the histogram algorithm.
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "decision-tree-morfist"
version = "0.1.2"
version = "0.1.3"
description = "Multi-target Random Forest implementation that can mix both classification and regression tasks."
authors = ["Andrés Reverón Molina <andres@reveronmolina.me>", "Henrik Linusson <henrik.linusson@hb.se>"]
license = "MIT"
Expand All @@ -15,6 +15,8 @@ classifiers = [
]
packages = [
{ include = "morfist" },
{ include = "morfist/core" },
{ include = "morfist/algo" },
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit db30fc9

Please sign in to comment.