[mlpack] branch master updated (f4c07b2 -> b45bcb7)
Barak A. Pearlmutter
barak+git at pearlmutter.net
Mon Dec 26 10:15:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
bap pushed a change to branch master
in repository mlpack.
from f4c07b2 log changes
new 0a7fd0e Remove incorrect information. Solves #805.
new a538c93 Update HISTORY.
new b5dc024 Remove unnecessary local variables.
new 509739b switch last (!) remaining std::cout to destination
new b83e804 Remove unnecessary printing.
new 4e4186e Fix minor misspelling.
new d38340d Fix names of tests to match other mlpack tests.
new 19f6710 Don't make test names overlap with class names.
new 8883bc3 Add serialization test.
new d7e1533 Use std::cout so users get output.
new 97cd759 Fix a few documentation errors.
new d26bfcb Fix too-specific DecisionStump implementation.
new c1f875d Update emails for AppVeyor and Travis.
new 8e62052 Don't use equal initial probabilities.
new 620d8a1 Fix Log compatibility with std::fixed and std::setprecision
new 1ebd6d2 Added testcase for formatted output
new 3eaad75 Change formatted output test
new 4eb841e Split tests for PrefixedOutStream and Timer
new 3a16a88 - DET templating ready and tests passing.
new bb340d0 Fix -Wunused.
new 71e02e8 Fix deprecated constructor usage.
new 5507420 Minor formatting fixes: remove extra empty lines.
new 45fe820 Don't initialize emissions randomly; initialize them in a way that reflects the training data distribution.
new a770d1d Clarify use of -std=c++11.
new 73ba5e7 Remove random initialization since it is done by default now.
new 3681fe1 Update version to 2.1.1.
new 4e20f35 Remove deprecated function.
new 5f5c053 Merge tag 'upstream/2.1.1'
new 8c5d507 gbp pq import/export
new b45bcb7 log changes
The 30 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 | 2 +-
.travis.yml | 2 +-
CMake/mlpack.pc.in | 5 -
COPYRIGHT.txt | 2 +
Doxyfile | 2 +-
HISTORY.md | 12 ++
README.md | 2 +-
debian/changelog | 6 +
debian/patches/0001-build-Doxygen.patch | 4 +-
debian/patches/0002-Doxygen-timestamp.patch | 2 +-
doc/guide/build.hpp | 2 +-
doc/guide/sample.hpp | 6 +-
doc/tutorials/det/det.txt | 10 +-
src/mlpack/core.hpp | 2 +
src/mlpack/core/arma_extend/Mat_extra_bones.hpp | 9 +
src/mlpack/core/arma_extend/SpMat_extra_bones.hpp | 8 +
src/mlpack/core/util/prefixedoutstream_impl.hpp | 6 +-
src/mlpack/core/util/version.hpp | 4 +-
.../methods/approx_kfn/drusilla_select_impl.hpp | 1 -
.../methods/decision_stump/decision_stump.hpp | 4 +-
.../methods/decision_stump/decision_stump_impl.hpp | 9 +-
src/mlpack/methods/emst/dtb.hpp | 4 +-
src/mlpack/methods/hmm/hmm_impl.hpp | 11 +-
src/mlpack/methods/hmm/hmm_train_main.cpp | 131 +++++++++-----
src/mlpack/methods/lsh/lsh_search.hpp | 4 -
src/mlpack/tests/CMakeLists.txt | 2 +
src/mlpack/tests/cli_test.cpp | 198 ---------------------
src/mlpack/tests/decision_stump_test.cpp | 34 ++++
src/mlpack/tests/hmm_test.cpp | 5 +-
src/mlpack/tests/kernel_test.cpp | 58 +++---
src/mlpack/tests/lsh_test.cpp | 2 +-
src/mlpack/tests/mean_shift_test.cpp | 2 -
src/mlpack/tests/prefixedoutstream_test.cpp | 164 +++++++++++++++++
src/mlpack/tests/timer_test.cpp | 93 ++++++++++
src/mlpack/tests/ub_tree_test.cpp | 8 +-
35 files changed, 496 insertions(+), 320 deletions(-)
create mode 100644 src/mlpack/tests/prefixedoutstream_test.cpp
create mode 100644 src/mlpack/tests/timer_test.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