The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for PDL-Algorithm-Center

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