diff options
author | wen <wen@pkgsrc.org> | 2012-09-02 04:42:54 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2012-09-02 04:42:54 +0000 |
commit | 24e9ec30ad97ed8988a5a46f78c4e636cdba28a6 (patch) | |
tree | 389d24a92d2d0424d92f19487f7792694a0d5e74 /math | |
parent | 1d23cfb35e5a22535c307882cf85f7802d42389d (diff) | |
download | pkgsrc-24e9ec30ad97ed8988a5a46f78c4e636cdba28a6.tar.gz |
Update to 3.0604
Upstream changes:
3.0604 July 14, 2012
- Correct a misspelling of "weight" in
lib/Statistics/Descriptive/Smoother/Weightedexponential.pm
- Thanks to Wilhelm for the report.
- Update the scripts/tag-release.pl file for Mercurial.
3.0603 May 15, 2012
- Use in_between to compare decimal numbers
- Smoothing tests were failing because of rounding problems
- Thanks to Andreas J. K.nig for reporting it and to
Fabio Ponciroli for fixing it.
3.0602 May 12, 2012
- Correct a typo:
- https://rt.cpan.org/Ticket/Display.html?id=77145
- Thanks to Salvatore Bonaccorso and the Debian Perl Group
for the report.
3.0601 May 11, 2012
- No longer using Test::Exception in the tests.
- It was used by the tests and not specified in
test_requires/build_requires.
- Thanks to hsk@fli-leibniz.de for the report.
3.0600 May 11, 2012
- Add the smoothing functionality.
- Add the following public methods: add_data_with_samples(),
set_smoother(), get_smoothed_data() to the main module.
- Add the lib/Statistics/Descriptive/Smoother.pm and
lib/Statistics/Descriptive/Smoother/Exponential.pm
lib/Statistics/Descriptive/Smoother/Weightedexponential.pm
modules.
- Thanks to Fabio Ponciroli
- Add the scripts/bump-version-number.pl to facilitate bumping the
version number.
3.0500 May 03, 2012
- Add the get_data_without_outliers() and the set_outlier_filter()
methods.
- See https://bitbucket.org/barbasa/perl-statistics-descriptive/overview
- Thanks to Fabio Ponciroli
3.0400 March 01, 2012
- Fix https://rt.cpan.org/Ticket/Display.html?id=74890
- some function should return undef() in list context so they can
be easily assigned to values in hash initialisations.
- thanks to SLAFFAN for a preliminary patch which was modified
by SHLOMIF (the current Statistics-Descriptive maintainer).
3.0300 February 11, 2012
- Now mean() and median() and other routines return undef() if there are
no data.
- Somewhat incompatible change: some methods that returned undef() under
list context now return an empty list (so it will be false).
- it is generally not recommended to call such methods in list context
as they should always be called in scalar context.
- Resolves https://rt.cpan.org/Ticket/Display.html?id=74693
- thanks to Shawn Laffan for the report and the patch.
3.0203 November 17, 2011
- Fix https://rt.cpan.org/Ticket/Display.html?id=72495 .
- percentile should not die and should return undef if there are
no elements in the collection.
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Statistics-Descriptive/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Statistics-Descriptive/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/p5-Statistics-Descriptive/Makefile b/math/p5-Statistics-Descriptive/Makefile index 9912cb7ff47..cd9aa858d1f 100644 --- a/math/p5-Statistics-Descriptive/Makefile +++ b/math/p5-Statistics-Descriptive/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2011/08/16 22:36:56 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2012/09/02 04:42:54 wen Exp $ -DISTNAME= Statistics-Descriptive-3.0202 +DISTNAME= Statistics-Descriptive-3.0604 PKGNAME= p5-${DISTNAME} CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Statistics/} diff --git a/math/p5-Statistics-Descriptive/distinfo b/math/p5-Statistics-Descriptive/distinfo index 9788859fe57..5ff888a20fc 100644 --- a/math/p5-Statistics-Descriptive/distinfo +++ b/math/p5-Statistics-Descriptive/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2011/08/16 22:36:56 wiz Exp $ +$NetBSD: distinfo,v 1.5 2012/09/02 04:42:54 wen Exp $ -SHA1 (Statistics-Descriptive-3.0202.tar.gz) = c43f1946fc60995c5b9adb6a2bce3ec6635e33a5 -RMD160 (Statistics-Descriptive-3.0202.tar.gz) = 6aa69dbad2af8d70e5c760061d1268189b9a109a -Size (Statistics-Descriptive-3.0202.tar.gz) = 23450 bytes +SHA1 (Statistics-Descriptive-3.0604.tar.gz) = bd2c680602f1a8c366175433fc73bc17a26bd70c +RMD160 (Statistics-Descriptive-3.0604.tar.gz) = 8fcc7c9204505191b8f2aa3767eabc06deefc0af +Size (Statistics-Descriptive-3.0604.tar.gz) = 34574 bytes |