[mlpack] branch master updated (a3d7e95 -> 2a5d2e4)

Barak A. Pearlmutter barak+git at pearlmutter.net
Thu May 25 20:44:08 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  a3d7e95   log changes
       new  da1df46   Install aliases of programs.
       new  d2fa798   Compare minibatch SGD with SGD not SGD with SGD.
       new  ee65731   Initialize visitationOrder for shuffle true and false, to avoid location error if shuffle is false.
       new  fc70fbc   Build against Visual Studio 2015 and Visual Studio 2017.
       new  07d1b4a   Update armadillo to version 7.800.2.
       new  d9924ad   Use the correct/updated file ending tar.xz instead of tar.gz.
       new  a5ea58d   Adjust tolerance to stabilize the SGDSimilarityTest test.
       new  b95b2f9   Potential fix for OS X RectangleTree bug.
       new  403fe73   Remove comments.
       new  2c4c1ea   Significant refactoring for clarity.
       new  83b839f   Refactoring and cleanup.
       new  f40010d   operator&=() doesn't exist, and some line width fixes.
       new  d7e7eb2   Update HISTORY.
       new  858418b   Update version numbers.
       new  31d011f   Propagate fix for mlpack_allkrann backwards compatibility too.
       new  8111a34   Merge tag 'upstream/2.2.2'
       new  a8c164d   update lintian overrides
       new  dddbf58   chrpath --delete per lintian binary-or-shlib-defines-rpath
       new  05e31b3   log changes
       new  2a5d2e4   break out override to correct package

The 20 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:
 .appveyor.yml                                      |  25 +-
 Doxyfile                                           |   2 +-
 HISTORY.md                                         |   9 +
 debian/changelog                                   |   8 +
 debian/control                                     |   1 +
 debian/mlpack-bin.lintian-overrides                |   3 +
 debian/mlpack-doc.lintian-overrides                |  15 -
 debian/rules                                       |   4 +
 doc/guide/build.hpp                                |   4 +-
 .../minibatch_sgd/minibatch_sgd_impl.hpp           |  11 +-
 .../core/tree/rectangle_tree/r_star_tree_split.hpp |  19 +-
 .../tree/rectangle_tree/r_star_tree_split_impl.hpp | 735 +++++++++------------
 .../tree/rectangle_tree/rectangle_tree_impl.hpp    |  17 +-
 .../core/tree/rectangle_tree/x_tree_split.hpp      |   6 +-
 .../core/tree/rectangle_tree/x_tree_split_impl.hpp | 690 +++++++++----------
 src/mlpack/core/util/version.hpp                   |   4 +-
 src/mlpack/methods/neighbor_search/CMakeLists.txt  |   5 +
 src/mlpack/methods/rann/CMakeLists.txt             |   5 +-
 src/mlpack/tests/minibatch_sgd_test.cpp            |  14 +-
 19 files changed, 710 insertions(+), 867 deletions(-)
 create mode 100644 debian/mlpack-bin.lintian-overrides

-- 
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