Update dependency geopandas to ^0.14.0 - autoclosed #96
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.13.2
->^0.14.0
Release Notes
geopandas/geopandas (geopandas)
v0.14.1
Compare Source
of the GeoParquet specification (geoparquet.org) (#2663).
read_parquet
andread_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 insample_points
is deprecated. Userng
instead. (#2913).New methods:
concave_hull
method from shapely to GeoSeries/GeoDataframe (#2903).delaunay_triangles
method from shapely to GeoSeries/GeoDataframe (#2907).extract_unique_points
method from shapely to GeoSeries/GeoDataframe (#2915).frechet_distance()
method from shapely to GeoSeries/GeoDataframe (#2929).hausdorff_distance
method from shapely to GeoSeries/GeoDataframe (#2909).minimum_rotated_rectangle
method from shapely to GeoSeries/GeoDataframe (#2541).offset_curve
method from shapely to GeoSeries/GeoDataframe (#2902).remove_repeated_points
method from shapely to GeoSeries/GeoDataframe (#2940).reverse
method from shapely to GeoSeries/GeoDataframe (#2988).segmentize
method from shapely to GeoSeries/GeoDataFrame (#2910).shortest_line
method from shapely to GeoSeries/GeoDataframe (#2960).New features and improvements:
exclusive
parameter tosjoin_nearest
method for Shapely >= 2.0 (#2877)to_file()
method will now automatically detect the FlatGeoBuf driverfor files with the
.fgb
extension (#2958)Bug fixes:
"crs"
(#2944)explore
when usingUserDefined
bins (#2923)apply
withaxis=1
where the given user defined function returns nesteddata in the geometry column (#2959)
np.int32
andpd.Int32Dtype
columns (#2950)assert_geodataframe_equal
now handles GeoDataFrames with no active geometry (#2498)Notes on (optional) dependencies:
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 andgeom_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.
This PR has been generated by Mend Renovate. View repository job log here.