holoviz / spatialpandas

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

Pandas 1.3 update #74

Closed jlstevens closed 3 years ago

jlstevens commented 3 years ago

This PR aims to fix issues with pandas 1.3 which has been recently released.

jlstevens commented 3 years ago

On 3.7 there are the following 32 failures:

spatialpandas/tests/test_dask_autoimport.py::test_dask_registration FAILED [ 0%] spatialpandas/tests/test_fixedextensionarray.py::TestGeometryGetitem::test_iloc_frame FAILED [ 7%] spatialpandas/tests/test_fixedextensionarray.py::TestGeometryGetitem::test_loc_frame FAILED [ 8%] spatialpandas/tests/test_fixedextensionarray.py::TestGeometryGetitem::test_getitem_mask_raises FAILED [ 9%] spatialpandas/tests/test_fixedextensionarray.py::TestGeometryGetitem::test_getitem_ellipsis_and_slice FAILED [ 10%] spatialpandas/tests/test_fixedextensionarray.py::TestGeometryGroupby::test_groupby_extension_apply FAILED [ 14%] spatialpandas/tests/test_fixedextensionarray.py::TestGeometryMethods::test_equals[True-DataFrame] FAILED [ 34%] spatialpandas/tests/test_fixedextensionarray.py::TestGeometryMethods::test_equals[False-DataFrame] FAILED [ 34%] spatialpandas/tests/test_fixedextensionarray.py::TestGeometryPrinting::test_dataframe_repr FAILED [ 35%] spatialpandas/tests/test_fixedextensionarray.py::TestGeometryMissing::test_dropna_frame FAILED [ 36%] spatialpandas/tests/test_fixedextensionarray.py::TestGeometryMissing::test_fillna_limit_pad FAILED [ 37%] spatialpandas/tests/test_fixedextensionarray.py::TestGeometryMissing::test_fillna_limit_backfill FAILED [ 37%] spatialpandas/tests/test_fixedextensionarray.py::TestGeometryMissing::test_fillna_series_method FAILED [ 37%] spatialpandas/tests/test_geodataframe.py::test_active_geometry[True] FAILED [ 43%] spatialpandas/tests/test_listextensionarray.py::TestGeometryGetitem::test_iloc_frame FAILED [ 52%] spatialpandas/tests/test_listextensionarray.py::TestGeometryGetitem::test_getitem_mask_raises FAILED [ 53%] spatialpandas/tests/test_listextensionarray.py::TestGeometryGetitem::test_getitem_ellipsis_and_slice FAILED [ 55%] spatialpandas/tests/test_listextensionarray.py::TestGeometryGetitem::test_take_empty FAILED [ 55%] spatialpandas/tests/test_listextensionarray.py::TestGeometryGroupby::test_groupby_extension_apply FAILED [ 58%] spatialpandas/tests/test_listextensionarray.py::TestGeometryMethods::test_equals[True-DataFrame] FAILED [ 78%] spatialpandas/tests/test_listextensionarray.py::TestGeometryMethods::test_equals[False-DataFrame] FAILED [ 79%] spatialpandas/tests/test_listextensionarray.py::TestGeometryPrinting::test_dataframe_repr FAILED [ 80%] spatialpandas/tests/test_listextensionarray.py::TestGeometryMissing::test_dropna_frame FAILED [ 81%] spatialpandas/tests/test_listextensionarray.py::TestGeometryMissing::test_fillna_limit_pad FAILED [ 81%] spatialpandas/tests/test_listextensionarray.py::TestGeometryMissing::test_fillna_limit_backfill FAILED [ 81%] spatialpandas/tests/test_listextensionarray.py::TestGeometryMissing::test_fillna_series_method FAILED [ 82%] spatialpandas/tests/test_parquet.py::test_parquet_dask FAILED [ 88%] spatialpandas/tests/test_parquet.py::test_pack_partitions FAILED [ 88%] spatialpandas/tests/test_parquet.py::test_pack_partitions_to_parquet FAILED [ 88%] spatialpandas/tests/test_parquet.py::test_pack_partitions_to_parquet_glob FAILED [ 89%] spatialpandas/tests/test_parquet.py::test_pack_partitions_to_parquet_list_bounds FAILED [ 89%] spatialpandas/tests/geometry/test_cx.py::test_multipoint_cx_frame_selection_dask FAILED [ 91%]

jbednar commented 3 years ago

Closing as the issues are being addressed in separate PRs.