[mlpack] 03/05: refresh quilt patches

Barak A. Pearlmutter barak+git at cs.nuim.ie
Mon Jan 19 07:25:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch master
in repository mlpack.

commit b7cc573c80de1d1561047207c087fb78a886e8f9
Author: Barak A. Pearlmutter <barak+git at cs.nuim.ie>
Date:   Sun Jan 18 22:08:27 2015 +0000

    refresh quilt patches
---
 debian/patches/build-Doxygen.patch |  4 ++--
 debian/patches/spelling.patch      | 30 +++++++++++++++---------------
 2 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/debian/patches/build-Doxygen.patch b/debian/patches/build-Doxygen.patch
index e60847a..c375ecb 100644
--- a/debian/patches/build-Doxygen.patch
+++ b/debian/patches/build-Doxygen.patch
@@ -11,10 +11,10 @@ to the debian/rules override_dh_auto_build target.
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index b1c6b7d..c6ad610 100644
+index 881f7d6..bc05880 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -267,7 +267,7 @@ if (DOXYGEN_FOUND)
+@@ -268,7 +268,7 @@ if (DOXYGEN_FOUND)
    )
  
    # Generate documentation.
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
index b590213..824a0de 100644
--- a/debian/patches/spelling.patch
+++ b/debian/patches/spelling.patch
@@ -13,10 +13,10 @@ Subject: spelling
  7 files changed, 9 insertions(+), 9 deletions(-)
 
 diff --git a/src/mlpack/core/kernels/example_kernel.hpp b/src/mlpack/core/kernels/example_kernel.hpp
-index fb4820f..93a5a13 100644
+index fe3794e..0c7e3ec 100644
 --- a/src/mlpack/core/kernels/example_kernel.hpp
 +++ b/src/mlpack/core/kernels/example_kernel.hpp
-@@ -119,7 +119,7 @@ class ExampleKernel
+@@ -111,7 +111,7 @@ class ExampleKernel
    /**
     * Returns a string for the kernel object; in this case, with only the memory
     * address for the kernel. If your kernel has any members, your ToString()
@@ -26,10 +26,10 @@ index fb4820f..93a5a13 100644
    std::string ToString() const
    {
 diff --git a/src/mlpack/core/tree/cosine_tree/cosine_tree.cpp b/src/mlpack/core/tree/cosine_tree/cosine_tree.cpp
-index 3752017..c45e023 100644
+index 006bad6..15fc02d 100644
 --- a/src/mlpack/core/tree/cosine_tree/cosine_tree.cpp
 +++ b/src/mlpack/core/tree/cosine_tree/cosine_tree.cpp
-@@ -342,7 +342,7 @@ void CosineTree::ColumnSamplesLS(std::vector<size_t>& sampledIndices,
+@@ -334,7 +334,7 @@ void CosineTree::ColumnSamplesLS(std::vector<size_t>& sampledIndices,
      cDistribution(i+1) = cDistribution(i) + l2NormsSquared(i) / frobNormSquared;
    }
  
@@ -39,7 +39,7 @@ index 3752017..c45e023 100644
    probabilities.zeros(numSamples);
  
 diff --git a/src/mlpack/methods/amf/init_rules/random_acol_init.hpp b/src/mlpack/methods/amf/init_rules/random_acol_init.hpp
-index 4dbb739..35fdb9b 100644
+index 36352a1..2ec97be 100644
 --- a/src/mlpack/methods/amf/init_rules/random_acol_init.hpp
 +++ b/src/mlpack/methods/amf/init_rules/random_acol_init.hpp
 @@ -2,7 +2,7 @@
@@ -49,10 +49,10 @@ index 4dbb739..35fdb9b 100644
 - * Intialization rule for Alternating Matrix Factorization. 
 + * Initialization rule for Alternating Matrix Factorization.
   *
-  * This file is part of MLPACK 1.0.11.
+  * This file is part of mlpack 1.0.12.
   *
 diff --git a/src/mlpack/methods/amf/init_rules/random_init.hpp b/src/mlpack/methods/amf/init_rules/random_init.hpp
-index 84bca5b..b3f34ed 100644
+index 993897e..aa94101 100644
 --- a/src/mlpack/methods/amf/init_rules/random_init.hpp
 +++ b/src/mlpack/methods/amf/init_rules/random_init.hpp
 @@ -2,7 +2,7 @@
@@ -63,8 +63,8 @@ index 84bca5b..b3f34ed 100644
 + * Initialization rule for Non-Negative Matrix Factorization (NMF). This simple
   * initialization is performed by assigning a random matrix to W and H.
   *
-  * This file is part of MLPACK 1.0.11.
-@@ -44,7 +44,7 @@ class RandomInitialization
+  * This file is part of mlpack 1.0.12.
+@@ -36,7 +36,7 @@ class RandomInitialization
      size_t n = V.n_rows;
      size_t m = V.n_cols;
  
@@ -74,10 +74,10 @@ index 84bca5b..b3f34ed 100644
      H.randu(r, m);
    }
 diff --git a/src/mlpack/methods/lsh/lsh_search.hpp b/src/mlpack/methods/lsh/lsh_search.hpp
-index 7beb85f..310517c 100644
+index 0c51593..88e7e80 100644
 --- a/src/mlpack/methods/lsh/lsh_search.hpp
 +++ b/src/mlpack/methods/lsh/lsh_search.hpp
-@@ -152,8 +152,8 @@ class LSHSearch
+@@ -144,8 +144,8 @@ class LSHSearch
     * standard hash.
     *
     * This function does not have any parameters and relies on parameters which
@@ -89,10 +89,10 @@ index 7beb85f..310517c 100644
    void BuildHash();
  
 diff --git a/src/mlpack/methods/sparse_autoencoder/sparse_autoencoder_function.hpp b/src/mlpack/methods/sparse_autoencoder/sparse_autoencoder_function.hpp
-index 28bee11..7fac450 100644
+index 6b4a135..f93a2f7 100644
 --- a/src/mlpack/methods/sparse_autoencoder/sparse_autoencoder_function.hpp
 +++ b/src/mlpack/methods/sparse_autoencoder/sparse_autoencoder_function.hpp
-@@ -157,7 +157,7 @@ class SparseAutoencoderFunction
+@@ -149,7 +149,7 @@ class SparseAutoencoderFunction
   private:
    //! The matrix of data points.
    const arma::mat& data;
@@ -102,10 +102,10 @@ index 28bee11..7fac450 100644
    //! Size of the visible layer.
    size_t visibleSize;
 diff --git a/src/mlpack/tests/cosine_tree_test.cpp b/src/mlpack/tests/cosine_tree_test.cpp
-index 64167e3..340689c 100644
+index 9248951..3c17a3f 100644
 --- a/src/mlpack/tests/cosine_tree_test.cpp
 +++ b/src/mlpack/tests/cosine_tree_test.cpp
-@@ -63,7 +63,7 @@ BOOST_AUTO_TEST_CASE(CosineTreeNoSplit)
+@@ -55,7 +55,7 @@ BOOST_AUTO_TEST_CASE(CosineTreeNoSplit)
   */
  BOOST_AUTO_TEST_CASE(CosineNodeCosineSplit)
  {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git



More information about the debian-science-commits mailing list