We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
ditto TimedeltaArray. xref #25329.
I think the relevant method is __array_ufunc__, @jorisvandenbossche any idea about this?
__array_ufunc__
The text was updated successfully, but these errors were encountered:
The datetimelike indexes and arrays don't implement __array_ufunc__ yet, do they? Or are you saying that the fix is to implement it?
The old (pre-numpy 1.13) way of doing this would be with __array_ufunc__, which is defined on our indexes.
Sorry, something went wrong.
I suppose you mean __array_wrap__ ?
__array_wrap__
See also #22798 and #23293 (that last one is a PR that started implementing this, I hope to find some time soon to pick it up again).
Successfully merging a pull request may close this issue.
ditto TimedeltaArray. xref #25329.
I think the relevant method is
__array_ufunc__
, @jorisvandenbossche any idea about this?The text was updated successfully, but these errors were encountered: