* ABCSMC.run gets a new parameter "acceptance_rate" to stop sampling if the acceptance rate drops too low. * History.get_all_populations returns a DataFrame with columns "t", "population_end_time", "samples", "epsilon", "particles". That is "nr_samples" got renamed to "samples" and "particles" is new.
0.6.4
-----
Performance improvement. Use MulticoreEvalParallelSampler as default. This should bring better performance for machines with many cores and comparatively small population sizes.
0.6.3
-----
Bug fix. Ensure numpy.int64 can also be passed to History methods were an integer argument is expected.
0.6.2
-----
Bug fix. Forgot to add the new Multicore base class.
0.6.1
-----
MulticoreEvalParallelSampler gets an n_procs parameter.