-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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: better docstring for append function #21615
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like you may have rebased against an older version of the main branch, which caused commits from the newer version of the main branch to be considered part of your PR. The best fix would be to rebase again against the most recent main branch.
Thanks @jakevdp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Last thing we need is to squash all the changes into a single commit, and then we can merge (see https://jax.readthedocs.io/en/latest/contributing.html#single-change-commits-and-pull-requests) Thanks!
append_docstring_modified append_doc_line_break append_doc_linting_fixed
@jakevdp all commits squashed into one. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
New docstring and JAX-specific code examples are addd for jax.numpy.append.
Part of 21461.