mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Fix typo in CHANGELOG.md
This commit is contained in:
parent
d122b93517
commit
74bc42e53e
@ -79,7 +79,7 @@ Remember to align the itemized text with the first line of an item within a list
|
||||
* The internal submodule path `jax.linear_util` has been deprecated. Use
|
||||
{mod}`jax.extend.linear_util` instead (Part of {ref}`jax-extend-jep`)
|
||||
* `jax.random.PRNGKeyArray` and `jax.random.KeyArray` are deprecated. Use {class}`jax.Array`
|
||||
for type annotations, and `jax.dtypes.issubdtype(arr, jax.dtypes.prng_key)`` for runtime
|
||||
for type annotations, and `jax.dtypes.issubdtype(arr, jax.dtypes.prng_key)` for runtime
|
||||
detection of typed prng keys.
|
||||
* The method `PRNGKeyArray.unsafe_raw_array` is deprecated. Use
|
||||
{func}`jax.random.key_data` instead.
|
||||
|
Loading…
x
Reference in New Issue
Block a user