[pktools] branch master updated (423545a -> 6bb3ad3)

Bas Couwenberg sebastic at xs4all.nl
Tue Aug 12 12:24:16 UTC 2014


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

sebastic-guest pushed a change to branch master
in repository pktools.

      from  423545a   Update changelog
       new  736e595   Imported Upstream version 2.5.3
       new  43d25d0   Merge tag 'upstream/2.5.3'
       new  150cdb9   New upstream release.
       new  a8c2d12   Update copyright file.
       new  7911f37   Remove latest_libLAS_support.patch, included upstream.
       new  6bb3ad3   Remove bandwidth-typo.patch, applied upstream.

The 6 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                                          |   15 +
 INSTALL                                            |    6 +
 configure                                          |   22 +-
 configure.ac                                       |    4 +-
 debian/changelog                                   |   14 +-
 debian/copyright                                   |   45 +-
 debian/patches/bandwidth-typo.patch                |   34 -
 debian/patches/latest_libLAS_support.patch         |   34 -
 debian/patches/series                              |    2 -
 pktools.pc.in                                      |    2 +-
 src/algorithms/ConfusionMatrix.h                   |    2 +-
 src/algorithms/CostFactory.h                       |   60 ++
 src/algorithms/FeatureSelector.h                   |   62 +-
 src/algorithms/Filter.cc                           |   45 +
 src/algorithms/Filter.h                            |    8 +-
 src/algorithms/Filter2d.cc                         |   13 +-
 src/algorithms/Filter2d.h                          |   82 +-
 src/algorithms/ImgRegression.cc                    |   91 ++
 .../PosValue.h => algorithms/ImgRegression.h}      |   52 +-
 src/algorithms/Makefile.am                         |    2 +-
 src/algorithms/Makefile.in                         |   14 +-
 src/algorithms/StatFactory.h                       |   31 +-
 src/apps/Makefile.am                               |   14 +-
 src/apps/Makefile.in                               |   59 +-
 src/apps/pkann.cc                                  |   25 +-
 src/apps/pkcomposite.cc                            |   50 +-
 src/apps/pkcrop.cc                                 |    4 +-
 src/apps/pkdiff.cc                                 |   90 +-
 src/apps/pkextract.cc                              |  899 ++++++++++--------
 src/apps/pkfillnodata.cc                           |    4 +-
 src/apps/pkfilter.cc                               |   19 +-
 src/apps/pkfilterdem.cc                            |   75 +-
 src/apps/pkfsann.cc                                |  247 ++---
 src/{base/PosValue.h => apps/pkfsann.h}            |   54 +-
 src/apps/pkfssvm.cc                                |  261 ++---
 src/apps/pkfssvm.h                                 |   57 ++
 src/apps/pkkalman.cc                               | 1004 ++++++++++++++++++++
 src/apps/pklas2img.cc                              |    5 +-
 src/apps/pkoptsvm.cc                               |   18 +-
 src/apps/pksieve.cc                                |    2 +-
 src/apps/pkstatascii.cc                            |   34 +-
 src/apps/pkstatogr.cc                              |  244 ++---
 src/apps/pksvm.cc                                  |  148 +--
 src/imageclasses/ImgReaderGdal.h                   |    3 +
 src/imageclasses/ImgWriterGdal.h                   |    1 +
 45 files changed, 2750 insertions(+), 1207 deletions(-)
 delete mode 100644 debian/patches/bandwidth-typo.patch
 delete mode 100644 debian/patches/latest_libLAS_support.patch
 create mode 100644 src/algorithms/CostFactory.h
 create mode 100644 src/algorithms/ImgRegression.cc
 copy src/{base/PosValue.h => algorithms/ImgRegression.h} (51%)
 copy src/{base/PosValue.h => apps/pkfsann.h} (50%)
 create mode 100644 src/apps/pkfssvm.h
 create mode 100644 src/apps/pkkalman.cc

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