[mlpack] annotated tag debian/2.0.1-1 created (now 051d393)
Barak A. Pearlmutter
barak+git at pearlmutter.net
Mon Feb 15 19:34:28 UTC 2016
This is an automated email from the git hooks/post-receive script.
bap pushed a change to annotated tag debian/2.0.1-1
in repository mlpack.
at 051d393 (tag)
tagging 7fc993b02bf65793cb999bda5794cd2ceb2850e4 (commit)
replaces debian/2.0.0-2
tagged by Barak A. Pearlmutter
on Mon Feb 15 19:32:57 2016 +0000
- Log -----------------------------------------------------------------
mlpack Debian release 2.0.1-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJWwifpAAoJEBJbV0deGQ0YL6UP/j8RZ35By4u0F2da1y80IaLg
n1fH7VYKSHKyqaJlJnprpJzLAjADKb6eAwRqKyox6lj+rjdkeI7qgICZ/E3WksNb
KJH+jBp4YPArkAfJ7I7dVSW+HOrsq9Y989FJzjxce2jolbs9phTTYIem7fvQlzoR
yz88BPyP72B1T9roDVXvfXFMtQGEki8ivJAI7uEbZhx5QVxtr16AqZuomyr55Zsp
X7VIn6tbkwtNZe32l1uGFrxRpn8m2oUg4cg9WCWyKvCww8LcY/wo5uqORjeKcwXX
Z3yUxezt6PD7P4w0l4CGi82cLsIEw/8lc+pQ7ahCyg4frOGRi8bUR33kKkCleahk
ogPsMvji3EW/pyD4mxgmaltXC4N3f0YFzwDAUP2ugFu8JAz1P0YBe0Q2xjbuCBOa
AqWLKUhwrBqONIQ2SgSgBBl9UenIy6YsujZKunv013L335soQQNH0KbImZPvgt2Y
dFfqTn13nMegxMPWZsYZX+otwdvZnSje9pGVEVdaRUFfRuZAB2GLNVWS3byyC2hY
oWMh3UPabp1gmQR0fcp5wpE9XAmyJBGex0474QZOxQn1ckT5Q9aNEkGWp3y6k/0I
Que5c8RmcwTSbA2AErBGYN1ujCuuGPsmB+qW4PdosCOKrm5ZvGfYySefGy4OUbb/
Rjp8sETfOEEA97M0XW6I
=UDhg
-----END PGP SIGNATURE-----
Andy Fang (2):
Fix confusion in error message
Update GetParam<>(parameterName) per marcos
Barak A. Pearlmutter (5):
spelling
COPYRIGHT.txt, repeated field and lintian tag copyright-refers-to-deprecated-bsd-license-file
Merge tag 'upstream/2.0.1'
log changes
forward port quilt patches
Ryan Curtin (28):
Change to BSD license! This was an embarrassing mistake!
Be sure to serialize and deserialize in the same way!
Fix bad memory handling and write a test for it.
Loosen tolerances to increase the probability of successful tests.
Include correct headers.
Handle an edge case when all the points are the same.
Force a minimum value on the diagonal.
Print correct parameter name.
Widen tolerances so tests succeed more.
Print status while loading.
Fix issue that caused hanging tests: use the intended tolerance.
Refactor to allow arbitrary types for Range.
Fix typo: we should be checking HAVE_LAPACK not LAPACK_FOUND.
Better error output for ARFF.
Check number of columns.
A better positive definite constraint strategy.
Widen tolerances; PositiveDefiniteConstraint seems to change things.
Fix bug where arma_config.hpp wouldn't be installed.
Update version number. I forgot to do this!
Loosen tolerance further.
Update history.
Loosen tolerances to prevent spurious test failures.
Preferentially find ATLAS libraries.
Update version number for release.
Add new contributors... how did I forget this?
Document most recent changes.
Update to mlpack 2.0.1.
Update version.hpp.
The Ranger (1):
Use CMAKE_CURRENT_SOURCE_DIR during files generation.
marcus (2):
Fix closing parenthesis.
Remove self assignment.
ryan (2):
Add functions that allow changing training-time parameters.
Update to latest version.
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 435cfa1 Change to BSD license! This was an embarrassing mistake!
new a8c993f Add functions that allow changing training-time parameters.
new 66bb497 Update to latest version.
new 10907ad Be sure to serialize and deserialize in the same way!
new 3fcd8c0 Fix closing parenthesis.
new d13d417 Fix bad memory handling and write a test for it.
new d79fab7 Loosen tolerances to increase the probability of successful tests.
new a3222fd Include correct headers.
new 41ca156 Handle an edge case when all the points are the same.
new 97bcd60 Force a minimum value on the diagonal.
new 818f132 spelling
new 2d75791 COPYRIGHT.txt, repeated field and lintian tag copyright-refers-to-deprecated-bsd-license-file
new 01cd38c Fix confusion in error message
new 3690663 Print correct parameter name.
new 5a41a4b Widen tolerances so tests succeed more.
new 78fac4f Update GetParam<>(parameterName) per marcos
new 9446c3f Print status while loading.
new b40d850 Fix issue that caused hanging tests: use the intended tolerance.
new fb4c078 Remove self assignment.
new 41a4cad Refactor to allow arbitrary types for Range.
new a8b5100 Fix typo: we should be checking HAVE_LAPACK not LAPACK_FOUND.
new f490ec5 Better error output for ARFF.
new f4888d9 Check number of columns.
new 9935250 A better positive definite constraint strategy.
new fe60c6b Use CMAKE_CURRENT_SOURCE_DIR during files generation.
new 364f587 Widen tolerances; PositiveDefiniteConstraint seems to change things.
new 29639af Fix bug where arma_config.hpp wouldn't be installed.
new 698e040 Update version number. I forgot to do this!
new a964357 Loosen tolerance further. This is better-tested than my last attempt and appears to have a very low failure rate.
new 3a9e17c Update history.
new 2614c3a Loosen tolerances to prevent spurious test failures.
new 8628bce Preferentially find ATLAS libraries.
new 8f8b14f Update version number for release.
new 0c66ad8 Add new contributors... how did I forget this?
new ddb32d7 Document most recent changes.
new 7d1886e Update to mlpack 2.0.1.
new 8992704 Update version.hpp.
new 7e1c6d6 Merge tag 'upstream/2.0.1'
new dfe3e1b log changes
new 7fc993b forward port quilt patches
The 40 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.
--
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