nutpie is a high-performance library designed for Bayesian inference, that provides efficient sampling algorithms for probabilistic models. It can sample models that are defined in PyMC or Stan (numpyro and custom hand-coded likelihoods with gradient are coming soon).
Faster sampling than either the PyMC or Stan default samplers. (An average ~2x speedup on posteriordb compared to Stan)
All the diagnostic information of PyMC and Stan and some more.
GPU support for PyMC models through jax.
A more informative progress bar.
Access to the incomplete trace during sampling.
Experimental normalizing flow adaptation for more efficient sampling of difficult posteriors.