Skip to content

LAMPE v0.8.0

Latest
Compare
Choose a tag to compare
@francois-rozet francois-rozet released this 16 Jun 11:06
· 24 commits to master since this release

💥 Breaking news

The required version of Zuko has been upgraded to 0.2.1 to follow API changes. Accordingly, the support for older PyTorch versions (1.11 and earlier) was dropped. PyTorch 1.12 has been around for about a year and is compatible with all CUDA drivers since 10.2.

✨ What's new

  • Migrate the documentation to lampe.readthedocs.io (1cf58ef)
  • Simplify HDF5 dataset (3b52b13)
  • Add in-memory dataset (f1a003a)
  • Add the contrastive neural ratio estimation (CNRE) inference algorithm (#7) by @bkmi
  • Add the flow matching posterior estimation (FMPE) inference algorithm (#12)

Full Changelog: v0.7.0...v0.8.0