chore(deps): update dependency geopandas to >=1.1.3#8959
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): update dependency geopandas to >=1.1.3#8959renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
>=1.1.0→>=1.1.3Release Notes
geopandas/geopandas (geopandas)
v1.1.3Compare Source
This release addresses a handful of small compatibility issues with pandas 3.0 and backports some bugfixes.
Bug fixes:
GeoSeries.sample_pointsnot accepting list-likesizewhen generating points usingpointpaterns(#3710).from_wkt/wkbto correctly handle missing values with pandas 3 (where the newstrdtype is used) (#3714).to_postgisto correctly handle missing values with pandas 3 (where the newstrdtype is used) (#3722).locto assign column values to a new row index now correctly preserves the column CRS and geometry dtypeon pandas 3.1, due to an upstream bug fix (#3741, Pandas #62523)
pointpatsmethods ofsample_points`` can now be fixed withrng` (#3737).v1.1.2Compare Source
Bug fixes:
GeoDataFrame.from_featureswhen there is nopropertiesfield (#3599).read_fileandto_fileerrors (#3682)read_parquetwithto_pandas_kwargsfor complex (list/struct) arrow types (#3640)value_countson GeoSeries now preserves CRS in index (#3669)pyogriocannot be imported (#3682).read_parquetwithto_pandas_kwargsfor complex (list/struct) arrow types (#3640)..to_jsonnow provides a clearer error message when called on a GeoDataFrame without an active geometrycolumn (#3648).
del gdf["geometry"]now will downcast to apd.DataFrameif there are no geometry columns leftin the dataframe (#3648).
to_postgisvia geometry column name (#3681).v1.1.1Compare Source
Bug fixes:
overlaywithhow="identity"when input dataframes have columnnames that are equal (#3596).
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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 was generated by Mend Renovate. View the repository job log.