[pktools] branch upstream updated (f8b27c6 -> 9b0bef3)

Francesco Lovergine frankie at moszumanska.debian.org
Thu Mar 27 15:30:19 UTC 2014


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

frankie pushed a change to branch upstream
in repository pktools.

      from  f8b27c6   Imported Upstream version 2.5.1
       new  9b0bef3   Imported Upstream version 2.5.2

The 1 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:
 ChangeLog                                    |  25 ++-
 Makefile.in                                  |   1 +
 README                                       |   2 +-
 config.h                                     |   6 +-
 configure                                    |  28 ++-
 configure.ac                                 |   8 +-
 src/algorithms/Egcs.cc                       |   6 +-
 src/algorithms/Egcs.h                        |   4 +-
 src/algorithms/FeatureSelector.h             |   4 +-
 src/algorithms/Filter.h                      |  12 +-
 src/algorithms/Filter2d.cc                   |  20 +-
 src/algorithms/Filter2d.h                    |  34 +--
 src/algorithms/Makefile.am                   |   7 +-
 src/algorithms/Makefile.in                   |   9 +-
 src/algorithms/StatFactory.h                 |  67 +++---
 src/algorithms/myfann_cpp.h                  |   2 +-
 src/apps/Makefile.am                         |  36 ++--
 src/apps/Makefile.in                         | 305 +++++++++++++--------------
 src/apps/{pkclassify_nn.cc => pkann.cc}      |  17 +-
 src/apps/pkascii2img.cc                      |   2 +-
 src/apps/{pkmosaic.cc => pkcomposit.cc}      |   2 +-
 src/apps/pkdiff.cc                           |   2 +-
 src/apps/pkdumpimg.cc                        |   2 +-
 src/apps/pkextract.cc                        |  25 +--
 src/apps/{pkfs_nn.cc => pkfsann.cc}          |  30 +--
 src/apps/{pkfs_svm.cc => pkfssvm.cc}         |   6 +-
 src/apps/pklas2img.cc                        |   4 +-
 src/apps/{pkopt_svm.cc => pkoptsvm.cc}       |   8 +-
 src/apps/{pkregression_nn.cc => pkregann.cc} |   3 +-
 src/apps/pkstatascii.cc                      |   8 +-
 src/apps/{pkclassify_svm.cc => pksvm.cc}     |  15 +-
 src/base/Makefile.am                         |   7 +-
 src/base/Makefile.in                         |   9 +-
 src/base/Optionpk.h                          | 209 +++++++++---------
 src/base/Vector2d.h                          |   4 +-
 src/fileclasses/Makefile.am                  |   7 +-
 src/fileclasses/Makefile.in                  |   9 +-
 src/imageclasses/ImgReaderGdal.h             |   6 +-
 src/imageclasses/ImgWriterGdal.h             |   2 +-
 src/imageclasses/Makefile.am                 |   7 +-
 src/imageclasses/Makefile.in                 |   9 +-
 src/lasclasses/Makefile.am                   |   7 +-
 src/lasclasses/Makefile.in                   |   9 +-
 43 files changed, 547 insertions(+), 438 deletions(-)
 rename src/apps/{pkclassify_nn.cc => pkann.cc} (98%)
 rename src/apps/{pkmosaic.cc => pkcomposit.cc} (99%)
 rename src/apps/{pkfs_nn.cc => pkfsann.cc} (97%)
 rename src/apps/{pkfs_svm.cc => pkfssvm.cc} (99%)
 rename src/apps/{pkopt_svm.cc => pkoptsvm.cc} (98%)
 rename src/apps/{pkregression_nn.cc => pkregann.cc} (99%)
 rename src/apps/{pkclassify_svm.cc => pksvm.cc} (98%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pktools.git



More information about the Pkg-grass-devel mailing list