Thomas Li
Thomas Li
Hm, this doesn't look too hard to fix, looking at the error (the ``nb_compat_func`` line). It's been a while since I've looked at any numba stuff, though. Are you interested...
I think *args might be the best way to deal with this, if it's possible to fix this. It's how we pass the kwargs to the other numba stuff like...
Nice, thanks for doing this @jorisvandenbossche. Having the pydata-sphinx-theme styled code blocks is definitely very nice. Is there a reason that we're only doing this for PDEPs? It would be...
I don't think the setuptools stuff is maintained anymore. (I just forgot to remove it) I think my main objection was to the versioneer stuff.
At the moment, there's nothing merged for 2.2.3, so nothing to release. I think the original date was more of a estimated time based on the timing of previous releases....
@pandas-dev/pandas-core This was discussed at the dev meeting today, but the release is tentatively scheduled for next Wednesday, assuming we can make CI green by then. (the goal is to...
Issues that need fixing whatsnew for #59144 needs to be removed add licenses into wheels whatsnew for Python 3.13 (incl free threading) and numpy 2.1 support
> The actual updates to the wheel building infrastructure still need to be backported as well, right? (maybe #58647, but certainly #59136) Good point. The WASM stuff probably shouldn't be...
> > I think I have some of the changes from #59136 already, I'll do the manual backport by hand later today. > > I was just trying to get...
Final PR should be https://github.com/pandas-dev/pandas/pull/59840 I'm gonna try to make a release tomorrow then.