Add deprecation of jax.stages.Compiled.compiler_ir to the change log

PiperOrigin-RevId: 549415191
This commit is contained in:
jax authors 2023-07-19 13:48:22 -07:00
parent cd2dc2f2fa
commit 5ae3ac28cd

View File

@ -52,6 +52,7 @@ Remember to align the itemized text with the first line of an item within a list
* `jax.interpreters.pxla.make_sharded_device_array`: use {func}`jax.make_array_from_single_device_arrays`.
* `jax.interpreters.pxla.ShardedDeviceArray`: use {class}`jax.Array`.
* `jax.numpy.DeviceArray`: use {class}`jax.Array`.
* `jax.stages.Compiled.compiler_ir`: use {func}`jax.stages.Compiled.as_text`.
* Breaking changes
* JAX now requires ml_dtypes version 0.2.0 or newer.