[pktools] 06/06: Remove bandwidth-typo.patch, applied upstream.
Bas Couwenberg
sebastic at xs4all.nl
Tue Aug 12 12:24:17 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a commit to branch master
in repository pktools.
commit 6bb3ad35d935348a38a6b95581b9ff2f7ab764a0
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Tue Aug 12 13:49:52 2014 +0200
Remove bandwidth-typo.patch, applied upstream.
---
debian/changelog | 1 +
debian/patches/bandwidth-typo.patch | 34 ----------------------------------
debian/patches/series | 1 -
3 files changed, 1 insertion(+), 35 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b9afcb7..71956d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ pktools (2.5.3-1) UNRELEASED; urgency=medium
(closes: #757584)
* Update copyright file.
* Remove latest_libLAS_support.patch, included upstream.
+ * Remove bandwidth-typo.patch, applied upstream.
-- Bas Couwenberg <sebastic at xs4all.nl> Tue, 12 Aug 2014 13:28:30 +0200
diff --git a/debian/patches/bandwidth-typo.patch b/debian/patches/bandwidth-typo.patch
deleted file mode 100644
index 6008e98..0000000
--- a/debian/patches/bandwidth-typo.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-Description: Fix 'bandwith' typo, replace with 'bandwidth'.
-Author: Bas Couwenberg <sebastic at xs4all.nl>
-
---- a/src/apps/pkstatascii.cc
-+++ b/src/apps/pkstatascii.cc
-@@ -56,7 +56,7 @@ int main(int argc, char *argv[])
- Optionpk<bool> histogram2d_opt("hist2d","hist2d","calculate 2-dimensional histogram based on two columns",false);
- Optionpk<short> nbin_opt("nbin","nbin","number of bins to calculate histogram");
- Optionpk<bool> relative_opt("rel","relative","use percentiles for histogram to calculate histogram",false);
-- Optionpk<double> kde_opt("kde","kde","bandwith of kernel density when producing histogram, use 0 for practical estimation based on Silverman's rule of thumb. Leave empty if no kernel density is required");
-+ Optionpk<double> kde_opt("kde","kde","bandwidth of kernel density when producing histogram, use 0 for practical estimation based on Silverman's rule of thumb. Leave empty if no kernel density is required");
- Optionpk<bool> correlation_opt("cor","correlation","calculate Pearson produc-moment correlation coefficient between two columns (defined by -c <col1> -c <col2>",false);
- Optionpk<bool> rmse_opt("rmse","rmse","calculate root mean square error between two columns (defined by -c <col1> -c <col2>",false);
- Optionpk<bool> reg_opt("reg","regression","calculate linear regression error between two columns (defined by -c <col1> -c <col2>",false);
-@@ -202,7 +202,7 @@ int main(int argc, char *argv[])
- if(max_opt[0])
- cout << "max value column " << col_opt[icol] << ": " << stat.mymax(dataVector[icol]) << endl;
- if(histogram_opt[0]){
-- //todo: support kernel density function and estimate sigma as in practical estimate of the bandwith in http://en.wikipedia.org/wiki/Kernel_density_estimation
-+ //todo: support kernel density function and estimate sigma as in practical estimate of the bandwidth in http://en.wikipedia.org/wiki/Kernel_density_estimation
- double sigma=0;
- if(kde_opt.size()){
- if(kde_opt[0]>0)
---- a/src/apps/pkstatogr.cc
-+++ b/src/apps/pkstatogr.cc
-@@ -38,7 +38,7 @@ int main(int argc, char *argv[])
- Optionpk<bool> histogram_opt("hist","hist","calculate histogram",false);
- Optionpk<unsigned int> nbin_opt("nbin", "nbin", "number of bins");
- Optionpk<bool> relative_opt("rel","relative","use percentiles for histogram to calculate histogram",false);
-- Optionpk<double> kde_opt("kde","kde","bandwith of kernel density when producing histogram, use 0 for practical estimation based on Silverman's rule of thumb. Leave empty if no kernel density is required");
-+ Optionpk<double> kde_opt("kde","kde","bandwidth of kernel density when producing histogram, use 0 for practical estimation based on Silverman's rule of thumb. Leave empty if no kernel density is required");
- Optionpk<bool> mean_opt("mean","mean","calculate mean value",false);
- Optionpk<bool> median_opt("median","median","calculate median value",false);
- Optionpk<bool> stdev_opt("stdev","stdev","calculate standard deviation",false);
diff --git a/debian/patches/series b/debian/patches/series
index 0cdaa8e..e9e0975 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-bandwidth-typo.patch
automake-subdir-objects.patch
--
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