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

Cleanly apply generic ndarrays to DataArray.groupby #327

Merged
merged 1 commit into from Feb 20, 2015

Conversation

IamJeffG
Copy link
Contributor

This is special cased for np.ndarrays: applying to DataArrays
is not only inefficient but would also be wrong if the applied
function wanted to change metadata.

Fixes #326

This is special cased for np.ndarrays: applying to DataArrays
is not only inefficient but would also be wrong if the applied
function wanted to change metadata.
@shoyer shoyer added this to the 0.4 milestone Feb 20, 2015
shoyer added a commit that referenced this pull request Feb 20, 2015
Cleanly apply generic ndarrays to DataArray.groupby
@shoyer shoyer merged commit 6feb246 into pydata:master Feb 20, 2015
@shoyer
Copy link
Member

shoyer commented Feb 20, 2015

Thanks!

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

Successfully merging this pull request may close these issues.

DataArray.groupby.apply with a generic ndarray function
2 participants