[mlpack-svn] r16152 - mlpack/trunk

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Tue Jan 14 16:10:57 EST 2014


Author: rcurtin
Date: Tue Jan 14 16:10:57 2014
New Revision: 16152

Log:
Pull in updated history from version 1.0.8.


Modified:
   mlpack/trunk/HISTORY.txt

Modified: mlpack/trunk/HISTORY.txt
==============================================================================
--- mlpack/trunk/HISTORY.txt	(original)
+++ mlpack/trunk/HISTORY.txt	Tue Jan 14 16:10:57 2014
@@ -1,4 +1,4 @@
-????-??-??    mlpack 1.0.8
+2014-01-06    mlpack 1.0.8
 
   * Memory leak in NeighborSearch index-mapping code fixed (#310).
 
@@ -10,6 +10,12 @@
 
   * L-BFGS optimizer now returns its function via Function().
 
+  * Version information is now obtainable via mlpack::util::GetVersion() or the
+    __MLPACK_VERSION_MAJOR, __MLPACK_VERSION_MINOR, and  __MLPACK_VERSION_PATCH
+    macros (#309).
+
+  * Fix typos in allkfn and allkrann output.
+
 2013-10-04    mlpack 1.0.7
 
   * Cover tree support for range search (range_search), rank-approximate nearest



More information about the mlpack-svn mailing list