[mlpack-git] master, mlpack-1.0.x: Document API change in an attempt to piss people off less when their programs are broken. (297fcc3)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:45:58 EST 2015


Repository : https://github.com/mlpack/mlpack

On branches: master,mlpack-1.0.x
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

>---------------------------------------------------------------

commit 297fcc32105ad452a3234a8a6619e8ca307c20e8
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Apr 7 15:22:54 2014 +0000

    Document API change in an attempt to piss people off less when their programs
    are broken.


>---------------------------------------------------------------

297fcc32105ad452a3234a8a6619e8ca307c20e8
 HISTORY.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/HISTORY.txt b/HISTORY.txt
index 43c35c9..5ac45bd 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -18,6 +18,10 @@
   * CF (collaborative filtering) now expects users and items to be zero-indexed,
     not one-indexed (#324).
 
+  * CF::GetRecommendations() API change: now requires the number of
+    recommendations as the first parameter.  The number of users in the local
+    neighborhood should be specified with CF::NumUsersForSimilarity().
+
   * Removed incorrect PeriodicHRectBound (#30).
 
   * Refactor LRSDP into LRSDP class and standalone function to be optimized



More information about the mlpack-git mailing list