This is an automated email from the ASF dual-hosted git repository.
domino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/madlib.git.
from 0aefb14 Kmeans: Fix auto kmeans tests
new bd54e01 sample: Use bernoulli_distribution from boost::, not stl:: or
boost::TR1
new fa0f42d boost: Smarter logic for Boost detection & download
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CMakeLists.txt | 86 +++++++++++++++++-----
src/CMakeLists.txt | 41 ++++-------
src/dbal/BoostIntegration/MathToolkit_impl.hpp | 22 ++++--
src/dbal/Reference_proto.hpp | 2 +-
src/library.ver | 2 +-
src/modules/lda/lda.cpp | 6 +-
src/modules/recursive_partitioning/DT_impl.hpp | 2 +-
.../recursive_partitioning/feature_encoding.cpp | 2 +-
src/modules/sample/WeightedSample_impl.hpp | 14 +---
src/modules/stats/wilcoxon_signed_rank_test.cpp | 10 ++-
.../NativeRandomNumberGenerator_proto.hpp | 3 +-
src/ports/postgres/dbconnector/NewDelete.cpp | 21 ++++--
12 files changed, 128 insertions(+), 83 deletions(-)