Skip to content

MAINT: Make take_1d accept readonly buffers. #12033

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

Closed
wants to merge 1 commit into from

Conversation

jvkersch
Copy link

This is a port of @ogrisel's fix in #10070 to deal with 1d arrays. There's absolutely nothing new here beyond what's in the original patch.

closes #11502

@jreback jreback added the Compat pandas objects compatability with Numpy or Python functions label Jan 13, 2016
@jreback jreback added this to the 0.18.0 milestone Jan 13, 2016
@jreback
Copy link
Contributor

jreback commented Jan 13, 2016

ok, pls add a release note (you can put in bug fixes).

ping on green.

This is a straightforward port of GH#10070 to 1d arrays.
@jvkersch jvkersch force-pushed the fix/readonly-take-1d branch from 61513cf to 476c37a Compare January 13, 2016 17:13
@jvkersch
Copy link
Author

@jreback release note added

@jreback
Copy link
Contributor

jreback commented Jan 14, 2016

merged via 5d8cbb2

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compat pandas objects compatability with Numpy or Python functions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ValueError: buffer source array is read-only
2 participants