[mlpack-git] master: Add documentation for new backtrace functionality. (91881a9)

gitdub at mlpack.org gitdub at mlpack.org
Tue Mar 15 15:58:54 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/e93f41525d6748b0dd993d4f6d041eaf3010d627...c487c587fb54bc5502f638943c3a52aea56a40da

>---------------------------------------------------------------

commit 91881a9ad733062bab7d4cb929478aadd048aeb4
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue Mar 15 12:58:54 2016 -0700

    Add documentation for new backtrace functionality.


>---------------------------------------------------------------

91881a9ad733062bab7d4cb929478aadd048aeb4
 HISTORY.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/HISTORY.md b/HISTORY.md
index d4da3a5..9dfae51 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -5,6 +5,10 @@
   * Add MiniBatchSGD optimizer (src/mlpack/core/optimizers/minibatch_sgd/) and
     allow its use in mlpack_logistic_regression and mlpack_nca programs.
 
+  * Add better backtrace support from Grzegorz Krajewski for Log::Fatal messages
+    when compiled with debugging and profiling symbols.  This requires libbfd
+    and libdl to be present during compilation.
+
 ### mlpack 2.0.1
 ###### 2016-02-04
   * Fix CMake to properly detect when MKL is being used with Armadillo.




More information about the mlpack-git mailing list