-
Notifications
You must be signed in to change notification settings - Fork 54
RFC: add bincount #812
Copy link
Copy link
Open
Labels
API extensionAdds new functions or objects to the API.Adds new functions or objects to the API.Needs DiscussionNeeds further discussion.Needs further discussion.RFCRequest for comments. Feature requests and proposed changes.Request for comments. Feature requests and proposed changes.
Metadata
Metadata
Assignees
Labels
API extensionAdds new functions or objects to the API.Adds new functions or objects to the API.Needs DiscussionNeeds further discussion.Needs further discussion.RFCRequest for comments. Feature requests and proposed changes.Request for comments. Feature requests and proposed changes.
It seems quite widely adopted:
Although I have not checked how compatible they are.
JAX in particular requires an extra
lengthargument to statically define the length of the output array to make JIT possible and dask uses(nan,)shape to represent a data-dependent output shapes.