v0.2.1
Minor release.
Bug fixes:
- Fixed bug in handling of
NaNHamiltonian values when computing Metropolis accept probability due tomin(0, float("nan"))evaluating to 0. - Fixed CSS styling of progress bar HTML representation to avoid overflow in container
divelement causing horizontal scrollbars to appear. - Fixed bug causing sampling stage progress bar to still be displayed when calling
sample_chainsmethod with argumentdisplay_progress=False.
Packaging changes
- Excluded
docsandimagesfolders fromsdistbuilds to minimize download size.