Skip to content

Zuko 0.2.0

Compare
Choose a tag to compare
@francois-rozet francois-rozet released this 10 Apr 15:49
· 76 commits to master since this release

πŸ’₯ Breaking news

We decided to drop the support for older PyTorch versions (1.11 and below) as it made it much more difficult to implement some features, especially ones relying on automatic differentiation. PyTorch 1.12 has been around for about a year and is compatible with all CUDA drivers since 10.2.

✨ What's new

  • Add rsample_and_log_prob method to generate samples with their log-probability (#18, #19)
  • Add LU-factorized linear transformation inspired by nflows's LULinear (9c74233)

πŸ› Bug fixes

  • Fix _call not implemented error call_and_ladj (#14) by @felixdivo

Full Changelog: 0.1.4...0.2.0