[mlpack] 04/10: Update version.

Barak A. Pearlmutter barak+git at pearlmutter.net
Wed Jul 26 21:50:56 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 5d85a27a9af70faddef45652f89b6d4959fa3dda
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue Jul 18 19:41:08 2017 -0400

    Update version.
---
 Doxyfile                         | 2 +-
 HISTORY.md                       | 7 +++++++
 doc/guide/build.hpp              | 4 ++--
 src/mlpack/core/util/version.hpp | 4 ++--
 4 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/Doxyfile b/Doxyfile
index e5daecf..6207857 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -4,7 +4,7 @@
 # Project related configuration options
 #---------------------------------------------------------------------------
 PROJECT_NAME           = mlpack
-PROJECT_NUMBER         = 2.2.3
+PROJECT_NUMBER         = 2.2.4
 OUTPUT_DIRECTORY       = ./doc
 CREATE_SUBDIRS         = NO
 OUTPUT_LANGUAGE        = English
diff --git a/HISTORY.md b/HISTORY.md
index c00885a..1481cef 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,3 +1,10 @@
+### mlpack 2.2.4
+###### 2017-07-18
+  * Speed and memory improvements for DBSCAN. --single_mode can now be used for
+    situations where previously RAM usage was too high.
+
+  * Fix bug in CF causing incorrect recommendations.
+
 ### mlpack 2.2.3
 ###### 2017-05-24
   * Bug fix for --predictions_file in mlpack_decision_tree program.
diff --git a/doc/guide/build.hpp b/doc/guide/build.hpp
index ceab1b3..4a65892 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.3.tar.gz">mlpack-2.2.3</a>
+<a href="http://www.mlpack.org/files/mlpack-2.2.4.tar.gz">mlpack-2.2.4</a>
 
 @section builddir Creating Build Directory
 
 Once the mlpack source is unpacked, you should create a build directory.
 
 @code
-$ cd mlpack-2.2.3
+$ cd mlpack-2.2.4
 $ mkdir build
 @endcode
 
diff --git a/src/mlpack/core/util/version.hpp b/src/mlpack/core/util/version.hpp
index 48fba86..da45ae5 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 3
+#define MLPACK_VERSION_PATCH 4
 
 // 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 3
+#define __MLPACK_VERSION_PATCH 4
 
 // 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