* Added the concept of type compatibility * Added pytest for testing and coverage reports
0.3.2
==================
* Can define the CSV file using a single expression. * Changed cmdline interface to use subcommands.
0.3.1
==================
* Changed interface to use an expression language to define columns instead of using something like explicit arbitraries+columns+transformers. * Old library interface is still there, but the command line has changed
0.2.1
==================
* added transformers as a way to combine values - allows to define columns that are equal to other columns - can produce non integer values by using transformers
0.1.0
==================
Initial version.
This version provides extremely basic functionality. It can only generate random integers.