Skip to content

Commit

Permalink
Increment patch version and document all changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Darius Morawiec committed Jan 2, 2018
1 parent f6834f8 commit c0f69e6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.


## 0.6.1

### Added

- Add new estimator:
- Go:
- `ensemble.RandomForestClassifier` ([PR #24](https://github.com/nok/sklearn-porter/pull/24) by [tpotega](https://github.com/tpotega))

### Fixed

- Fix wrong method signature of the DecisionTreeClassifier in C ([Issue #23](https://github.com/nok/sklearn-porter/issues/23) by [sanjivsoni17](https://github.com/sanjivsoni17))


## 0.6.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion sklearn_porter/__version__.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.6.1

0 comments on commit c0f69e6

Please sign in to comment.