Nathan Goldbaum

Results 755 comments of Nathan Goldbaum

That seems like an unintended regression, although I'm a little surprised it hasn't come up yet. One thing that might help is running `git bisect` between 1.25.2 and 2.1 to...

I think a Pandas developer likely needs to dive into this to understand where the behavior difference is coming from and whether or not Pandas should handle it. Can you...

The fact that it's a pandas data type that's showing different behavior points to something in the Pandas codebase behaving differently. A Pandas developer would also be better able to...

Sorry for not giving this another pass! Looks good to me now. @seberg feel free to merge along with Marten's suggested fixup.

> The latter seems cleaner, but may require some more tweaks to test structure (e.g., import numpy._core._multiarray_tests needs modifying). I agree that having the tests come from a separate package...

For now we're going to say that you should just go ahead and use the private version if you really need it and subscribe to this issue. We will add...

I opened #27383 that allows setting docstrings for ufuncs from Python.

> I guess this one will be for you again, sorry ;-). Thank you so much for fixing these issues! Really, no problem at all. You are great at finding...

Neat hack to get at the arena allocation from Python, I usually look at it by putting breakpoints inside of `static_string.c`. If you want to understand how the allocation works,...

1. If it's an in-place operation there's no new descriptor to finalize, we have to re-use the existing one. 2. I think because it's an array of references (it sets...