[shark] branch master updated (184f480 -> 5edd209)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Aug 8 08:29:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a change to branch master
in repository shark.

  discards  184f480   Merge pull request #58 from wrigleyster/pullreq
  discards  f32349d   Trees: renamed splitmatrix → tree, and splitinfo → nodeinfo
  discards  37e13d2   CART/RF: unified const syntax
  discards  c3a3248   website search fixed
  discards  6a50a58   updated to the newest release. fixes #34
       new  18411df   silence tests on debian arm* mips* platforms
       new  be1ad0c   remove index check from findsmallestvector test
       new  836fa91   silenced test for debian arm* mips*
       new  e9a7163   attempt to solve problems mentioned in #63
       new  9c1ee4e   applied CMA test fix of master
       new  5edd209   oops

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (184f480)
            \
             N -- N -- N   refs/heads/master (5edd209)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 6 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:
 Test/Algorithms/DirectSearch/CMA.cpp               |   3 +-
 .../AbstractBudgetMaintenanceStrategy_Test.cpp     |   2 -
 Test/Core/Math.cpp                                 |   2 +-
 Test/LinAlg/BLAS/vector_expression.cpp             |   2 +-
 Test/LinAlg/PartlyPrecomputedMatrix.cpp            |   3 +-
 Test/ObjectiveFunctions/EpsilonHingeLoss.cpp       |   4 +-
 .../ObjectiveFunctions/SquaredEpsilonHingeLoss.cpp |   4 +-
 Test/RBM/TruncatedExponentialLayer.cpp             |   2 +-
 doc/index.html                                     |  16 +-
 include/shark/Algorithms/Trainers/CARTTrainer.h    |  20 +-
 include/shark/Algorithms/Trainers/RFTrainer.h      |  20 +-
 include/shark/Models/Trees/CARTClassifier.h        |  98 +++++-----
 include/shark/Models/Trees/RFClassifier.h          |   8 +-
 src/Algorithms/CARTTrainer.cpp                     | 204 ++++++++++-----------
 src/Algorithms/RFTrainer.cpp                       | 140 +++++++-------
 15 files changed, 262 insertions(+), 266 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/shark.git



More information about the debian-science-commits mailing list