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

jax.numpy.clip: update use of deprecated arguments. #309

Merged
merged 1 commit into from
Jan 11, 2025

Conversation

copybara-service[bot]
Copy link

jax.numpy.clip: update use of deprecated arguments.

  • a is now positional-only
  • a_min is now min
  • a_max is now max

The old argument names have been deprecated since JAX v0.4.27.

- a is now positional-only
- a_min is now min
- a_max is now max

The old argument names have been deprecated since JAX v0.4.27.

PiperOrigin-RevId: 714483196
@copybara-service copybara-service bot merged commit 9182734 into main Jan 11, 2025
@copybara-service copybara-service bot deleted the test_714108635 branch January 11, 2025 20:28
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.

0 participants