[mlpack-git] master: Update references to newest version. (98babfc)
gitdub at mlpack.org
gitdub at mlpack.org
Wed Jul 6 10:47:29 EDT 2016
Repository : https://github.com/mlpack/mlpack
On branch : master
Link : https://github.com/mlpack/mlpack/compare/3fe0b72997697baf470ef25d959218cdb81d3c4a...98babfc774bce91170df994763b670b9abd20917
>---------------------------------------------------------------
commit 98babfc774bce91170df994763b670b9abd20917
Author: Ryan Curtin <ryan at ratml.org>
Date: Wed Jul 6 10:47:13 2016 -0400
Update references to newest version.
>---------------------------------------------------------------
98babfc774bce91170df994763b670b9abd20917
README.md | 2 +-
doc/guide/build.hpp | 4 ++--
src/mlpack/core/util/backtrace.cpp | 7 -------
src/mlpack/core/util/backtrace.hpp | 7 -------
4 files changed, 3 insertions(+), 17 deletions(-)
diff --git a/README.md b/README.md
index dfd93a5..d8fe80c 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ a machine learning analog to LAPACK. It aims to implement a wide array of
machine learning methods and functions as a "swiss army knife" for machine
learning researchers.
-**Download [current stable version (2.0.1)](http://www.mlpack.org/files/mlpack-2.0.1.tar.gz).**
+**Download [current stable version (2.0.2)](http://www.mlpack.org/files/mlpack-2.0.2.tar.gz).**
[](http://big.mlpack.org/job/mlpack%20-%20git%20commit%20test/) <a href="https://ci.appveyor.com/project/mlpack/mlpack"><img src="https://ci.appveyor.com/api/projects/status/lmbfc78wi16agx4q?svg=true" alt="Build status" height="18"></a>
diff --git a/doc/guide/build.hpp b/doc/guide/build.hpp
index 8f0448e..2a719d4 100644
--- a/doc/guide/build.hpp
+++ b/doc/guide/build.hpp
@@ -11,14 +11,14 @@ href="http://keon.io/mlpack-on-windows.html">Keon's excellent tutorial</a>.
@section Download latest mlpack build
Download latest mlpack build from here:
-<a href="http://www.mlpack.org/files/mlpack-2.0.1.tar.gz">mlpack-2.0.1</a>
+<a href="http://www.mlpack.org/files/mlpack-2.0.2.tar.gz">mlpack-2.0.2</a>
@section builddir Creating Build Directory
Once the mlpack source is unpacked, you should create a build directory.
@code
-$ cd mlpack-2.0.1
+$ cd mlpack-2.0.2
$ mkdir build
@endcode
diff --git a/src/mlpack/core/util/backtrace.cpp b/src/mlpack/core/util/backtrace.cpp
index 1a3e4f5..ba1c1af 100644
--- a/src/mlpack/core/util/backtrace.cpp
+++ b/src/mlpack/core/util/backtrace.cpp
@@ -3,13 +3,6 @@
* @author Grzegorz Krajewski
*
* Implementation of the Backtrace class.
- *
- * This file is part of mlpack 2.0.1.
- *
- * mlpack is free software; you may redstribute it and/or modify it under the
- * terms of the 3-clause BSD license. You should have received a copy of the
- * 3-clause BSD license along with mlpack. If not, see
- * http://www.opensource.org/licenses/BSD-3-Clause for more information.
*/
#include <sstream>
diff --git a/src/mlpack/core/util/backtrace.hpp b/src/mlpack/core/util/backtrace.hpp
index 49dc0f8..78d6ca4 100644
--- a/src/mlpack/core/util/backtrace.hpp
+++ b/src/mlpack/core/util/backtrace.hpp
@@ -3,13 +3,6 @@
* @author Grzegorz Krajewski
*
* Definition of the Backtrace class.
- *
- * This file is part of mlpack 2.0.1.
- *
- * mlpack is free software; you may redstribute it and/or modify it under the
- * terms of the 3-clause BSD license. You should have received a copy of the
- * 3-clause BSD license along with mlpack. If not, see
- * http://www.opensource.org/licenses/BSD-3-Clause for more information.
*/
#ifndef __MLPACK_CORE_UTIL_BACKTRACE_HPP
#define __MLPACK_CORE_UTIL_BACKTRACE_HPP
More information about the mlpack-git
mailing list