[mlpack] branch master updated (a451930 -> 78564d5)
    Barak A. Pearlmutter 
    barak+git at pearlmutter.net
       
    Thu Aug 31 13:19:48 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
bap pushed a change to branch master
in repository mlpack.
      from  a451930   log changes
       new  6ad1f8c   Refactor RSModel implementation to be inlined into rs_model_impl.hpp.
       new  d301b34   Fix -Wreorder.
       new  bf66fcf   Fix RSModel declarations.
       new  0689cbb   Remove rs_model.cpp.
       new  0870333   Don't document private members.
       new  f77fe95   PARAM_INT_OUT() should be an output parameter...
       new  4f6f2e5   Update version number and HISTORY.
       new  2908d43   Merge tag 'upstream/2.2.5'
       new  a0c8250   bump policy
       new  ca50c59   secure URL
       new  78564d5   log changes
The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
 Doxyfile                                           |   6 +-
 HISTORY.md                                         |   6 +
 debian/changelog                                   |   8 +
 debian/control                                     |   4 +-
 doc/guide/build.hpp                                |   4 +-
 .../aug_lagrangian_function_impl.hpp               |   4 +-
 src/mlpack/core/util/param.hpp                     |   2 +-
 src/mlpack/core/util/version.hpp                   |   4 +-
 src/mlpack/methods/range_search/CMakeLists.txt     |   1 -
 src/mlpack/methods/range_search/rs_model.cpp       | 218 -----------------
 src/mlpack/methods/range_search/rs_model.hpp       |   9 +
 src/mlpack/methods/range_search/rs_model_impl.hpp  | 259 +++++++++++++++++++++
 12 files changed, 294 insertions(+), 231 deletions(-)
 delete mode 100644 src/mlpack/methods/range_search/rs_model.cpp
-- 
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