[mlpack] 02/05: Update version and history.
Barak A. Pearlmutter
barak+git at pearlmutter.net
Mon May 29 12:59:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to branch master
in repository mlpack.
commit 02457d304edc3735320516ec1b87daff9963b5dd
Author: Ryan Curtin <ryan at ratml.org>
Date: Wed May 24 09:51:04 2017 -0400
Update version and history.
---
Doxyfile | 2 +-
HISTORY.md | 4 ++++
doc/guide/build.hpp | 4 ++--
src/mlpack/core/util/version.hpp | 4 ++--
4 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/Doxyfile b/Doxyfile
index 1a900f9..e5daecf 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -4,7 +4,7 @@
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = mlpack
-PROJECT_NUMBER = 2.2.2
+PROJECT_NUMBER = 2.2.3
OUTPUT_DIRECTORY = ./doc
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
diff --git a/HISTORY.md b/HISTORY.md
index 573f4f9..c00885a 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,3 +1,7 @@
+### mlpack 2.2.3
+###### 2017-05-24
+ * Bug fix for --predictions_file in mlpack_decision_tree program.
+
### mlpack 2.2.2
###### 2017-05-04
* Install backwards-compatibility mlpack_allknn and mlpack_allkfn programs;
diff --git a/doc/guide/build.hpp b/doc/guide/build.hpp
index d175747..ceab1b3 100644
--- a/doc/guide/build.hpp
+++ b/doc/guide/build.hpp
@@ -23,14 +23,14 @@ href="https://keon.io/mlpack/mlpack-on-windows/">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.2.2.tar.gz">mlpack-2.2.2</a>
+<a href="http://www.mlpack.org/files/mlpack-2.2.3.tar.gz">mlpack-2.2.3</a>
@section builddir Creating Build Directory
Once the mlpack source is unpacked, you should create a build directory.
@code
-$ cd mlpack-2.2.2
+$ cd mlpack-2.2.3
$ mkdir build
@endcode
diff --git a/src/mlpack/core/util/version.hpp b/src/mlpack/core/util/version.hpp
index b786980..48fba86 100644
--- a/src/mlpack/core/util/version.hpp
+++ b/src/mlpack/core/util/version.hpp
@@ -18,13 +18,13 @@
// with higher number than the most recent release.
#define MLPACK_VERSION_MAJOR 2
#define MLPACK_VERSION_MINOR 2
-#define MLPACK_VERSION_PATCH 2
+#define MLPACK_VERSION_PATCH 3
// Reverse compatibility; these macros will be removed in future versions of
// mlpack (3.0.0 and newer)!
#define __MLPACK_VERSION_MAJOR 2
#define __MLPACK_VERSION_MINOR 2
-#define __MLPACK_VERSION_PATCH 2
+#define __MLPACK_VERSION_PATCH 3
// The name of the version (for use by --version).
namespace mlpack {
--
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