Marc Garcia

Results 217 comments of Marc Garcia

I think all blockers are now merged. There seems to be a problem with pylint on master. I'll start preparing for the release and fix it if nobody does before,...

Absolutely, I didn't see that, thanks for the heads up. Let's aim next week then, let me know if you need help.

> Plan is still to release tomorrow? Seems like the nightly wheels builds are broken: https://dev.azure.com/pandas-dev/pandas-wheels/_build?definitionId=3 I'll have a look tomorrow, if it's something that can be solved quickly, happy...

> The cibuildwheel wheel builders are uploading correctly, so we should release from there. Ah, that's cool. Sorry, I missed we were going to use those for this release already....

@pandas-dev/pandas-core ready to start the release, but I see that the CI [has been broken](https://github.com/pandas-dev/pandas/commits/main) in main for 4 days (more than 30 commits). Seems like the problem is that...

I think the content of this repo is somethow superseded by the pandas roadmap: https://pandas.pydata.org/pandas-docs/stable/development/roadmap.html But there are good ideas here and the documentation is still valid, as a direction...

We're also facing this limitation when building the new pandas documentation: https://dev.pandas.io/pandas-sphinx-theme/pr-datapythonista_base/ We'd like to make the `Documentation` link a dropdown with few options: `Getting started`, `User guide` and `API...

+1 on not requiring numpy 2 for pandas 3. I'm fine to continue as planned with the PDEP. If we consider the option of another Arrow implementation replacing PyArrow, ot...

I did a quick test on how big it'd be a binary using Arrow-rs (Rust). In general in Rust only static linking is used, so just one `.so` and no...