Rand Stats

Data::Reshapers

zef:antononcube
Revision history for "Data::Reshapers"

0.3.8 2025-11-01
    - The function &cross-tabulate produces sparse matrices with the option :sparse.
        - If the package "Math::SparseMatrix" is not installed and error message is given.
        - I.e. there "Data::Reshapers" does not depend on "Math::SparseMatrix".
    - Kebab-case can be used for option names of &to-wide-format and &to-long-format.
        - Only camelCase was supported previously.