Add ``--processes`` option to abc-redis-worker to start a number of workers in parallel.
0.8.7
-----
Make rpy2 an optional dependency. If rpy2 is installed, then R can be used if not, the rest will still work.
0.8.6
-----
minor bug fixes
0.8.5
-----
* minor bug fix. The external.R interface did not display the source code correctly. * minor doc updates
0.8.4
-----
* support serialization of DataFrames used as summary statistics for storage in the database. This feature is still considered experimental. * Add command line utility to export pyABC's database to different file formats such as csv, feather, html, json and more.
0.8.3
-----
* Add (experimental) support for models defined in R. * Add some visualization functions for convenience.