holoviz / spatialpandas

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

Support pyarrow back to version 1.0.0 #111

Closed ianthomas23 closed 1 year ago

ianthomas23 commented 1 year ago

This PR provides support for all version of pyarrow from 1.0.0 (July 2020) to the latest 11.0.0 (January 2023). I have tested it locally on the following versions of pyarrow, and have also included the versions of dask and pandas used:

pyarrow dask pandas
11.0.0 2023.3.1 1.5.3
10.0.1 2023.3.1 1.5.3
9.0.0 2023.3.1 1.5.3
8.0.0 2023.3.1 1.5.3
7.0.0 2023.3.1 1.5.3
6.0.1 2023.3.1 1.5.3
5.0.0 2023.3.1 1.5.3
4.0.1 2022.7.1 1.5.3
3.0.0 2022.7.1 1.5.3
2.0.0 2022.7.1 1.5.3
1.0.1 2022.7.1 1.5.3
1.0.0 2022.7.1 1.3.5
ianthomas23 commented 1 year ago

This is ready for review now. Once this is merged I plan to make a new release, version 0.4.7.