-
Notifications
You must be signed in to change notification settings - Fork 52
RFC: add isin for elementwise set inclusion test #854
Copy link
Copy link
Closed
Labels
API extensionAdds new functions or objects to the API.Adds new functions or objects to the API.AcceptedRFC feature request which has been accepted.RFC feature request which has been accepted.RFCRequest for comments. Feature requests and proposed changes.Request for comments. Feature requests and proposed changes.
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
API extensionAdds new functions or objects to the API.Adds new functions or objects to the API.AcceptedRFC feature request which has been accepted.RFC feature request which has been accepted.RFCRequest for comments. Feature requests and proposed changes.Request for comments. Feature requests and proposed changes.
Type
Projects
- StatusShow more project fieldsStage 2
Prior art
isinis not present yetMotivation
This function is used in scikit-learn. They've implemented it in terms of the standard, and that implementation could find a home in array-api-extra: data-apis/array-api-extra#34. @asmeurer suggested there that we should also consider adding this to the standard.