Skip to content

Commit e33992d

Browse files
authored
Update changelog (#152)
1 parent 653c7c7 commit e33992d

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@ CHANGELOG
33

44
This changelog references the relevant changes done in PHP-ML library.
55

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+
632
* 0.4.0 (2017-02-23)
733
* feature [Classification] - Ensemble Classifiers : Bagging and RandomForest by Mustafa Karabulut
834
* feature [Classification] - RandomForest::getFeatureImportances() method by Mustafa Karabulut

0 commit comments

Comments
 (0)