What's Changed
Bug fixes:
- Further hardening of
to_postgisagainst SQL injection (#3800). - Ensure that points generated by
sample_pointsare not sorted along x-axis (#3773). - Fix
GeoDataFrame.explore()ignoring customlegend_kwds={"labels": ...}for categorical and boolean columns (#3496). - More graceful handling of
keep_geom_typein theoverlay()function with empty input (#3745).
Full Changelog: v1.1.3...v1.1.4