Hello community,
here is the log from the commit of package perl-Statistics-Descriptive for
openSUSE:Factory checked in at 2013-06-05 13:07:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Statistics-Descriptive (Old)
and /work/SRC/openSUSE:Factory/.perl-Statistics-Descriptive.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Statistics-Descriptive"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Statistics-Descriptive/perl-Statistics-Descriptive.changes
2012-02-17 12:08:10.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Statistics-Descriptive.new/perl-Statistics-Descriptive.changes
2013-06-05 13:07:16.000000000 +0200
@@ -1,0 +2,45 @@
+Tue Jun 4 18:23:40 UTC 2013 - [email protected]
+
+- updated to 3.0605
+ - Add t/style-trailing-space.t .
+ - Add t/cpan-changes.t .
+ - Convert Changes to it.
+
+ - 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.
+
+ - 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.
+
+ - Correct a typo:
+ - https://rt.cpan.org/Ticket/Display.html?id=77145
+ - Thanks to Salvatore Bonaccorso and the Debian Perl Group
+ for the report.
+
+ - No longer using Test::Exception in the tests.
+ - It was used by the tests and not specified in
+ test_requires/build_requires.
+ - Thanks to [email protected] for the report.
+
+ - 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.
+
+ - 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
+
+
+-------------------------------------------------------------------
Old:
----
Statistics-Descriptive-3.0300.tar.gz
New:
----
Statistics-Descriptive-3.0605.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Statistics-Descriptive.spec ++++++
--- /var/tmp/diff_new_pack.0AgYrf/_old 2013-06-05 13:07:17.000000000 +0200
+++ /var/tmp/diff_new_pack.0AgYrf/_new 2013-06-05 13:07:17.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Statistics-Descriptive
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-Statistics-Descriptive
-Version: 3.0300
+Version: 3.0605
Release: 0
%define cpan_name Statistics-Descriptive
Summary: Module of basic descriptive statistical functions.
@@ -29,11 +29,14 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Module::Build)
+BuildRequires: perl(Module::Build) >= 0.3600
+#BuildRequires: perl(File::Find::Object)
#BuildRequires: perl(IO::All)
#BuildRequires: perl(Statistics::Descriptive)
+#BuildRequires: perl(Statistics::Descriptive::Smoother)
#BuildRequires: perl(Test::Run::Builder)
#BuildRequires: perl(Test::Run::CmdLine::Iface)
+#BuildRequires: perl(Utils)
%{perl_requires}
%description
++++++ Statistics-Descriptive-3.0300.tar.gz ->
Statistics-Descriptive-3.0605.tar.gz ++++++
++++ 2569 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]