Skip to content

0.2.1

Compare
Choose a tag to compare
@neerajprad neerajprad released this 01 Nov 22:13
· 766 commits to master since this release

Breaking changes

  • Code reorganization - numpyro.mcmc is moved to numpyro.infer.mcmc but all major classes are exposed in the numpyro.infer module.
  • rng argument to many classes and the seed handler has been more accurately renamed to rng_key.
  • Deprecated functions that formed the old interface like mcmc and svi have been removed.

New Features

Enhancements and Bug Fixes