mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
changelog: batching rule change for rng_bit_generator
This commit is contained in:
parent
b322d399e1
commit
2a36d75285
@ -25,6 +25,11 @@ Remember to align the itemized text with the first line of an item within a list
|
|||||||
* Changes
|
* Changes
|
||||||
* Complex-valued {func}`jax.numpy.geomspace` now chooses the logarithmic spiral
|
* Complex-valued {func}`jax.numpy.geomspace` now chooses the logarithmic spiral
|
||||||
branch consistent with that of NumPy 2.0.
|
branch consistent with that of NumPy 2.0.
|
||||||
|
* The behavior of `lax.rng_bit_generator`, and in turn the `'rbg'`
|
||||||
|
and `'unsafe_rbg'` PRNG implementations, under `jax.vmap` [has
|
||||||
|
changed](https://github.com/google/jax/issues/19085) so that
|
||||||
|
mapping over keys results in random generation only from the first
|
||||||
|
key in the batch.
|
||||||
|
|
||||||
* Deprecations & Removals
|
* Deprecations & Removals
|
||||||
* {func}`jax.tree_map` is deprecated; use `jax.tree.map` instead, or for backward
|
* {func}`jax.tree_map` is deprecated; use `jax.tree.map` instead, or for backward
|
||||||
|
Loading…
x
Reference in New Issue
Block a user