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

Rename rcond/tol to rtol in linalg.matrix_rank and linalg.pinv #21226

Merged
merged 1 commit into from
May 14, 2024

Conversation

Micky774
Copy link
Collaborator

Towards #21088

This PR:

  • Deprecates the tol argument of linalg.matrix_rank in favor of rtol
  • Deprecates the rcond argument of linalg.pinv in favor of rtol

cc: @jakevdp

Copy link
Collaborator

@jakevdp jakevdp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

jax/_src/scipy/special.py Outdated Show resolved Hide resolved
@jakevdp jakevdp self-assigned this May 14, 2024
Copy link
Collaborator

@jakevdp jakevdp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@google-ml-butler google-ml-butler bot added kokoro:force-run pull ready Ready for copybara import and testing labels May 14, 2024
@copybara-service copybara-service bot merged commit 1dff5b3 into google:main May 14, 2024
14 checks passed
@Micky774 Micky774 deleted the linalg-depr branch May 18, 2024 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pull ready Ready for copybara import and testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants