holoviz / spatialpandas

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

Add pyarrow 1.0 and pandas 1.1 support #46

Closed jonmmease closed 4 years ago

jonmmease commented 4 years ago

This PR adds support for pyarrow 1.0, maintaining compatibility with the currently working pre-1.0 versions of pyarrow.

It also removes the upper pyarrow constraint bounds from the setup.py metadata and the CI test environment.

Closes https://github.com/holoviz/spatialpandas/issues/43

jbednar commented 4 years ago

The test failures look very confusing to me...

jonmmease commented 4 years ago

Test failure were due to the updated ExtensionArray test suite in pandas 1.1. Everything should be working now with pyarrow 1.0 and pandas 1.1.

jbednar commented 4 years ago

Thanks so much!