holoviz / spatialpandas

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

Support Pandas 2.2, unpin Pyarrow, and fail on warnings in tests #143

Closed hoxbro closed 1 month ago

hoxbro commented 1 month ago

Fixes #137

The pandas 2.2 compatibility changes are almost the same as those done in GeoPandas:

The dask warning was added in dask 2024.1:

Removed legacy pyarrow support as we now lower pin to version 10

I have also added HYPOTHESIS_MAX_EXAMPLES to make it easier to test locally.

Added packaging as a required dependency.

codecov[bot] commented 1 month ago

Welcome to Codecov :tada:

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered :open_umbrella: