2012-02-17 08:46:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 17 08:41:58 UTC 2012 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 3.0300
|
|
|
|
- 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.
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
2011-12-19 16:27:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 19 16:26:40 UTC 2011 - coolo@suse.de
|
|
|
|
|
|
|
|
- update to 3.0202
|
|
|
|
- Moved tag-release.pl to scripts/tag-release.pl (though we now use
|
|
|
|
Mercurial instead of Subversion.)
|
|
|
|
- Add t/mode.t to test the ->mode() method.
|
|
|
|
- Documented ->mode() better.
|
|
|
|
- Optimized ->mode().
|
|
|
|
- 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.
|
|
|
|
|
2010-11-30 19:28:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 30 19:20:43 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- switch to perl_requires macro
|
|
|
|
|
2010-08-04 15:59:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 4 14:28:59 UTC 2010 - chris@computersalat.de
|
|
|
|
|
|
|
|
- initial package 3.0200
|
|
|
|
* created by cpanspec 1.78
|
|
|
|
|