The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.011 - 2013-03-15

  • try to avoid test failures with old versions of Module::Pluggable (Edward Baudrez)
  • changed the syntax to specify the type of the output piddle in the action class constructors. Previously, this was achieved by passing a coderef: PDL::NDBin::Action::Avg->new( ..., type => \&PDL::double ); This has now changed to type => double # or 'type => PDL::double' The new syntax is simpler and arguably clearer. (Edward Baudrez)
  • implemented the action classes PDL::NDBin::Action::Min and PDL::NDBin::Action::Max (Edward Baudrez)
  • various minor fixes (Edward Baudrez)

Modules

Multidimensional binning & histogramming
Action for PDL::NDBin that computes average
Action for PDL::NDBin that calls user sub
Action for PDL::NDBin that counts elements
Action for PDL::NDBin that computes maximum
Action for PDL::NDBin that computes minimum
Action for PDL::NDBin that computes standard deviation
Action for PDL::NDBin that computes sum
Iterator object for PDL::NDBin