pypi geopandas 0.11.1
v0.11.1

latest releases: 0.14.4, 1.0.0a1, 0.14.3...
22 months ago

Small bug-fix release:

  • Fix regression (RecursionError) in reshape methods such as unstack() and pivot() involving MultiIndex, or GeoDataFrame construction with MultiIndex (#2486).
  • Fix regression in GeoDataFrame.explode() with non-default geometry column name.
  • Fix regression in apply() causing row-wise all nan float columns to be casted to GeometryDtype (#2482).
  • Fix a crash in datetime column reading where the file contains mixed timezone offsets (#2479). These will be read as UTC localized values.
  • Fix a crash in datetime column reading where the file contains datetimes outside the range supported by [ns] precision (#2505).
  • Fix regression in passing the Parquet or Feather format version in to_parquet and to_feather. As a result, the version parameter for the to_parquet and to_feather methods has been replaced with schema_version. version will be passed directly to underlying feather or parquet writer. version will only be used to set schema_version if version is one of 0.1.0 or 0.4.0 (#2496).

Don't miss a new geopandas release

NewReleases is sending notifications on new releases.