💥 Breaking news
In the [v0.4.2](https://github.com/probabilists/lampe/releases/tag/v0.4.2) release, LAMPE dropped the `nflows` package for built-in normalizing flows. Since then, the flow implementations have improved and new ones have been added, making the `lampe.nn.flows` module a respectable normalizing flow collection. In this context, we decided to export said module into a standalone package called [Zuko](https://github.com/probabilists/zuko). Doing so, we wish to dissociate the addition/development of simulation-based inference algorithms from the addition of flow architectures.
📝 Documentation
* Use `autosummary` for automatic API generation (822c3cc44292b1fc0b76e31bd537b37c63eae601)
**Full Changelog**: https://github.com/probabilists/lampe/compare/v0.5.5...v0.6.0