-
-
Notifications
You must be signed in to change notification settings - Fork 12.2k
ENH: Add 2022.12 support to numpy.array_api #23880
Copy link
Copy link
Closed
Milestone
Description
Proposed new feature or change:
This is a tracking issue for adding v2022.12 support to numpy.array_api. If possible this should happen before the 1.25 release (I hope I'm not too late for that), because that will make things much easier for people adopting the array API.
The work should be straightforward. It mainly consists of making sure functions accept complex dtypes, although there are also a few new functions that need to be added (like real and imag).
Reactions are currently unavailable