Published March 10, 2026 | Version v1.1.3
Software Open

geopandas/geopandas: Version 1.1.3

  • 1. Planet
  • 2. Charles University
  • 3. Veitch Lister Consulting
  • 4. @corteva
  • 5. Astute Spruce, LLC
  • 6. @ConservationMetrics
  • 7. Earth Sciences New Zealand (formerly GNS Science)
  • 8. @textileio @recallnet
  • 9. @realpython
  • 10. Bureau of Meteorology
  • 11. State of Maryland
  • 12. Netherlands Institute for Transport Policy Analysis (KiM)
  • 13. Dept. of Biomedical Informatics and Data Science (DBIDS) of the University of Alabama at Birmingham (UAB)
  • 14. @future-water, @ESIPFed
  • 15. Center for Open Geographical Science
  • 16. Academia

Description

What's Changed

This release addresses a handful of small compatibility issues with pandas 3.0 and backports some bugfixes.

Bug fixes:

  • Improved compatibility with pandas 3.0 Copy-on-Write feature, making use of deferred copies where possible (#3298, #3711).
  • Fix GeoSeries.sample_points not accepting list-like size when generating points using pointpaterns (#3710).
  • Fix from_wkt/wkb to correctly handle missing values with pandas 3 (where the new str dtype is used) (#3714).
  • Fix to_postgis to correctly handle missing values with pandas 3 (where the new str dtype is used) (#3722).
  • Using loc to assign column values to a new row index now correctly preserves the column CRS and geometry dtype on pandas 3.1, due to an upstream bug fix (#3741, Pandas #62523)
  • Random states in pointpats methods of sample_points can now be fixed with rng (#3737).

Full Changelog: https://github.com/geopandas/geopandas/compare/v1.1.2...v1.1.3

Files

geopandas/geopandas-v1.1.3.zip

Files (6.9 MB)

Name Size Download all
md5:cc2b2834b1979f1162f4586317bdeb09
6.9 MB Preview Download

Additional details

Related works