1
0

1 Commits

Author SHA256 Message Date
Martin Pluskal
9cda41bb48 - Update to 1.0.1
* Support a named datetime or object dtype index in explore()
    (#3360, #3364).
  * Fix a regression preventing a Series as an argument for
    geometric methods (#3363)
  ## Notes on dependencies:
  * GeoPandas 1.0 drops support for shapely<2 and PyGEOS. The only
    geometry engine that is currently supported is shapely >= 2. As
    a consequence, spatial indexing based on the rtree package has
    also been removed (#3035).
  * The I/O engine now defaults to Pyogrio which is now installed
    with GeoPandas instead of Fiona (#3223).
  ## New methods:
  * Added count_geometries method from shapely to
    GeoSeries/GeoDataframe (#3154).
  * Added count_interior_rings method from shapely to
    GeoSeries/GeoDataframe (#3154)
  * Added relate_pattern method from shapely to
    GeoSeries/GeoDataframe (#3211).
  * Added intersection_all method from shapely to
    GeoSeries/GeoDataframe (#3228).
  * Added line_merge method from shapely to GeoSeries/GeoDataframe
    (#3214).
  * Added set_precision and get_precision methods from shapely to
    GeoSeries/GeoDataframe (#3175).
  * Added count_coordinates method from shapely to
    GeoSeries/GeoDataframe (#3026).
  * Added minimum_clearance method from shapely to
    GeoSeries/GeoDataframe (#2989).
  * Added shared_paths method from shapely to

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-geopandas?expand=0&rev=22
2024-09-09 08:06:22 +00:00