LAMPE v0.6.0
💥 Breaking news
In the 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. 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 (822c3cc)
Full Changelog: v0.5.5...v0.6.0