Hello community,

here is the log from the commit of package perl-Statistics-Descriptive for 
openSUSE:Factory checked in at 2018-11-12 09:38:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Statistics-Descriptive (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Statistics-Descriptive.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Statistics-Descriptive"

Mon Nov 12 09:38:53 2018 rev:18 rq:647343 version:3.0702

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Statistics-Descriptive/perl-Statistics-Descriptive.changes
  2018-07-28 12:41:23.176539239 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Statistics-Descriptive.new/perl-Statistics-Descriptive.changes
     2018-11-12 09:39:14.933376159 +0100
@@ -1,0 +2,11 @@
+Thu Nov  8 06:57:02 UTC 2018 - Stephan Kulow <[email protected]>
+
+- updated to 3.0702
+   see /usr/share/doc/packages/perl-Statistics-Descriptive/Changes
+
+  3.0702      2018-10-25
+      - Rephrase some lacking phrasing in the docs.
+          - https://github.com/shlomif/perl-Statistics-Descriptive/issues/5
+          - Thanks to @melak .
+
+-------------------------------------------------------------------

Old:
----
  Statistics-Descriptive-3.0701.tar.gz

New:
----
  Statistics-Descriptive-3.0702.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Statistics-Descriptive.spec ++++++
--- /var/tmp/diff_new_pack.dOPvrQ/_old  2018-11-12 09:39:15.893374780 +0100
+++ /var/tmp/diff_new_pack.dOPvrQ/_new  2018-11-12 09:39:15.897374774 +0100
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           perl-Statistics-Descriptive
-Version:        3.0701
+Version:        3.0702
 Release:        0
 %define cpan_name Statistics-Descriptive
 Summary:        Module of basic descriptive statistical functions
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Statistics-Descriptive/
+Url:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
@@ -59,7 +59,7 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./Build build flags=%{?_smp_mflags}
 
 %check

++++++ Statistics-Descriptive-3.0701.tar.gz -> 
Statistics-Descriptive-3.0702.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Statistics-Descriptive-3.0701/Build.PL 
new/Statistics-Descriptive-3.0702/Build.PL
--- old/Statistics-Descriptive-3.0701/Build.PL  2018-07-14 12:17:17.000000000 
+0200
+++ new/Statistics-Descriptive-3.0702/Build.PL  2018-10-25 20:11:55.000000000 
+0200
@@ -19,7 +19,7 @@
     "Shlomi Fish <shlomif\@cpan.org>"
   ],
   "dist_name" => "Statistics-Descriptive",
-  "dist_version" => "3.0701",
+  "dist_version" => "3.0702",
   "license" => "perl",
   "module_name" => "Statistics::Descriptive",
   "recursive_test_files" => 1,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Statistics-Descriptive-3.0701/Changes 
new/Statistics-Descriptive-3.0702/Changes
--- old/Statistics-Descriptive-3.0701/Changes   2018-07-14 12:17:17.000000000 
+0200
+++ new/Statistics-Descriptive-3.0702/Changes   2018-10-25 20:11:55.000000000 
+0200
@@ -1,5 +1,10 @@
 Revision history for Perl extension Statistics::Descriptive.
 
+3.0702      2018-10-25
+    - Rephrase some lacking phrasing in the docs.
+        - https://github.com/shlomif/perl-Statistics-Descriptive/issues/5
+        - Thanks to @melak .
+
 3.0701      2018-07-14
     - Typo corrections thanks to Debian
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Statistics-Descriptive-3.0701/META.json 
new/Statistics-Descriptive-3.0702/META.json
--- old/Statistics-Descriptive-3.0701/META.json 2018-07-14 12:17:17.000000000 
+0200
+++ new/Statistics-Descriptive-3.0702/META.json 2018-10-25 20:11:55.000000000 
+0200
@@ -76,27 +76,27 @@
    "provides" : {
       "Statistics::Descriptive" : {
          "file" : "lib/Statistics/Descriptive.pm",
-         "version" : "3.0701"
+         "version" : "3.0702"
       },
       "Statistics::Descriptive::Full" : {
          "file" : "lib/Statistics/Descriptive/Full.pm",
-         "version" : "3.0701"
+         "version" : "3.0702"
       },
       "Statistics::Descriptive::Smoother" : {
          "file" : "lib/Statistics/Descriptive/Smoother.pm",
-         "version" : "3.0701"
+         "version" : "3.0702"
       },
       "Statistics::Descriptive::Smoother::Exponential" : {
          "file" : "lib/Statistics/Descriptive/Smoother/Exponential.pm",
-         "version" : "3.0701"
+         "version" : "3.0702"
       },
       "Statistics::Descriptive::Smoother::Weightedexponential" : {
          "file" : "lib/Statistics/Descriptive/Smoother/Weightedexponential.pm",
-         "version" : "3.0701"
+         "version" : "3.0702"
       },
       "Statistics::Descriptive::Sparse" : {
          "file" : "lib/Statistics/Descriptive/Sparse.pm",
-         "version" : "3.0701"
+         "version" : "3.0702"
       }
    },
    "release_status" : "stable",
@@ -111,10 +111,10 @@
          "web" : "https://github.com/shlomif/perl-Statistics-Descriptive";
       }
    },
-   "version" : "3.0701",
+   "version" : "3.0702",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.026002"
+         "version" : "5.028000"
       },
       "plugins" : [
          {
@@ -565,7 +565,7 @@
          "version" : "6.012"
       }
    },
-   "x_generated_by_perl" : "v5.26.2",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.04"
+   "x_generated_by_perl" : "v5.28.0",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.06"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Statistics-Descriptive-3.0701/META.yml 
new/Statistics-Descriptive-3.0702/META.yml
--- old/Statistics-Descriptive-3.0701/META.yml  2018-07-14 12:17:17.000000000 
+0200
+++ new/Statistics-Descriptive-3.0702/META.yml  2018-10-25 20:11:55.000000000 
+0200
@@ -33,22 +33,22 @@
 provides:
   Statistics::Descriptive:
     file: lib/Statistics/Descriptive.pm
-    version: '3.0701'
+    version: '3.0702'
   Statistics::Descriptive::Full:
     file: lib/Statistics/Descriptive/Full.pm
-    version: '3.0701'
+    version: '3.0702'
   Statistics::Descriptive::Smoother:
     file: lib/Statistics/Descriptive/Smoother.pm
-    version: '3.0701'
+    version: '3.0702'
   Statistics::Descriptive::Smoother::Exponential:
     file: lib/Statistics/Descriptive/Smoother/Exponential.pm
-    version: '3.0701'
+    version: '3.0702'
   Statistics::Descriptive::Smoother::Weightedexponential:
     file: lib/Statistics/Descriptive/Smoother/Weightedexponential.pm
-    version: '3.0701'
+    version: '3.0702'
   Statistics::Descriptive::Sparse:
     file: lib/Statistics/Descriptive/Sparse.pm
-    version: '3.0701'
+    version: '3.0702'
 requires:
   Carp: '0'
   List::MoreUtils: '0'
@@ -64,10 +64,10 @@
   bugtracker: https://github.com/shlomif/perl-Statistics-Descriptive/issues
   homepage: http://metacpan.org/release/Statistics-Descriptive
   repository: git://github.com/shlomif/perl-Statistics-Descriptive.git
-version: '3.0701'
+version: '3.0702'
 x_Dist_Zilla:
   perl:
-    version: '5.026002'
+    version: '5.028000'
   plugins:
     -
       class: Dist::Zilla::Plugin::Prereqs
@@ -413,5 +413,5 @@
     config:
       is_trial: '0'
     version: '6.012'
-x_generated_by_perl: v5.26.2
+x_generated_by_perl: v5.28.0
 x_serialization_backend: 'YAML::Tiny version 1.73'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Statistics-Descriptive-3.0701/Makefile.PL 
new/Statistics-Descriptive-3.0702/Makefile.PL
--- old/Statistics-Descriptive-3.0701/Makefile.PL       2018-07-14 
12:17:17.000000000 +0200
+++ new/Statistics-Descriptive-3.0702/Makefile.PL       2018-10-25 
20:11:55.000000000 +0200
@@ -41,7 +41,7 @@
     "Test::More" => "0.88",
     "lib" => 0
   },
-  "VERSION" => "3.0701",
+  "VERSION" => "3.0702",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Statistics-Descriptive-3.0701/lib/Statistics/Descriptive/Full.pm 
new/Statistics-Descriptive-3.0702/lib/Statistics/Descriptive/Full.pm
--- old/Statistics-Descriptive-3.0701/lib/Statistics/Descriptive/Full.pm        
2018-07-14 12:17:17.000000000 +0200
+++ new/Statistics-Descriptive-3.0702/lib/Statistics/Descriptive/Full.pm        
2018-10-25 20:11:55.000000000 +0200
@@ -1,5 +1,5 @@
 package Statistics::Descriptive::Full;
-$Statistics::Descriptive::Full::VERSION = '3.0701';
+$Statistics::Descriptive::Full::VERSION = '3.0702';
 use strict;
 use warnings;
 
@@ -821,7 +821,7 @@
 
 =head1 VERSION
 
-version 3.0701
+version 3.0702
 
 =head1 SYNOPSIS
 
@@ -853,7 +853,7 @@
 
 =head1 VERSION
 
-version 3.0701
+version 3.0702
 
 =head1 METHODS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Statistics-Descriptive-3.0701/lib/Statistics/Descriptive/Smoother/Exponential.pm
 
new/Statistics-Descriptive-3.0702/lib/Statistics/Descriptive/Smoother/Exponential.pm
--- 
old/Statistics-Descriptive-3.0701/lib/Statistics/Descriptive/Smoother/Exponential.pm
        2018-07-14 12:17:17.000000000 +0200
+++ 
new/Statistics-Descriptive-3.0702/lib/Statistics/Descriptive/Smoother/Exponential.pm
        2018-10-25 20:11:55.000000000 +0200
@@ -4,7 +4,7 @@
 
 use base 'Statistics::Descriptive::Smoother';
 
-our $VERSION = '3.0701';
+our $VERSION = '3.0702';
 
 sub _new {
     my ($class, $args) = @_;
@@ -41,7 +41,7 @@
 
 =head1 VERSION
 
-version 3.0701
+version 3.0702
 
 =head1 SYNOPSIS
 
@@ -84,7 +84,7 @@
 
 =head1 VERSION
 
-version 3.0701
+version 3.0702
 
 =head1 METHODS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Statistics-Descriptive-3.0701/lib/Statistics/Descriptive/Smoother/Weightedexponential.pm
 
new/Statistics-Descriptive-3.0702/lib/Statistics/Descriptive/Smoother/Weightedexponential.pm
--- 
old/Statistics-Descriptive-3.0701/lib/Statistics/Descriptive/Smoother/Weightedexponential.pm
        2018-07-14 12:17:17.000000000 +0200
+++ 
new/Statistics-Descriptive-3.0702/lib/Statistics/Descriptive/Smoother/Weightedexponential.pm
        2018-10-25 20:11:55.000000000 +0200
@@ -5,7 +5,7 @@
 use Carp;
 use base 'Statistics::Descriptive::Smoother';
 
-our $VERSION = '3.0701';
+our $VERSION = '3.0702';
 
 sub _new {
     my ($class, $args) = @_;
@@ -85,7 +85,7 @@
 
 =head1 VERSION
 
-version 3.0701
+version 3.0702
 
 =head1 SYNOPSIS
 
@@ -135,7 +135,7 @@
 
 =head1 VERSION
 
-version 3.0701
+version 3.0702
 
 =head1 METHODS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Statistics-Descriptive-3.0701/lib/Statistics/Descriptive/Smoother.pm 
new/Statistics-Descriptive-3.0702/lib/Statistics/Descriptive/Smoother.pm
--- old/Statistics-Descriptive-3.0701/lib/Statistics/Descriptive/Smoother.pm    
2018-07-14 12:17:17.000000000 +0200
+++ new/Statistics-Descriptive-3.0702/lib/Statistics/Descriptive/Smoother.pm    
2018-10-25 20:11:55.000000000 +0200
@@ -5,7 +5,7 @@
 
 use Carp;
 
-our $VERSION = '3.0701';
+our $VERSION = '3.0702';
 
 sub instantiate {
     my ($class, $args) = @_;
@@ -64,7 +64,7 @@
 
 =head1 VERSION
 
-version 3.0701
+version 3.0702
 
 =head1 SYNOPSIS
 
@@ -90,7 +90,7 @@
 
 =head1 VERSION
 
-version 3.0701
+version 3.0702
 
 =head1 METHODS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Statistics-Descriptive-3.0701/lib/Statistics/Descriptive/Sparse.pm 
new/Statistics-Descriptive-3.0702/lib/Statistics/Descriptive/Sparse.pm
--- old/Statistics-Descriptive-3.0701/lib/Statistics/Descriptive/Sparse.pm      
2018-07-14 12:17:17.000000000 +0200
+++ new/Statistics-Descriptive-3.0702/lib/Statistics/Descriptive/Sparse.pm      
2018-10-25 20:11:55.000000000 +0200
@@ -1,5 +1,5 @@
 package Statistics::Descriptive::Sparse;
-$Statistics::Descriptive::Sparse::VERSION = '3.0701';
+$Statistics::Descriptive::Sparse::VERSION = '3.0702';
 use strict;
 use warnings;
 
@@ -230,7 +230,7 @@
 
 =head1 VERSION
 
-version 3.0701
+version 3.0702
 
 =head1 SYNOPSIS
 
@@ -262,7 +262,7 @@
 
 =head1 VERSION
 
-version 3.0701
+version 3.0702
 
 =head1 METHODS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Statistics-Descriptive-3.0701/lib/Statistics/Descriptive.pm 
new/Statistics-Descriptive-3.0702/lib/Statistics/Descriptive.pm
--- old/Statistics-Descriptive-3.0701/lib/Statistics/Descriptive.pm     
2018-07-14 12:17:17.000000000 +0200
+++ new/Statistics-Descriptive-3.0702/lib/Statistics/Descriptive.pm     
2018-10-25 20:11:55.000000000 +0200
@@ -9,7 +9,7 @@
 
 use vars (qw($Tolerance $Min_samples_number));
 
-our $VERSION = '3.0701';
+our $VERSION = '3.0702';
 
 $Tolerance = 0.0;
 $Min_samples_number = 4;
@@ -34,7 +34,7 @@
 
 =head1 VERSION
 
-version 3.0701
+version 3.0702
 
 =head1 SYNOPSIS
 
@@ -66,7 +66,7 @@
 
 =head1 VERSION
 
-version 3.0701
+version 3.0702
 
 =head1 METHODS
 
@@ -398,21 +398,20 @@
 All calls to trimmed_mean() are cached so that they don't have to be
 calculated a second time.
 
-=item $stat->frequency_distribution_ref($partitions);
+=item $stat->frequency_distribution_ref($num_partitions);
 
 =item $stat->frequency_distribution_ref(\@bins);
 
 =item $stat->frequency_distribution_ref();
 
-C<frequency_distribution_ref($partitions)> slices the data into
-C<$partition> sets (where $partition is greater than 1) and counts the
-number of items that fall into each partition. It returns a reference to
-a hash where the keys are the numerical values of the
-partitions used. The minimum value of the data set is not a key and the
-maximum value of the data set is always a key. The number of entries
-for a particular partition key are the number of items which are
-greater than the previous partition key and less then or equal to the
-current partition key. As an example,
+C<frequency_distribution_ref($num_partitions)> slices the data into
+C<$num_partitions> sets (where $num_partitions is greater than 1) and counts
+the number of items that fall into each partition. It returns a reference to a
+hash where the keys are the numerical values of the partitions used. The
+minimum value of the data set is not a key and the maximum value of the data
+set is always a key. The number of entries for a particular partition key are
+the number of items which are greater than the previous partition key and less
+then or equal to the current partition key. As an example,
 
    $stat->add_data(1,1.5,2,2.5,3,3.5,4);
    $f = $stat->frequency_distribution_ref(2);
@@ -431,8 +430,8 @@
 C<frequency_distribution_refs(\@bins)> provides the bins that are to be used
 for the distribution.  This allows for non-uniform distributions as
 well as trimmed or sample distributions to be found.  C<@bins> must
-be monotonic and contain at least one element.  Note that unless the
-set of bins contains the range that the total counts returned will
+be monotonic and must contain at least one element.  Note that unless the
+set of bins contains the full range of the data, the total counts returned will
 be less than the sample size.
 
 Calling C<frequency_distribution_ref()> with no arguments returns the last
@@ -444,8 +443,8 @@
 
 =item my %hash = $stat->frequency_distribution();
 
-Same as C<frequency_distribution_ref()> except that returns the hash clobbered
-into the return list. Kept for compatibility reasons with previous
+Same as C<frequency_distribution_ref()> except that it returns the hash
+clobbered into the return list. Kept for compatibility reasons with previous
 versions of Statistics::Descriptive and using it is discouraged.
 
 =item $stat->least_squares_fit();


Reply via email to