Skip to content

Commit f247822

Browse files
committed
changelog: note doc change to use jax.random.key over PRNGKey
1 parent 2a36d75 commit f247822

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Remember to align the itemized text with the first line of an item within a list
3030
changed](https://github.com/google/jax/issues/19085) so that
3131
mapping over keys results in random generation only from the first
3232
key in the batch.
33+
* Docs now use `jax.random.key` for construction of PRNG key arrays
34+
rather than `jax.random.PRNGKey`.
3335

3436
* Deprecations & Removals
3537
* {func}`jax.tree_map` is deprecated; use `jax.tree.map` instead, or for backward

0 commit comments

Comments
 (0)