You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good catch - that's almost certainly a historical artifact. It may still be a reasonable idea for a new library written from scratch that wants to limits its scope to an array object and fundamental operations on/with it, but it certainly doesn't apply to NumPy, PyTorch et al. So best to just remove it. Want to open a PR?
The
__array_namespace__
docs sayIs this something we still want to recommend? Or is this a historical artefact from the times of
numpy.array_api
?The text was updated successfully, but these errors were encountered: