- Fix progress bar compatibility in ADVI code
- Add more documentation and infrastructure
- Lower minimum Python version to 3.7.1
- Make sampling interfaces more consistent
- Add more documentation
- Add mean-field variational inference
- Add quadratic/Laplace approximation implementation
- Restructure repository
- Nuke
nn
andoptim
modules
- Add mass matrix to HMC (just identity for now)
- Rewrite HMC sampler
- Use
lax.scan
(a lot faster) with progress bars - Allow
ln_posterior
function to take additional arguments
- Use
- Rewrite optimizers to use
lax.fori_loop
- Add more documentation
- Add more tests
- Initial release