Skip to content

Conversation

phofl
Copy link
Member

@phofl phofl commented Jan 17, 2025

follow up from #58145

Are we back porting regression fixes or just into 3.0?

@WillAyd WillAyd added this to the 3.0 milestone Jan 17, 2025
@WillAyd WillAyd added the Constructors Series/DataFrame/Index/pd.array Constructors label Jan 17, 2025
@mroeschke
Copy link
Member

Are we back porting regression fixes or just into 3.0?

I think these should just go into 3.0 as 2.3 will just be new string functionality

@phofl
Copy link
Member Author

phofl commented Jan 17, 2025

Sounds good, I’ll move the whatsnew

@phofl
Copy link
Member Author

phofl commented Jan 17, 2025

Moved

@mroeschke mroeschke merged commit a4e8149 into pandas-dev:main Jan 17, 2025
49 of 51 checks passed
@mroeschke
Copy link
Member

Thanks @phofl

@phofl phofl deleted the geopandas-mgr branch January 17, 2025 21:19
@TomNicholas
Copy link

TomNicholas commented Sep 11, 2025

I think these should just go into 3.0 as 2.3 will just be new string functionality

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? 🙏

@WillAyd
Copy link
Member

WillAyd commented Sep 11, 2025

@jorisvandenbossche

ianhi pushed a commit to ianhi/pandas that referenced this pull request Sep 24, 2025
…0726)

* REGR: from_records not initializing subclasses properly

* Move whatsnew
ianhi pushed a commit to ianhi/pandas that referenced this pull request Sep 24, 2025
…0726)

* REGR: from_records not initializing subclasses properly

* Move whatsnew
@ianhi
Copy link

ianhi commented Sep 24, 2025

I joined the dev meeting today and was helpfully suggested to open up a backport PR. I've done so here #62436

mroeschke pushed a commit that referenced this pull request Sep 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Constructors Series/DataFrame/Index/pd.array Constructors
Projects
None yet
Development

Successfully merging this pull request may close these issues.

REGR: DataFrame.from_records for subclasses no longer calls subclass constructor
5 participants