Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency geopandas to ^0.14.0 - autoclosed #96

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 29, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
geopandas ^0.13.2 -> ^0.14.0 age adoption passing confidence

Release Notes

geopandas/geopandas (geopandas)

v0.14.1

Compare Source

  • The Parquet and Feather IO functions now support the latest 1.0.0 version
    of the GeoParquet specification (geoparquet.org) (#​2663).
  • Fix read_parquet and read_feather for CVE-2023-47248 (#​3070).

v0.14.0

Compare Source

GeoPandas will use Shapely 2.0 by default instead of PyGEOS when both Shapely >= 2.0 and
PyGEOS are installed. PyGEOS will continue to be used by default when PyGEOS is
installed alongside Shapely < 2.0. Support for PyGEOS and Shapely < 2.0 will be removed
in GeoPandas 1.0. (#​2999)

API changes:

  • seed keyword in sample_points is deprecated. Use rng instead. (#​2913).

New methods:

  • Added concave_hull method from shapely to GeoSeries/GeoDataframe (#​2903).
  • Added delaunay_triangles method from shapely to GeoSeries/GeoDataframe (#​2907).
  • Added extract_unique_points method from shapely to GeoSeries/GeoDataframe (#​2915).
  • Added frechet_distance() method from shapely to GeoSeries/GeoDataframe (#​2929).
  • Added hausdorff_distance method from shapely to GeoSeries/GeoDataframe (#​2909).
  • Added minimum_rotated_rectangle method from shapely to GeoSeries/GeoDataframe (#​2541).
  • Added offset_curve method from shapely to GeoSeries/GeoDataframe (#​2902).
  • Added remove_repeated_points method from shapely to GeoSeries/GeoDataframe (#​2940).
  • Added reverse method from shapely to GeoSeries/GeoDataframe (#​2988).
  • Added segmentize method from shapely to GeoSeries/GeoDataFrame (#​2910).
  • Added shortest_line method from shapely to GeoSeries/GeoDataframe (#​2960).

New features and improvements:

  • Added exclusive parameter to sjoin_nearest method for Shapely >= 2.0 (#​2877)
  • The to_file() method will now automatically detect the FlatGeoBuf driver
    for files with the .fgb extension (#​2958)

Bug fixes:

  • Fix ambiguous error when GeoDataFrame is initialized with a column called "crs" (#​2944)
  • Fix a color assignment in explore when using UserDefined bins (#​2923)
  • Fix bug in apply with axis=1 where the given user defined function returns nested
    data in the geometry column (#​2959)
  • Properly infer schema for np.int32 and pd.Int32Dtype columns (#​2950)
  • assert_geodataframe_equal now handles GeoDataFrames with no active geometry (#​2498)

Notes on (optional) dependencies:

  • GeoPandas 0.14 drops support for Python 3.8 and pandas 1.3 and below (the minimum
    supported pandas version is now 1.4). Further, the minimum required versions for the
    listed dependencies have now changed to shapely 1.8.0, fiona 1.8.21, pyproj 3.3.0 and
    matplotlib 3.5.0 (#​3001)

Deprecations and compatibility notes:

  • geom_almost_equals() methods have been deprecated and
    geom_equals_exact() should be used instead (#​2604).

Acknowledgments

Thanks to everyone who contributed to this release!
A total of 16 people contributed patches to this release. People with a "+" by their names contributed for the first time.

Full Changelog: geopandas/geopandas@v0.13.2...v0.14.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Sep 29, 2023

Codecov Report

Merging #96 (1fda198) into main (c337507) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #96   +/-   ##
=======================================
  Coverage   96.16%   96.16%           
=======================================
  Files           4        4           
  Lines         313      313           
=======================================
  Hits          301      301           
  Misses         12       12           

@renovate renovate bot force-pushed the renovate/geopandas-0.x branch from 1fda198 to b50bd09 Compare October 27, 2023 09:03
@renovate renovate bot force-pushed the renovate/geopandas-0.x branch from b50bd09 to 643600b Compare October 30, 2023 17:50
@renovate renovate bot changed the title Update dependency geopandas to ^0.14.0 Update dependency geopandas to ^0.14.0 - autoclosed Nov 16, 2023
@renovate renovate bot closed this Nov 16, 2023
@renovate renovate bot deleted the renovate/geopandas-0.x branch November 16, 2023 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants