[mlpack-git] master: Update to latest version number. (256d77d)
gitdub at mlpack.org
gitdub at mlpack.org
Wed Jul 27 10:10:24 EDT 2016
Repository : https://github.com/mlpack/mlpack
On branch : master
Link : https://github.com/mlpack/mlpack/compare/496f1e48475e5bc59ea7a612e3303380d03c9273...256d77dfc80c49b9136055536d6c58985e02a8de
>---------------------------------------------------------------
commit 256d77dfc80c49b9136055536d6c58985e02a8de
Author: Ryan Curtin <ryan at ratml.org>
Date: Wed Jul 27 10:10:09 2016 -0400
Update to latest version number.
>---------------------------------------------------------------
256d77dfc80c49b9136055536d6c58985e02a8de
README.md | 2 +-
doc/guide/build.hpp | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index d8fe80c..5c36b86 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.2)](http://www.mlpack.org/files/mlpack-2.0.2.tar.gz).**
+**Download [current stable version (2.0.3)](http://www.mlpack.org/files/mlpack-2.0.3.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 2a719d4..f3b0cad 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.2.tar.gz">mlpack-2.0.2</a>
+<a href="http://www.mlpack.org/files/mlpack-2.0.3.tar.gz">mlpack-2.0.3</a>
@section builddir Creating Build Directory
Once the mlpack source is unpacked, you should create a build directory.
@code
-$ cd mlpack-2.0.2
+$ cd mlpack-2.0.3
$ mkdir build
@endcode
More information about the mlpack-git
mailing list