[mlpack] annotated tag debian/2.0.3-1 created (now e039ee5)

Barak A. Pearlmutter barak+git at pearlmutter.net
Thu Sep 15 23:29:49 UTC 2016


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

bap pushed a change to annotated tag debian/2.0.3-1
in repository mlpack.

        at  e039ee5   (tag)
   tagging  ab570d5e81d8aa2da16034408cfb6599f4062bf5 (commit)
  replaces  debian/2.0.2-1
 tagged by  Barak A. Pearlmutter
        on  Fri Sep 16 00:26:04 2016 +0100

- Log -----------------------------------------------------------------
mlpack Debian release 2.0.3-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJX2y4MAAoJEBJbV0deGQ0YurEP/j0aGayccZ041zia3/wO2dZA
1LAAbhXYVBynFbd7w/+ImxTErAukGtvTmJwmhHnMR++C5qbb1nwzoSlm0Is0jJj7
U65yUAaP7JrBIAksIUx9CJflgrO+UH3dVq/xGw42OsS263M16DFBD+RLnA2wZTT0
yC8GGb0nEq8NEhJVRDIp5FoVdNb9DHk6NgmXgFGuIpyFIl3TDDiCpDzTj07iAzGK
Jp8zSyHXygwDOZdZPjCagYt8qUXhevblVfGk9JmeCGnaakYyGLyJ1zoLFZnqFJgx
l048J3PYHq13TPxtg85AHhD8qFXT3Q+8SFpOwU8vAFRKyKCzWMFYqrD5BZVqbFi7
ayaO/i9hrymY3UbtHhvGmTOC+Z9vCIftPAYx9YXuV/VV79E0T/4cnvtP5yb91raX
1Mvx34xE/qzJUkMBkZx5mM7HcY8HVJ2PJwSHETDmDXoEUi74rqpxYmQ5h0W7jk4v
2eWbDcB/k2IwIovqgKaLQSdNEIlDUKOGMkVjdAm4J8/KxxHZnRvR3QE/7sxfKZqk
DiJEwzL4ljM8OK+RKaFn4gPeRth8hnjeUY2OhStF6BN+L5eL6Vu7XRFluEoidixS
kV5yIqPtysyBUOzaxKTMOtrkz5wMJ7UFYXFFZJTMNC9heh+a30CUbQ5ppDCYgsdP
Ygmgrlwcbqbb3YO+MJzx
=axXW
-----END PGP SIGNATURE-----

Barak A. Pearlmutter (4):
      Merge tag 'upstream/2.0.3'
      forward port quilt patches
      log changes
      harden

MarcosPividori (2):
      Fix TreeTrait for BallTree.
      Fix memory leak when dual tree search and treeOwner == true

Marcus Edel (1):
      If no responses file given, the responses are assumed to be the last row of the input file.

Mike Izbicki (1):
      Fixed broken links in README

Mikhail Lozhnikov (3):
      Replace SortStruct by std::pair
      Fix compiler warnings
      Replace lambdas by a comparator.

Peter Lehner (1):
      Added missing function argument

Ryan Curtin (22):
      Update license information to note other licenses.
      Remove unnecessary includes.
      Fix test: the fourth Gaussian should not be part of the mixture.
      Add new contributor.
      Make the comment a complete sentence.
      Fix duplicate options.
      Warn when the user does not specify a file to test but asks for output.
      Fix misspelled parameter name.
      Fix parameter name issues.
      Better warnings when --output_file is not specified.
      Correct warning for no output.
      Update to --output_predictions_file, but keep old version for reverse compatibility.
      Fix wrong conditional for printing warning.
      Add warning for kernel_pca when --output_file is not specified.
      Add reverse compatibility for some incorrectly-named parameters.
      Fix incorrect conditionals.  Thanks to Sergiu Deitsch for pointing these out.
      Update documentation; 'parent' is very outdated; that parameter is actually
      Don't add unknown options for Visual Studio.
      Apply fix from #731 to RangeSearch and RASearch.
      Update version to 2.0.3.
      Add license to files that are missing the license.
      Remove files that are not to be released.

Seb Bro (1):
      Fixing vector classes to comply with method calls.

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  078c444   Update license information to note other licenses.
       new  9650ace   Fixed broken links in README
       new  3f13a82   Remove unnecessary includes.
       new  4776877   Added missing function argument
       new  102fc20   Fix test: the fourth Gaussian should not be part of the mixture.
       new  8b53d18   Add new contributor.
       new  3cd8421   If no responses file given, the responses are assumed to be the last row of the input file.
       new  2cbb163   Make the comment a complete sentence.
       new  bbf092e   Replace SortStruct by std::pair
       new  e348366   Fix compiler warnings
       new  87e39fb   Replace lambdas by a comparator.
       new  8073050   Fix duplicate options.
       new  6f3067f   Warn when the user does not specify a file to test but asks for output.
       new  2212984   Fix misspelled parameter name.
       new  da1425c   Fix parameter name issues.
       new  357a169   Better warnings when --output_file is not specified.
       new  02d15d1   Correct warning for no output.
       new  65f5496   Update to --output_predictions_file, but keep old version for reverse compatibility.
       new  3645827   Fix wrong conditional for printing warning.
       new  46a7ffd   Add warning for kernel_pca when --output_file is not specified.
       new  2a3e19b   Add reverse compatibility for some incorrectly-named parameters.
       new  2b3de33   Fix incorrect conditionals.  Thanks to Sergiu Deitsch for pointing these out.
       new  6c394ff   Update documentation; 'parent' is very outdated; that parameter is actually 'alias'.
       new  c5a1c5c   Don't add unknown options for Visual Studio.
       new  58523f0   Fix TreeTrait for BallTree.
       new  fc4195d   Fixing vector classes to comply with method calls.
       new  96b536b   Fix memory leak when dual tree search and treeOwner == true
       new  715c474   Apply fix from #731 to RangeSearch and RASearch.
       new  62a9057   Update version to 2.0.3.
       new  22f38d9   Add license to files that are missing the license.
       new  19c3906   Remove files that are not to be released.
       new  c11f65a   Merge tag 'upstream/2.0.3'
       new  ac50d28   forward port quilt patches
       new  a5a82d5   log changes
       new  ab570d5   harden

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