[mlpack-git] master,mlpack-1.0.x: Add new contributor. (6a2195b)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:43:45 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 6a2195beabf679b328713a96105009ca123e4cb8
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue Feb 11 17:15:23 2014 +0000

    Add new contributor.


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

6a2195beabf679b328713a96105009ca123e4cb8
 COPYRIGHT.txt       | 1 +
 src/mlpack/core.hpp | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt
index d57ea6b..e0849d1 100644
--- a/COPYRIGHT.txt
+++ b/COPYRIGHT.txt
@@ -24,6 +24,7 @@ Copyright: Copyright 2013, Mudit Raj Gupta <mudit.raaj.gupta at gmail.com>
 Copyright: Copyright 2013, Sumedh Ghaisas <sumedhghaisas at gmail.com>
 Copyright: Copyright 2014, Michael Fox <michaelfox99 at gmail.com>
 Copyright: Copyright 2014, Ryan Birmingham <birm at gatech.edu>
+Copyright: Copyright 2014, Siddharth Agrawal <siddharth.950 at gmail.com>
 License: LGPL-3+
   The text of the license is available on Debian systems in the
   /usr/share/common-licenses/LGPL-3 file.
diff --git a/src/mlpack/core.hpp b/src/mlpack/core.hpp
index 84a76aa..ed8c523 100644
--- a/src/mlpack/core.hpp
+++ b/src/mlpack/core.hpp
@@ -134,6 +134,7 @@
  *   - Sumedh Ghaisas <sumedhghaisas at gmail.com>
  *   - Michael Fox <michaelfox99 at gmail.com>
  *   - Ryan Birmingham <birm at gatech.edu>
+ *   - Siddharth Agrawal <siddharth.950 at gmail.com>
  */
 
 // First, standard includes.
@@ -170,6 +171,7 @@
 
 // Now MLPACK-specific includes.
 #include <mlpack/core/arma_extend/arma_extend.hpp> // Includes Armadillo.
+#include <mlpack/core/util/arma_traits.hpp>
 #include <mlpack/core/util/log.hpp>
 #include <mlpack/core/util/cli.hpp>
 #include <mlpack/core/data/load.hpp>



More information about the mlpack-git mailing list