Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide cf.<method>(a, b) as wrapper to a.<method>(b) #277

Open
sadielbartholomew opened this issue Nov 11, 2021 · 0 comments
Open

Provide cf.<method>(a, b) as wrapper to a.<method>(b) #277

sadielbartholomew opened this issue Nov 11, 2021 · 0 comments

Comments

@sadielbartholomew
Copy link
Member

sadielbartholomew commented Nov 11, 2021

... for methods where a and b are both input arrays (of course there may be other parameters but they are omitted here) and particularly when they are to be compared in some manner, as is the case for equals or allclose

This is a potential API extension proposed (by @davidhassell) to provide an API more consistent with NumPy, Dask and other libraries covered by the Python Array API Standard, where the former prescription is the standard, but there are arguments for either approach we both think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant