-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
REGR: from_records not initializing subclasses properly #60726
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
I think these should just go into 3.0 as 2.3 will just be new string functionality |
Sounds good, I’ll move the whatsnew |
Moved |
Thanks @phofl |
Hi guys, it's been 8 months and 3.0 hasn't materialized, meaning that this regression fix is not yet available. This is causing downstream problems in both geopandas and xarray. The non-regressed version of pandas is now so old that it's no longer supported by xarray, which supports versions of dependencies for 12 months (which I think is pretty standard). This means that the latest versions of xarray are not compatible with any released version of pandas containing this fix. I believe geopandas has a similar problem (see geopandas/geopandas#3152 (comment)). @phofl @mroeschke Any chance this fix could be backported, or released in 2.3.3? 🙏 |
…0726) * REGR: from_records not initializing subclasses properly * Move whatsnew
…0726) * REGR: from_records not initializing subclasses properly * Move whatsnew
I joined the dev meeting today and was helpfully suggested to open up a backport PR. I've done so here #62436 |
…perly (#60726) (#62436) Co-authored-by: Patrick Hoefler <[email protected]>
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.follow up from #58145
Are we back porting regression fixes or just into 3.0?