Skip to content

REF: implement helpers for __array_ufunc__ #43856

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

Merged
merged 1 commit into from
Oct 3, 2021

Conversation

jbrockmendel
Copy link
Member

Refactored out of a branch that implements Index.__array_ufunc__

@jreback jreback added the Refactor Internal refactoring of code label Oct 3, 2021
return out


def _assign_where(out, result, where) -> None:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

type in future

"""

# Note: we assume _standardize_out_kwarg has already been called.
out = kwargs.pop("out")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prob need to type in future

@jreback
Copy link
Contributor

jreback commented Oct 3, 2021

assume these are going to be used in next pass

@jreback jreback added this to the 1.4 milestone Oct 3, 2021
@jbrockmendel
Copy link
Member Author

assume these are going to be used in next pass

yep

@jreback jreback merged commit 9f5c749 into pandas-dev:master Oct 3, 2021
@jbrockmendel jbrockmendel deleted the ref-ufunc-with-out branch October 3, 2021 19:12
gasparitiago pushed a commit to gasparitiago/pandas that referenced this pull request Oct 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactor Internal refactoring of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants