Skip to content

Commit 5ade371

Browse files
Jake VanderPlasGoogle-ML-Automation
authored andcommitted
Remove obsolete deprecation
Followup to jax-ml#24748, which removed the deprecated `reshape` parameter. PiperOrigin-RevId: 702856398
1 parent a735bf8 commit 5ade371

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jax/_src/deprecations.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ def warn(deprecation_id: str, message: str, stacklevel: int) -> None:
125125
register('jax-dlpack-import-legacy')
126126
register("jax-numpy-astype-complex-to-real")
127127
register("jax-numpy-array-none")
128-
register('jax-numpy-reshape-newshape')
129128
register('jax-numpy-clip-args')
130129
register('jax-numpy-linalg-matrix_rank-tol')
131130
register('jax-numpy-linalg-pinv-rcond')

0 commit comments

Comments
 (0)