Fix typo in CHANGELOG.md

This commit is contained in:
Ayaka 2023-09-21 14:37:19 +08:00 committed by GitHub
parent d122b93517
commit 74bc42e53e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.