v15.0.0
Breaking changes:
- Users must switch from old style PRNGKey arrays to new style ones (replacing
jax.random.PRNGKey
withjax.random.key
. The old keys will be deprecated in JAX. LogNormal
is now aExp
transformedNormal
, which is an implementation detail, unless you previously relied onlog_normal.base_dist
orlog_normal.bijection
.recursive_unwrap
was removed, as alone it didn't provide additional functionality.
What's Changed
- Avoid array in AutoregressiveBisectionInverter by @danielward27 in #174
- Simplify wrappers by @danielward27 in #175
- Docs and switch to jr.key by @danielward27 in #177
- Documentation example fixes by @danielward27 in #178
- Update README.md by @danielward27 in #179
Full Changelog: v14.0.0...v15.0.0