Changes - When checking if 2 GeosArrays are equal, we now use shapely.equals instead of the `==` operator. This change propagates upwards and thus also affects checking for equality on Series and DataFrames.
Major release as we are now using shapely 2.0 instead of pygeos. 🥳🎊🎈
Changes - Migrated from PyGEOS to Shapely 2.0 - Switched to ruff for linting and formatting - Updated Github Actions to latest releases - Added automatic test-pypi build from master
Fixes Using geos methods on dataframes with non geos columns should return a full dataframe with new "geos computed" columns and original "non-geos" column copies.