-
Notifications
You must be signed in to change notification settings - Fork 32
Edit docstrings for tile and repeat, fix "usm_narray" typos
#1629
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
Edit docstrings for tile and repeat, fix "usm_narray" typos
#1629
Conversation
|
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
|
Array API standard conformance tests for dpctl=0.17.0dev0=py310h15de555_189 ran successfully. |
tile and repeat, fix usm_narray typostile and repeat, fix "usm_narray" typos
oleksandr-pavlyk
left a comment
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.
Thank you for finding and fixing these @ndgrigorian !
|
Array API standard conformance tests for dpctl=0.17.0dev0=py310h15de555_190 ran successfully. |
* Improves `tile` docstring * Improves `repeat` docstring * Fixed typos in `angle` and `reciprocal` docstrings * Fixed typos in docstrings for `permute_dims, `moveaxis`, and `swapaxes` * Fixes typo and grammar in `nonzero` docstring * Fixes a typo in `populate_params` in `blackscholes.pyx` example * Change to `broadcast-compatible` per PR review by @oleksandr-pavlyk
This PR changes docstrings for
tileandrepeatto better describe behaviors of these functions, and fixes minor typos throughout dpctl where "usm_narray" was used instead of "usm_ndarray"