holoviz / spatialpandas

Pandas extension arrays for spatial/geometric operations
BSD 2-Clause "Simplified" License
308 stars 25 forks source link

Support Pandas 2.1 #125

Closed hoxbro closed 1 year ago

hoxbro commented 1 year ago

Resolves #124

Don't know how big of a fan I am of the fix for recursion error, but it is a start.

ianthomas23 commented 1 year ago

The test failures turn out to not be related but are instead #126. I'll fix that before returning to this PR.

ianthomas23 commented 1 year ago

This is now passing CI.

I agree that it does not feel like an excellent solution but I don't have a better one to hand and this is a blocker for other holoviz projects, so I am going to merge it as it is. We can return to it in future if/when we have a better solution.