Skip to content

v0.6.0

Choose a tag to compare

@justmytwospence justmytwospence released this 04 Jun 17:49
· 5 commits to main since this release

First PyPI release.

Run PyMC MCMC sampling on cloud VMs with one line:

with cp.cloud(model, remote=True):
    idata = pm.sample()

Automatic caching, live progress, and dashboard/phone notifications included. Supports PyMC 5 (arviz 0.x) and PyMC 6 (arviz 1.x) on Python 3.11-3.13.

pip install cloudposterior