The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.10 - 2017-01-16

  • get_hoa_by_lab_numonly_across: handle case where vars are of unequal lengths (n elements) and within the longest var there is one or more values invalid for numeracy (all that's checked for now) within the indices ranging over the increment in length it has relative to other vars. This threw a "splice overflow" error previously, given that the longest length var's indices were checked first for all vars. Now checks each var for length within this loop. The value of "purged" for this var is also increased for the number of invalid values in this range.
  • handling a call to access, unload, or all_numeric for data that have not been loaded: does nothing (for unload), or returns undef (from access or all_numeric) -- rather than croaking because internal method _index_by_args() could not work with an undefined index.
  • 'label' only as argument across routines rather than also 'lab'; documentation reflects, hack to handle both implemented.
  • removed *_from_file and *_to_file methods as feature-creep: read-in/save data by own methods.
  • fixed broken links in POD
  • carp (warn) thrown if, with any load/add, empty string given for "data"
  • idx_anumeric() method rationalised: return aref (not href) and pass data as per other methods.

Modules

Load, access, update one or more data lists for statistical analysis