Changes for version 0.0042_02 - 2019-03-31
- Breaking change: Dropped the number_of_rows() method for PDL and row names. It becomes redundant as we have the length() method. The removal helps reduce one dependency of the distributon.
- Solved a circular use issue between Data::Frame and Data::Frame::Util.
Changes for version 0.0042_01 - 2019-03-26
- New PDL::SV methods: set, sever
- Fixed PDL::SV methods: uniq
- Add "iris" example data set.
- Switch from Test::More/Test::Most/Test::Fatal/etc to Test2::V0 for testing.
- Some minor pod fixes.
Modules
Alternative implementation of Data::Frame with more features
data frame implementation
Additional Array role for Moose::Autobox
Additional Hash role for Moose::Autobox
For creating classes in Data::Frame
Example data sets
Partial class for data frame's conversion from/to CSV
Function interface for indexer
Data::Frame indexer by integer indices
Data::Frame indexer by string labels (column names)
Role for Data::Frame indexer
A mixin to add some methods to PDL
Partial class for data frame's eval method
Partial class for data frame syntax sugar
For creating roles in Data::Frame
Role for column compare result
Import stuffs into Data::Frame classes
Custom Type::Tiny types
Utility functions
PDL subclass for keeping categorical data
PDL subclass for keeping logical data
PDL subclass for keeping scalar data (like strings)
Tools for verifying Data::Frame data frames
Provides
in lib/Data/Frame/Partial/Sugar.pm