Skip to content

v15.0.0

Latest
Compare
Choose a tag to compare
@danielward27 danielward27 released this 17 Sep 20:00
73163c9

Breaking changes:

  • Users must switch from old style PRNGKey arrays to new style ones (replacing jax.random.PRNGKey with jax.random.key . The old keys will be deprecated in JAX.
  • LogNormal is now a Exp transformed Normal, which is an implementation detail, unless you previously relied on log_normal.base_dist or log_normal.bijection.
  • recursive_unwrap was removed, as alone it didn't provide additional functionality.

What's Changed

Full Changelog: v14.0.0...v15.0.0