Zuko 0.2.0
π₯ 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
'sLULinear
(9c74233)
π Bug fixes
- Fix
_call
not implemented errorcall_and_ladj
(#14) by @felixdivo
Full Changelog: 0.1.4...0.2.0