v11.2.0
Release adds bisection search to invert the bijection in block neural autoregressive flows (BlockAutoregressiveNetwork
).
Possible but unlikely breaking change:
BlockAutoregressiveNetwork
inverse methods will no longer raise aNotImplementedError
, which could be a breaking change e.g. if a user relies on exception handling.
What's Changed
- Add bisection inverter by @danielward27 in #122
- Adapt bisection interval bug fix by @danielward27 in #123
- Handle exact solution in bisection search by @danielward27 in #125
Full Changelog: v11.1.0...v11.2.0