Releases: marcjwilliams1/ApproxBayes.jl
Releases · marcjwilliams1/ApproxBayes.jl
v0.3.2
Minor fixes
Fixed bug with weight calculation. Tweaked plotting
Custom perturbation kernels
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
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+
Package is now compatible with v0.7 and 1.0
v0.0.1
Removed return p from plots