From 9536a363a23f14fd3e59c3d0bc50a4c1e616a893 Mon Sep 17 00:00:00 2001 From: Arkadiusz Kondas Date: Fri, 3 Feb 2017 17:54:41 +0100 Subject: [PATCH] Prepare for next release --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 781d5fd..11b0807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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