* Incompatible changes: the two utility functions to create dummy dataframes now use a keyword argument 'shape' instead of 'n' or 'rows' and 'columns' to resemble the numpy interface.
0.1.1
* Added a convenience function (`statistical_distributions_dataframe`) of variable size initialized with some common statistical distributions.
* Added a test module which allows parametrized tests via the `TestMetaClass`.
* Added a test module for the `find_components_of_array` function.