* add ``check_and_assert`` function into ``papylon.checker`` module * add ``Properties`` class into ``papylon.prop`` module * add ``check_all`` function into ``papylon.checker`` module * modify ``papylon.gen`` module to use generator
0.5
----------------
* implement the shrinking system * add ``from_gen_shrink`` function into ``papylon.arbitrary`` module
0.4
----------------
* add ``such_that`` method into ``papylon.gen.Gen`` class * add ``constant`` function into ``papylon.gen`` module * support ``.whl`` files instead of ``.egg`` files in packaging
0.3
----------------
* modify ``ArbFloat`` to use the format of IEEE 754 * add ``ArbDate``, ``arb_date`` and ``from_gen`` into ``papylon.arbitrary`` module
0.2
----------------
* add ``one_of``, ``choose``, ``frequency`` and ``map`` functions into ``papylon.gen`` module * add ``ArbStr`` and ``arb_str`` into ``papylon.arbitrary`` module