Skip to content

feat: add support for real-valued arrays in real and conj #884

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

Merged
merged 5 commits into from
Feb 6, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
docs: remove unnecessary words
  • Loading branch information
kgryte authored Feb 6, 2025
commit a4a8201e76fb5ca0da8a4adb62c0c0bcc425c967
4 changes: 2 additions & 2 deletions src/array_api_stubs/_draft/elementwise_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ def conj(x: array, /) -> array:
Notes
-----

- Whether or not the returned array and the input array share the same underlying memory is unspecified and thus implementation-defined.
- Whether the returned array and the input array share the same underlying memory is unspecified and thus implementation-defined.

.. versionadded:: 2022.12
"""
Expand Down Expand Up @@ -2358,7 +2358,7 @@ def real(x: array, /) -> array:
Notes
-----

- Whether or not the returned array and the input array share the same underlying memory is unspecified and thus implementation-defined.
- Whether the returned array and the input array share the same underlying memory is unspecified and thus implementation-defined.

.. versionadded:: 2022.12
"""
Expand Down