* Bug fix in MulticoreEvalParallelSampler. The multiprocessing.Queue could fill up and cause a deadlock on joining the workers. This is now fixed. * Rename ``population_specification`` to ``population_size``. * Improve ``plot_kde_matrix`` plot ranger are now handled in a less confusing way
0.8.13
------
* Minor doc fixes * Python 3.5 support dropped. It might still work for a while with Python 3.5 but this is not guaranteed anymore. * Add kde matrix visualization function * Add 2d tumor growth example * Add Gillespie example * Change license
0.8.12
------
* Minor bug fix. Visualization server produced error when JSON information was empty. * Adapt to new bkcharts packge.
0.8.11
------
Ensure R source file is reloaded when unpickling R objects.
0.8.10
------
Add ``--id`` option to abc-export to handle databases with multiple ABC runs.
0.8.9
-----
Ensure that summary statistics have names. Also add kwargs to ``plot_kde_2d`` which are passed to pcolormesh.