Revision history for PDL-Algorithm-Center
0.09 2018-03-22 15:05:52-04:00 America/New_York
[BUG FIX]
* previous release didn't compile under Perl < 5.18. Oops.
0.08 2018-03-22 09:53:06-04:00 America/New_York
[BUG FIX]
* make compatible with Hash::Wrap 0.08 [RT#124855] ++SREZIC
0.07 2018-01-10 14:47:37-05:00 America/New_York
[DISTRIBUTION FIX]
* bump Hash::Wrap dependency to 0.03 [RT#124043] ++SREZIC
0.06 2018-01-08 16:52:33-05:00 America/New_York
[ENHANCEMENT]
* now compatible with Perl 5.10.1
0.05 2017-11-02 17:06:11-04:00 America/New_York
[API BREAKAGE]
* inclusion masks and weights are now treated as separate
objects; all callbacks must treat them as such and are
passed both.
* iteration results attribute weight is now total_weight
to differentiate it from the weight piddle
[ENHANCEMENT]
* iterate/sigma_clip: save_mask, save_weight options return
mask/weight used in last iteration.
* sigma_clip: a default logger is provided
[BUG FIX]
* sigma_clip: insure there's an "iter" attribute
in the first Iteration object
* sigma_clip callbacks now throw on divide-by-zero errors
* iterate catches the initialize callbacks's errors and
returns them via the result->error attribute
0.04 2017-10-25 14:54:41-04:00 America/New_York
[ENHANCEMENT]
* sigma_clip now accepts partial specification of the initial
center.
0.03 2017-10-04 16:42:45-04:00 America/New_York
[BUILD]
* added version number to Type::Tiny requirement for
compile_named()
[INTERNALS]
* reorganized exception class
0.02 2017-10-02 16:04:38-04:00 America/New_York
[ENHANCEMENT]
* major internal revision. API should not have changed
0.01 2016-09-23T10:04:37-0400
Forked from non-public CXC-PDL-Algorithm-Center