-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Revert "API: Make descr->f
only accessible through PyDataType_GetArrFuncs
"
#25862
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
Conversation
Not sure what is going on with CircleCI, but it isn't isolated to this PR. |
I spent some time this morning trying to sort out how we can both have So all-in-all, unless we can figure out how to expose |
The circleCI build is failing because the docs build depends on pandas and the pandas build is broken because of the change this PR is reverting:
|
Thanks for investigating @ngoldbaum. Looks like CI is happy modulo the two failures we understand. |
Merging. @seberg let me know if you want to chat or another set of eyes on getting this change done once you're back. I'll manually trigger wheel builds after merging this. |
thanks |
Is this happening for numpy 2.0? I'm trying to figure out if I need to change pandas to adapt to this C API change or not. |
@ngoldbaum Is it possible to define the function in two places, perhaps with guards? |
Hmmm, I wonder if the old API made me miss things (macro rather than inline function use). What was the big issue here!? |
Yes, that’s right, I was trying to figure out how to get this to work without moving the functions. |
Reverts #25812