Update latest stable version information.

This commit is contained in:
Ryan Curtin
2016-10-31 22:45:08 +09:00
parent 91564ff7f1
commit d2de4e8f32
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
### mlpack 2.x.x
###### 2016-??-??
### mlpack 2.1.0
###### 2016-10-31
* Fixed CoverTree to properly handle single-point datasets.
* Fixed a bug in CosineTree (and thus QUIC-SVD) that caused split failures for
+1 -1
View File
@@ -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.3)](http://www.mlpack.org/files/mlpack-2.0.3.tar.gz).**
**Download [current stable version (2.1.0)](http://www.mlpack.org/files/mlpack-2.1.0.tar.gz).**
[![Build Status](http://masterblaster.mlpack.org/job/mlpack%20-%20git%20commit%20test/badge/icon)](http://masterblaster.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> [![Coverage Status](https://coveralls.io/repos/github/mlpack/mlpack/badge.svg?branch=master)](https://coveralls.io/github/mlpack/mlpack?branch=master)
+2 -2
View File
@@ -23,14 +23,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.3.tar.gz">mlpack-2.0.3</a>
<a href="http://www.mlpack.org/files/mlpack-2.1.0.tar.gz">mlpack-2.1.0</a>
@section builddir Creating Build Directory
Once the mlpack source is unpacked, you should create a build directory.
@code
$ cd mlpack-2.0.3
$ cd mlpack-2.1.0
$ mkdir build
@endcode