Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove references to deprecated jax aliases #243

Merged
merged 0 commits into from
Jun 30, 2023
Merged

Conversation

copybara-service[bot]
Copy link

Remove references to deprecated jax aliases

jax version 0.4.7 deprecated several top-level aliases; these have been raising warnings since March 2023, and will soon be removed. They include

  • jax.ad -> jax.interpreters.ad
  • jax.flatten_fun_nokwargs - jax.api_util.flatten_fun_nokwargs
  • jax.partial_eval -> jax.interpreters.partial_eval
  • jax.pxla -> jax.interpreters.pxla
  • jax.xla -> jax.interpreters.xla

This change renames these references in preparation for them to be removed from JAX

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants