r63723 - in /trunk/libstatistics-descriptive-perl: Changes MANIFEST META.yml debian/changelog lib/Statistics/Descriptive.pm tag-release.pl

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Fri Oct 15 05:29:33 UTC 2010


Author: carnil
Date: Fri Oct 15 05:29:01 2010
New Revision: 63723

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63723
Log:
* New upstream release
* Update my email address

Added:
    trunk/libstatistics-descriptive-perl/tag-release.pl
      - copied unchanged from r63722, branches/upstream/libstatistics-descriptive-perl/current/tag-release.pl
Modified:
    trunk/libstatistics-descriptive-perl/Changes
    trunk/libstatistics-descriptive-perl/MANIFEST
    trunk/libstatistics-descriptive-perl/META.yml
    trunk/libstatistics-descriptive-perl/debian/changelog
    trunk/libstatistics-descriptive-perl/lib/Statistics/Descriptive.pm

Modified: trunk/libstatistics-descriptive-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstatistics-descriptive-perl/Changes?rev=63723&op=diff
==============================================================================
--- trunk/libstatistics-descriptive-perl/Changes (original)
+++ trunk/libstatistics-descriptive-perl/Changes Fri Oct 15 05:29:01 2010
@@ -1,9 +1,17 @@
 Revision history for Perl extension Statistics::Descriptive.
+
+3.0201      October 14, 2010
+    - Add some documentation clarifying the 0th percentile return, as it
+    returns undef() for representing -inf:
+        - Fix https://rt.cpan.org/Ticket/Display.html?id=62055
+        - Thanks to Dave Breimann for reporting it.
+    - Add the tag-release.pl to tag a release using Subversion.
 
 3.0200      June 18, 2010
     - Added skewness and kurtosis
         - https://rt.cpan.org/Ticket/Display.html?id=58187
         - Thanks to Shawn Laffan.
+    - Removed the Changes / Revision log from the .pm file. 
 
 3.0102      June 15, 2010
     - Add the $VERSION variable to Statistics::Descriptive::Sparse and

Modified: trunk/libstatistics-descriptive-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstatistics-descriptive-perl/MANIFEST?rev=63723&op=diff
==============================================================================
--- trunk/libstatistics-descriptive-perl/MANIFEST (original)
+++ trunk/libstatistics-descriptive-perl/MANIFEST Fri Oct 15 05:29:01 2010
@@ -9,6 +9,7 @@
 README
 rejects/descr.t
 t/00-load.t
+tag-release.pl
 t/descr.t
 t/freq_distribution-1-rt-34999.t
 t/pod-coverage.t

Modified: trunk/libstatistics-descriptive-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstatistics-descriptive-perl/META.yml?rev=63723&op=diff
==============================================================================
--- trunk/libstatistics-descriptive-perl/META.yml (original)
+++ trunk/libstatistics-descriptive-perl/META.yml Fri Oct 15 05:29:01 2010
@@ -26,13 +26,13 @@
 provides:
   Statistics::Descriptive:
     file: lib/Statistics/Descriptive.pm
-    version: 3.0200
+    version: 3.0201
   Statistics::Descriptive::Full:
     file: lib/Statistics/Descriptive.pm
-    version: 3.0200
+    version: 3.0201
   Statistics::Descriptive::Sparse:
     file: lib/Statistics/Descriptive.pm
-    version: 3.0200
+    version: 3.0201
 requires:
   Carp: 0
   POSIX: 0
@@ -43,4 +43,4 @@
   homepage: http://web-cpan.berlios.de/modules/Statistics-Descriptive/
   license: http://dev.perl.org/licenses/
   repository: http://svn.berlios.de/svnroot/repos/web-cpan/Statistics-Descriptive/
-version: 3.0200
+version: 3.0201

Modified: trunk/libstatistics-descriptive-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstatistics-descriptive-perl/debian/changelog?rev=63723&op=diff
==============================================================================
--- trunk/libstatistics-descriptive-perl/debian/changelog (original)
+++ trunk/libstatistics-descriptive-perl/debian/changelog Fri Oct 15 05:29:01 2010
@@ -1,10 +1,11 @@
-libstatistics-descriptive-perl (3.0200-2) UNRELEASED; urgency=low
+libstatistics-descriptive-perl (3.0201-1) UNRELEASED; urgency=low
 
   [ Russ Allbery ]
   * Remove myself from Uploaders.
 
   [ Salvatore Bonaccorso ]
-  * Update carnil's email address
+  * New upstream release
+  * Update my email address
 
  -- Russ Allbery <rra at debian.org>  Sat, 25 Sep 2010 18:44:50 -0700
 

Modified: trunk/libstatistics-descriptive-perl/lib/Statistics/Descriptive.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstatistics-descriptive-perl/lib/Statistics/Descriptive.pm?rev=63723&op=diff
==============================================================================
--- trunk/libstatistics-descriptive-perl/lib/Statistics/Descriptive.pm (original)
+++ trunk/libstatistics-descriptive-perl/lib/Statistics/Descriptive.pm Fri Oct 15 05:29:01 2010
@@ -10,7 +10,7 @@
 		  ##Perl5.  01-03 weren't bug free.
 use vars (qw($VERSION $Tolerance));
 
-$VERSION = '3.0200';
+$VERSION = '3.0201';
 
 $Tolerance = 0.0;
 
@@ -18,7 +18,7 @@
 
 use vars qw($VERSION);
 
-$VERSION = '3.0200';
+$VERSION = '3.0201';
 
 use vars qw(%fields);
 use Carp;
@@ -234,7 +234,7 @@
 
 use vars qw($VERSION);
 
-$VERSION = '3.0200';
+$VERSION = '3.0201';
 
 use Carp;
 
@@ -1016,7 +1016,8 @@
 example above is 4, since F(4) = 3/6 = 50%; the 25th percentile is
 -2, since F(-5) = 1/6 < 25%, and F(-2) = 2/6 >= 25%; the 100th
 percentile is 18; and the 0th percentile is -infinity, as is the 15th
-percentile.
+percentile, which for ease of handling and backward compatibility is returned
+as undef() by the function.
 
 Care must be taken when using percentiles to summarize a sample,
 because they can lend an unwarranted appearance of more precision




More information about the Pkg-perl-cvs-commits mailing list