Skip to content

Commit

Permalink
Remove some obsolete deprecation registrations
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 693793727
  • Loading branch information
Jake VanderPlas authored and Google-ML-Automation committed Nov 6, 2024
1 parent 36017a4 commit 4e45a6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jax/_src/deprecations.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ def warn(deprecation_id: str, message: str, stacklevel: int) -> None:
register('jax-dlpack-import-legacy')
register("jax-numpy-astype-complex-to-real")
register("jax-numpy-array-none")
register('jax-scipy-beta-args')
register('tracer-hash')
register('jax-numpy-reshape-newshape')
register('jax-numpy-clip-args')
register('jax-numpy-linalg-matrix_rank-tol')
Expand Down

0 comments on commit 4e45a6d

Please sign in to comment.