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

chore(deps): update dependency geopandas to v0.14.4 #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 28, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
geopandas ==0.13.2 -> ==0.14.4 age adoption passing confidence

Release Notes

geopandas/geopandas (geopandas)

v0.14.4

Compare Source

  • Several fixes for compatibility with the upcoming pandas 3.0, numpy 2.0 and
    fiona 1.10 releases.

v0.14.3

Compare Source

  • Several fixes for compatibility with the latest pandas 2.2 release.
  • Fix bug in pandas.concat CRS consistency checking where CRS differing by WKT
    whitespace only were treated as incompatible (#​3023).

v0.14.2

Compare Source

  • Fix regression in overlay where using buffer(0) instead of make_valid internally
    produced invalid results (#​3074).
  • Fix explore() method when the active geometry contains missing and empty geometries (#​3094).

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 - "every 2 weeks on Monday before 7am" in timezone Europe/Berlin, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency geopandas to v0.9.0 chore(deps): update dependency geopandas to v0.9.0 - autoclosed Jun 8, 2021
@renovate renovate bot closed this Jun 8, 2021
@renovate renovate bot deleted the renovate/geopandas-0.x branch June 8, 2021 10:22
@renovate renovate bot changed the title chore(deps): update dependency geopandas to v0.9.0 - autoclosed chore(deps): update dependency geopandas to v0.9.0 Jun 8, 2021
@renovate renovate bot reopened this Jun 8, 2021
@renovate renovate bot restored the renovate/geopandas-0.x branch June 8, 2021 11:24
@renovate renovate bot changed the title chore(deps): update dependency geopandas to v0.9.0 chore(deps): update dependency geopandas to v0.9.0 - autoclosed Aug 16, 2021
@renovate renovate bot closed this Aug 16, 2021
@renovate renovate bot deleted the renovate/geopandas-0.x branch August 16, 2021 09:58
@renovate renovate bot changed the title chore(deps): update dependency geopandas to v0.9.0 - autoclosed chore(deps): update dependency geopandas to v0.9.0 Aug 16, 2021
@renovate renovate bot reopened this Aug 16, 2021
@renovate renovate bot restored the renovate/geopandas-0.x branch August 16, 2021 10:01
@renovate renovate bot changed the title chore(deps): update dependency geopandas to v0.9.0 chore(deps): update dependency geopandas to v0.10.0 Oct 3, 2021
@renovate renovate bot force-pushed the renovate/geopandas-0.x branch 2 times, most recently from 75d60e2 to ec05992 Compare October 8, 2021 09:25
@renovate renovate bot changed the title chore(deps): update dependency geopandas to v0.10.0 chore(deps): update dependency geopandas to v0.10.1 Oct 8, 2021
@renovate renovate bot force-pushed the renovate/geopandas-0.x branch from ec05992 to 079e31f Compare October 16, 2021 07:58
@renovate renovate bot changed the title chore(deps): update dependency geopandas to v0.10.1 chore(deps): update dependency geopandas to v0.10.2 Oct 16, 2021
@renovate renovate bot force-pushed the renovate/geopandas-0.x branch from 079e31f to b9011fc Compare June 21, 2022 12:28
@renovate renovate bot changed the title chore(deps): update dependency geopandas to v0.10.2 chore(deps): update dependency geopandas to v0.11.0 Jun 21, 2022
@renovate renovate bot changed the title chore(deps): update dependency geopandas to v0.11.0 chore(deps): update dependency geopandas to v0.11.1 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/geopandas-0.x branch from b9011fc to 3ad4d09 Compare September 25, 2022 12:51
@renovate renovate bot force-pushed the renovate/geopandas-0.x branch from 3ad4d09 to fa2a5b1 Compare November 20, 2022 16:28
@renovate renovate bot changed the title chore(deps): update dependency geopandas to v0.11.1 chore(deps): update dependency geopandas to v0.12.1 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/geopandas-0.x branch from fa2a5b1 to 7c69297 Compare March 18, 2023 21:54
@renovate renovate bot changed the title chore(deps): update dependency geopandas to v0.12.1 chore(deps): update dependency geopandas to v0.12.2 Mar 18, 2023
@renovate renovate bot force-pushed the renovate/geopandas-0.x branch from 7c69297 to 7dc472d Compare May 29, 2023 21:51
@renovate renovate bot changed the title chore(deps): update dependency geopandas to v0.12.2 chore(deps): update dependency geopandas to v0.13.0 May 29, 2023
@renovate renovate bot force-pushed the renovate/geopandas-0.x branch from 7dc472d to 9afc7b0 Compare June 10, 2023 05:17
@renovate renovate bot changed the title chore(deps): update dependency geopandas to v0.13.0 chore(deps): update dependency geopandas to v0.13.2 Jun 10, 2023
@renovate renovate bot force-pushed the renovate/geopandas-0.x branch from 9afc7b0 to a0bde1d Compare September 16, 2023 17:41
@renovate renovate bot changed the title chore(deps): update dependency geopandas to v0.13.2 chore(deps): update dependency geopandas to v0.14.0 Sep 16, 2023
@renovate renovate bot force-pushed the renovate/geopandas-0.x branch from a0bde1d to 3d51d94 Compare November 12, 2023 08:24
@renovate renovate bot changed the title chore(deps): update dependency geopandas to v0.14.0 chore(deps): update dependency geopandas to v0.14.1 Nov 12, 2023
@renovate renovate bot force-pushed the renovate/geopandas-0.x branch from 3d51d94 to d292c7a Compare March 27, 2024 12:04
@renovate renovate bot changed the title chore(deps): update dependency geopandas to v0.14.1 chore(deps): update dependency geopandas to v0.14.3 Mar 27, 2024
@renovate renovate bot force-pushed the renovate/geopandas-0.x branch from d292c7a to bb3caa9 Compare April 28, 2024 17:46
@renovate renovate bot changed the title chore(deps): update dependency geopandas to v0.14.3 chore(deps): update dependency geopandas to v0.14.4 Apr 28, 2024
@renovate renovate bot force-pushed the renovate/geopandas-0.x branch from bb3caa9 to ce7aef1 Compare May 22, 2024 17:53
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.

1 participant