From f55141ef0e83c1951afe30b5194689a477c96918 Mon Sep 17 00:00:00 2001 From: Dan Foreman-Mackey Date: Tue, 8 Oct 2024 12:55:47 -0400 Subject: [PATCH] Fix listing of `vectorized` deprecation in changelog. As noted in https://github.com/jax-ml/jax/pull/23881, that change didn't actually make it in in time for the v0.4.34 release so I've moved it to the v0.4.35 section. --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 089bb738e..bd72fe6c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,11 @@ When releasing, please add the new-release-boilerplate to docs/pallas/CHANGELOG. * Deprecations: * The semi-public API `jax.lib.xla_client.PaddingType` has been deprecated. No JAX APIs consume this type, so there is no replacement. + * The default behavior of {func}`jax.pure_callback` and + {func}`jax.extend.ffi.ffi_call` under `vmap` has been deprecated and so has + the `vectorized` parameter to those functions. The `vmap_method` parameter + should be used instead for better defined behavior. See the discussion in + {jax-issue}`#23881` for more details. ## jax 0.4.34 (October 4, 2024) @@ -65,11 +70,6 @@ When releasing, please add the new-release-boilerplate to docs/pallas/CHANGELOG. * `jax.lib.xla_client.Device` is deprecated; use `jax.Device` instead. * `jax.lib.xla_client.XlaRuntimeError` has been deprecated. Use `jax.errors.JaxRuntimeError` instead. - * The default behavior of {func}`jax.pure_callback` and - {func}`jax.extend.ffi.ffi_call` under `vmap` has been deprecated and so has - the `vectorized` parameter to those functions. The `vmap_method` parameter - should be used instead for better defined behavior. See the discussion in - {jax-issue}`#23881` for more details. * Deletion: * `jax.xla_computation` is deleted. It's been 3 months since it's deprecation