v0.6.0
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