Change the signature from History.get_distribution(t, m) to History.get_distribution(m, t) and make the time argument optional defaulting to the last time point
0.5.2
-----
* Minor History API changes * Remove History.get_results_distribution * rename History.get_weighted_particles_dataframe to History.get_distribution
0.5.1
-----
* Minor ABCSMC API changes * Mark the de facto private methods as private by prepending an underscore. This should not cause trouble as usually noone would ever use these methods.
0.5
..........
0.5.0
-----
* Usability improvements and minor API canges * ABCSMC accepts now an integer to be passed for constant population size * The maximum number populations specification has moved from the PopulationStrategy classes to the ABCSMC.run method. The ABCSMC.run method will be where it is defined when to stop.