Prepare for next release

This commit is contained in:
Arkadiusz Kondas 2017-02-03 17:54:41 +01:00
parent b7c9983524
commit 9536a363a2
1 changed files with 7 additions and 1 deletions

View File

@ -3,9 +3,15 @@ CHANGELOG
This changelog references the relevant changes done in PHP-ML library.
* 0.2.2 (in plan/progress)
* 0.3.1 (in plan/progress)
* feature [Regression] - SSE, SSTo, SSR - sum of the squared
* 0.3.0 (2017-02-04)
* feature [Persistency] - ModelManager - save and restore trained models by David Monllaó
* feature [Classification] - DecisionTree implementation by Mustafa Karabulut
* feature [Clustering] - Fuzzy C Means implementation by Mustafa Karabulut
* other small fixes and code styles refactors
* 0.2.1 (2016-11-20)
* feature [Association] - Apriori algorithm implementation
* bug [Metric] - division by zero