Update history file incrementally, because doing this all at once at release

time is difficult.
This commit is contained in:
Ryan Curtin
2013-11-21 18:40:14 +00:00
parent 8b4363b5cc
commit c19d9896ec
+12
View File
@@ -1,3 +1,15 @@
????-??-?? mlpack 1.0.8
* Memory leak in NeighborSearch index-mapping code fixed (#310).
* GMMs can be trained using the existing model as a starting point by
specifying an additional boolean parameter to GMM::Estimate() (#308).
* Logistic regression implementation added in methods/logistic_regression (see
also #305).
* L-BFGS optimizer now returns its function via Function().
2013-10-04 mlpack 1.0.7
* Cover tree support for range search (range_search), rank-approximate nearest