Skip to content

Releases: marcjwilliams1/ApproxBayes.jl

v0.3.2

23 Jan 09:48
v0.3.2
Compare
Choose a tag to compare

v0.3.2 (2020-01-08)

Diff since v0.3.1

Closed issues:

  • SMCABC BoundsError in Parallel (#39)

Merged pull requests:

Minor fixes

08 Jul 12:56
Compare
Choose a tag to compare

Fixed bug with weight calculation. Tweaked plotting

Custom perturbation kernels

15 Oct 15:26
84bf5d3
Compare
Choose a tag to compare

This release allows users to specify custom perturbation kernels and provides 2 default options: uniform kernel and a gaussian kernel.

Also fixed some minor bugs

Parallelism

26 Sep 11:20
Compare
Choose a tag to compare

ABCSMC and ABCRejection algorithms can be run in parallel using multithreading. Invoked using parallel keyword argument in runabc function.

Plots dependency removed and replaced with plot recipes.

Update to v0.7+

15 Sep 12:14
c67c440
Compare
Choose a tag to compare

Package is now compatible with v0.7 and 1.0

v0.0.1

26 Mar 08:45
Compare
Choose a tag to compare
Removed return p from plots