What's Changed
* Add closed-form posterior for gamma-poisson observation model by rlouf in https://github.com/aesara-devs/aemcmc/pull/58
* Update `ShapeFeature` imports by brandonwillard in https://github.com/aesara-devs/aemcmc/pull/55
* Fix the mathematical expression for the loc-scale transform by rlouf in https://github.com/aesara-devs/aemcmc/pull/60
* Add the transformation between the inverse gamma and the exponential distributions by rlouf in https://github.com/aesara-devs/aemcmc/pull/67
* Sample remaining variables with the NUTS sampler by rlouf in https://github.com/aesara-devs/aemcmc/pull/68
* Make `construct_sampler` available in the `aemcmc` namespace by rlouf in https://github.com/aesara-devs/aemcmc/pull/72
* Update `pre-commit`, `black`, `flake8`, `isort`, `mypy` versions in pre-commit hooks by rlouf in https://github.com/aesara-devs/aemcmc/pull/74
* Add Student's t distribution to the location-scale family by rlouf in https://github.com/aesara-devs/aemcmc/pull/75
* Update NUTS to work with AePPL's new `joint_logprob` interface by rlouf in https://github.com/aesara-devs/aemcmc/pull/78
* Add examples to the README by rlouf in https://github.com/aesara-devs/aemcmc/pull/82
* Add support for nightly builds by rlouf in https://github.com/aesara-devs/aemcmc/pull/83
* Encapsulate the sampling steps using `OpFromGraph` by rlouf in https://github.com/aesara-devs/aemcmc/pull/76
* Update README with new `construct_sampler` interface by rlouf in https://github.com/aesara-devs/aemcmc/pull/87
* Update copyright years and author info in `setup.py` by brandonwillard in https://github.com/aesara-devs/aemcmc/pull/92
**Full Changelog**: https://github.com/aesara-devs/aemcmc/compare/v0.0.6...v0.0.7