Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(backport): Use 'method' arg for jax.numpy.percentile (#2524)
* Backport PR #2522. * Change the argument name in jax.numpy.percentile from 'interpolation' to 'method'. No change to the lower bounds on jax and jaxlib is required as 'method' already existed as an argument in jax v0.4.1. This just deprecates the use of 'interpolation'. Co-authored-by: Matthew Feickert <[email protected]>
- Loading branch information