@@ -3,6 +3,32 @@ CHANGELOG
3
3
4
4
This changelog references the relevant changes done in PHP-ML library.
5
5
6
+ * 0.5.0 (2017-11-14)
7
+ * general [ php] Upgrade to PHP 7.1 (#150 )
8
+ * general [ coding standard] fix imports order and drop unused docs typehints
9
+ * feature [ NeuralNetwork] Add PReLU activation function (#128 )
10
+ * feature [ NeuralNetwork] Add ThresholdedReLU activation function (#129 )
11
+ * feature [ Dataset] Support CSV with long lines (#119 )
12
+ * feature [ NeuralNetwork] Neural networks partial training and persistency (#91 )
13
+ * feature Add french stopwords (#92 )
14
+ * feature New methods: setBinPath, setVarPath in SupportVectorMachine (#73 )
15
+ * feature Linear Discrimant Analysis (LDA) (#82 )
16
+ * feature Linear algebra operations, Dimensionality reduction and some other minor changes (#81 )
17
+ * feature Partial training base (#78 )
18
+ * feature Add delimiter option for CsvDataset (#66 )
19
+ * feature LogisticRegression classifier & Optimization methods (#63 )
20
+ * feature Additional training for SVR (#59 )
21
+ * optimization Comparison - replace eval (#130 )
22
+ * optimization Use C-style casts (#124 )
23
+ * optimization Speed up DataTransformer (#122 )
24
+ * bug DBSCAN fix for associative keys and array_merge performance optimization (#139 )
25
+ * bug Ensure user-provided SupportVectorMachine paths are valid (#126 )
26
+ * bug [ DecisionTree] Fix string cast #120 (#121 )
27
+ * bug fix invalid typehint for subs method (#110 )
28
+ * bug Fix samples transformation in Pipeline training (#94 )
29
+ * bug Fix division by 0 error during normalization (#83 )
30
+ * bug Fix wrong docs references (#79 )
31
+
6
32
* 0.4.0 (2017-02-23)
7
33
* feature [ Classification] - Ensemble Classifiers : Bagging and RandomForest by Mustafa Karabulut
8
34
* feature [ Classification] - RandomForest::getFeatureImportances() method by Mustafa Karabulut
0 commit comments