[mlpack] 07/11: Update version number and HISTORY.
Barak A. Pearlmutter
barak+git at pearlmutter.net
Thu Aug 31 13:19:50 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 4f6f2e597c32945d0fef99d037604933c32db936
Author: Ryan Curtin <ryan at ratml.org>
Date: Fri Aug 25 20:08:44 2017 -0400
Update version number and HISTORY.
---
Doxyfile | 2 +-
HISTORY.md | 6 ++++++
doc/guide/build.hpp | 4 ++--
src/mlpack/core/util/version.hpp | 4 ++--
4 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/Doxyfile b/Doxyfile
index 17e91ac..755ea09 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -4,7 +4,7 @@
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = mlpack
-PROJECT_NUMBER = 2.2.4
+PROJECT_NUMBER = 2.2.5
OUTPUT_DIRECTORY = ./doc
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
diff --git a/HISTORY.md b/HISTORY.md
index 1481cef..742f9a3 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,3 +1,9 @@
+### mlpack 2.2.5
+###### 2017-08-25
+ * Compilation fix for some systems (#1082).
+
+ * Fix PARAM_INT_OUT() (#1100).
+
### mlpack 2.2.4
###### 2017-07-18
* Speed and memory improvements for DBSCAN. --single_mode can now be used for
diff --git a/doc/guide/build.hpp b/doc/guide/build.hpp
index 4a65892..d8aecec 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.4.tar.gz">mlpack-2.2.4</a>
+<a href="http://www.mlpack.org/files/mlpack-2.2.5.tar.gz">mlpack-2.2.5</a>
@section builddir Creating Build Directory
Once the mlpack source is unpacked, you should create a build directory.
@code
-$ cd mlpack-2.2.4
+$ cd mlpack-2.2.5
$ mkdir build
@endcode
diff --git a/src/mlpack/core/util/version.hpp b/src/mlpack/core/util/version.hpp
index da45ae5..060fdf2 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 4
+#define MLPACK_VERSION_PATCH 5
// 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 4
+#define __MLPACK_VERSION_PATCH 5
// 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