RFC: add nan_to_num
to the array API spec
#878
Labels
API extension
Adds new functions or objects to the API.
RFC
Request for comments. Feature requests and proposed changes.
numpy.nan_to_num has not been included in the array API spec so far.
However, it seems widely adopted by array libraries:
At the time of writing, ndonnx does not implement this function.
I haven't checked in details, but from a cursory glance at the docs, libraries that implement this utility do seem quite consistent already.
The text was updated successfully, but these errors were encountered: