matthewwardrop / formulaic

A high-performance implementation of Wilkinson formulas for Python.
MIT License
313 stars 21 forks source link

ENH: Add compatability with pandas 3 #183

Closed bashtage closed 2 months ago

bashtage commented 2 months ago

Add new registered type to handle changes in qualname

bashtage commented 2 months ago

Testing code against NumPy 2 and found that pandas changed the qual name in pandas 3.

bashtage commented 2 months ago

Easy fix, but hard to test since requires using a pre-release set of modules

matthewwardrop commented 2 months ago

Thanks for the patch @bashtage !